OSEC

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 (jlongmessiah.edu)
Date: Fri Sep 01 2006 - 10:32:33 CDT


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