9 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Tagging spam or r...
FromSent OnAttachments
Mark JanssenMar 5, 2003 12:24 pm 
Roland SchneiderMar 5, 2003 1:05 pm 
Andrew NewtonMar 5, 2003 2:42 pm 
Mark JanssenMar 5, 2003 2:57 pm 
Sam VarshavchikMar 5, 2003 2:58 pm 
Mitch (WebCob)Mar 5, 2003 3:10 pm 
Roland SchneiderMar 5, 2003 4:39 pm 
Andrew NewtonMar 5, 2003 7:05 pm 
Roland SchneiderMar 6, 2003 3:38 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: [courier-users] Tagging spam or redirecting it instead of blocking it...Actions...
From:Mark Janssen (man@maniac.nl)
Date:Mar 5, 2003 2:57:49 pm
List:net.sourceforge.lists.courier-users

On Wed, 2003-03-05 at 22:04, Roland Schneider wrote:

--Mark Janssen wrote on 05.03.03 21:22 +0100:

I'm using courier on my home and office mail systems and have been playing around with the DNS based blacklists (spamcop, monkeys.com etc)

Is it possible to have 'submit' either tag suspected spams with added headers or having the spams delivered to seperate mailboxes instead of blocking/bouncing them with 511 messages...

It takes about two lines of code to record the contents of $BLOCK2 in a X-Spam-header for later filtering.

How would I do this... do you have a code snippet as an example

You still can assign 'non-false-positives-lists' like SBL, UPL, SORBS and alike to $BLOCK and reject them right away.

I have setup some of the DNS based filters to set the $BLOCK2 variable. I'm assuming I'll have to get maildrop to check this and then file the mail away in a spambox, but AFAIK maildrop can't access the BLOCK or BLOCK2 variables (running in delivery mode)