5 messages in net.sourceforge.lists.courier-maildrop[maildropl] Re: Detecting and not for...
FromSent OnAttachments
Sam VarshavchikNov 9, 2001 6:07 pm 
Doug ClementsNov 13, 2001 4:38 pm 
Sam VarshavchikNov 13, 2001 4:48 pm 
Doug ClementsNov 13, 2001 5:57 pm 
Doug ClementsNov 15, 2001 3:34 pm 
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] Re: Detecting and not forwarding double-bounces [solved]Actions...
From:Doug Clements (dscl@linkline.com)
Date:Nov 15, 2001 3:34:40 pm
List:net.sourceforge.lists.courier-maildrop

I've got my problem all figured out..

su-2.05# more .qmail-maildroptest | /usr/local/bin/maildrop /home/vpopmail/domains/mailtest1.com/maildroptest/Maildir/mailfilter-standard

su-2.05# more maildroptest/Maildir/mailfilter-standard # Default maildrop filter file: mailfilter-standard # SQWebmail generated filter file: mailfilter-sqwebmail

# Catch local bounces and deliver them before user filtering if (/^Received: \(qmail [0-9]+ invoked for bounce\)/) { to "/home/vpopmail/domains/mailtest1.com/maildroptest/Maildir/." }

include "/home/vpopmail/domains/mailtest1.com/maildroptest/Maildir/mailfilter-sqwebmail" # end of mailfilter-standard file

Then mailfilter-sqwebmail has all the user filters. Seems to work well! I can generate all these static paths from the vpasswd files automatically, so I'm all set.

Thanks for the pointers, Sam!

--Doug