Nimo Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 23 Nov 2003 Posts: 111
|
Posted: Sat Nov 25, 2006 11:03 pm Post subject: Syntax error 75 from maildrop [SOLVED] |
|
|
This .maildroprc below gives me syntax error and I really can't see what's wrong.
Error message: Code: | msg 1/67 (1154 bytes), delivery error (command maildrop 1999 error (75, /var/mail/nimo/.maildroprc(11): Syntax error after )))
Delivery error (command maildrop 26346 error (75, /var/mail/nimo/.maildroprc(11): Syntax error after ))) |
.maildroprc
Code: |
#Variables
MAILDIR=/var/mail/nimo/.maildir/
DEFAULT=$MAILDIR
LOGFILE=/var/mail/nimo/maildrop.log
# Filters
#log "start \"Bogofilter\""
xfilter "bogofilter -u -e -p -c /var/mail/nimo/.bogofilter/config"
if (/^X-Bogosity: Spam/) {
exception {
to "$DEFAULT/.Spam/"
}
} |
If someone could point out the fail I had been very thankful. _________________ //Nimo
Last edited by Nimo on Sun Nov 26, 2006 1:17 pm; edited 1 time in total |
|