1 message in net.sourceforge.lists.courier-maildrop[maildropl] continue normal delivery ...
FromSent OnAttachments
Denn...@powerhosting.dkOct 18, 2006 10:45 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] continue normal delivery after this maildroprcActions...
From:Denn...@powerhosting.dk (supp@powerhosting.dk)
Date:Oct 18, 2006 10:45:06 pm
List:net.sourceforge.lists.courier-maildrop

Hi,

I recently implemented this in maildroprc

------------------------------------------- if ( /^X-Spam-Flag: YES/) { `test -d Maildir/.spam` if ( $RETURNCODE == 1 ) { `maildirmake -f spam Maildir` `echo INBOX.spam >>Maildir/courierimapsubscribed` } to $DEFAULT/.spam/ } else { to "Maildir" }

------------------------------------------

And now maildrop (of course) ignores the .mailfilter residing the the users Maildirs.

-Is there a way to get maildrop to look at the .mailfilter after executing the statements i maildroprc ? Im guessing the above "else-statement" will have to be rewritten ?

Thanks in advance.

Best Regards Dennis Trabjerg