[CLUE-Tech] whitelisting subjects?

Mike Staver staver at fimble.com
Wed Dec 10 21:59:03 MST 2003


So Dan, do you think this will work?

:0 B
* ^ *Content-Disposition: attachment;
* filename=".*\.(vbs|scr|pif|com|exe|bat|dll)"
/dev/null

:0:
* ^Subject:.*\<[CLUE-Tech]\>
mail/clue

:0:
* ^Subject:.*\<[MDCFUG-L]\>
mail/mdcfug

:0fw * < 256000
| spamc

# This part says that if the spam score is greater than 25,
# we are almost 100% certain it's crap, so we instantly pitch it.
:0:
* ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*
/dev/null

# All mail tagged as spam (eg. with a score higher than the set
# threshold)
# is moved to "probably-spam".
:0:
* ^X-Spam-Status: Yes
mail/spam

# Work around procmail bug: any output on stderr will cause the "F" in
# "From"
# to be dropped.  This will re-add it.
:0
* ^^rom[ ]
{
   LOG="*** Dropped F off From_ header! Fixing up. "

   :0 fhw
   | sed -e '1s/^/F/'
}

dan radom wrote:
> * Mike Staver (staver at fimble.com) 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...
> 
> :0:
> * ^Subject:.*\<subject to match\>
> some_mail_folder
> 
> dan
> _______________________________________________
> CLUE-Tech mailing list
> Post messages to: CLUE-Tech at clue.denver.co.us
> Unsubscribe or manage your options: http://clue.denver.co.us/mailman/listinfo/clue-tech




More information about the clue-tech mailing list