1 message in net.sourceforge.lists.courier-maildrop[maildropl] .mailfilter ignored
FromSent OnAttachments
Mike A. SauvainJul 24, 2002 9:34 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] .mailfilter ignoredActions...
From:Mike A. Sauvain (m-a@edv-support.ch)
Date:Jul 24, 2002 9:34:41 am
List:net.sourceforge.lists.courier-maildrop

i use also mysqlauth, and i changed the var DEFAULTDELIVERY="| /usr/lib/courier/bin/maildrop" in /usr/lib/courier/etc/courierd

if checked that the var used only once, with the command /usr/lib/courier/etc # grep "DEFAULTDELIVERY" * -r courierd:# DEFAULTDELIVERY="| /usr/lib/courier/bin/preline /usr/bin/procmail" courierd:DEFAULTDELIVERY="| /usr/lib/courier/bin/maildrop"

..and some other lines, but all comment out, execpt the maildrop line.

# la drwxr-xr-x 5 503 502 4096 Nov 8 04:03 . drwxr-xr-x 3 503 502 4096 Jun 10 2002 .. -rwx------ 1 503 502 501 Nov 8 04:41 .mailfilter drwx------ 2 503 502 4096 Nov 8 04:44 cur drwx------ 2 503 502 4096 Nov 8 04:55 new drwx------ 2 503 502 4096 Nov 8 04:55 tmp -rw-r--r-- 1 503 502 17 Nov 8 04:03 vacation.msg

...mike.edv-support.ch/Maildir # cat .mailfilter cc $DEFAULT xfilter "reformail -r -t" /^To:.*/ getaddr($MATCH) =~ /^.*/;

MATCH=tolower($MATCH) flock "vacation.lock" { `fgrep -iqx "$MATCH" /data/mail/hda/mike.edv-support.ch/Maildir/vacation.lst 2>/dev/null || { \ echo "$MATCH" >> /data/mail/hda/mike.edv-support.ch/Maildir/vacation.lst ; \ exit 1 ; \ } ` } if ( $RETURNCODE == 0 ) exit to "| ( cat - ; echo ''; cat /data/mail/hda/mike.edv-support.ch/Maildir/vacation.msg) | $SENDMAIL"

some ideas, how to solve ? best wishes, mike