[CLUE-Tech] whitelisting subjects?

Charles Oriez coriez at oriez.org
Wed Dec 10 19:36:52 MST 2003


At 04:59 PM 12/10/2003 -0700, Mike Staver wrote:

>Does anyone know if you can whitelist subjects of emails in Spam Assassin? 
>Or better yet, use procmail to bypass SA and put the mails in a specific 
>folder based on subject? For example, let's say you want to take all the 
>emails with [CLUE-Tech] in one folder, how could you do that?

procmail - i for instance delete any spam that complies with the colorado 
spam law

# delete on mandatory ADV in subject
:0D
* ^Subject:.*ADV
{
     EXITCODE=77
     LOG = "ADV - "
     :0
       /dev/null
}

you would change ADV to CLUE-Tech, change /dev/null to whatever folder you 
wanted, and pull the EXITCODE line (which tells the spammer to FOAD in this 
example)

I have links to procmail references on my anti-spam page at 
http://oriez.org/junkmail.html




Charles Oriez     coriez at oriez.org
39  34' 34.4"N / 105 00' 06.3"W
**
In /dev/null no one can hear you scream... 




More information about the clue-tech mailing list