|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: FILTER_README suggestions
From: Jason Long (jlong
messiah.edu)
Date: Fri Sep 01 2006 - 10:32:33 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Wietse Venema wrote:
>
> - Have the filter insert a "badness" indicator in a message header,
> and dispose of bad mail with Postfix HOLD/DISCARD actions, maildrop
> rules, cyrus sieves, or procmail filters?
>
I do this, with Postfix header checks to act on it
/^X-Spam-Delete: yes/ DISCARD high-scoring spam
/^X-Spam-Filter: yes/ FILTER otherfilter:127.0.0.1:10001
/^X-Spam-Hold: yes/ HOLD quarantine
I've configured SpamAssassin to add these headers to the message, if
certain thresholds are met.
Jason
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]