4 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] question about virtua...
FromSent OnAttachments
Brian D. CookApr 21, 2003 10:05 am 
James TurnbullApr 21, 2003 4:26 pm 
Brian D. CookApr 22, 2003 9:50 am 
James TurnbullApr 22, 2003 10:14 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:Re: [maildropl] question about virtual usersActions...
From:James Turnbull (jam@lovedthanlost.net)
Date:Apr 21, 2003 4:26:42 pm
List:net.sourceforge.lists.courier-maildrop

Brian D. Cook wrote:

I'm trying to find a way to send all incoming mail to Spam Assassin for tagging and processing after it's gotten through the 'gauntlet' of RBL's that I have in postfix.

I'm using maildir style directories, and I can't seem to say something like this:

new message? yes go to spamassassin no go to local delivery agent

Brian

Sorry. Can you explain what you mean by 'new message' in the above workflow? If it has come through Postfix and then hit the mailbox command stage, ie. maildrop or procmail etc etc how can it be a new or old message?

Could you not just use the standard style of:

xfilter "/usr/bin/spamc"

if (/^X-Spam-Flag: YES/) { to "$HOME/Maildir/.SPAM" }

or the like?

Apologies if I have missed something significant.

Regards