On Fri, Dec 13, 2002 at 01:01:13PM -0800, Harry S wrote:
> On Fri, Dec 13, 2002 at 10:30:28AM -0800, Peter Jay Salzman wrote:
> > can i configure spam assassin to do this?
> 
> Dunno. I'm this^H close to installing spam assassin. Only thing holding
> me back is the potential that it might not work well with procmail for
> some reason. Do you know if one can still use procmail with it?
> 
> If so, it would be easy to create a few simple procmail recipes to do
> what you want with and/or statements, or using points.

Spamassassin works very well with procmail. After my mailing list
recipes in ~/.procmailrc, I have the following: 

# Run things past SpamAssassin
:0fw
| /usr/bin/spamassassin --local

# Anything it catches, throw in the junk bin
:0
* ^X-Spam-Status: Yes
junk


The --local is just because I don't like waiting for DNS queries to
traverse the Internet for every message, and enables more tests if it is
removed. 

-- 
Samuel Merritt
OpenPGP key is at http://meat.andcheese.org/~spam/spam_at_andcheese_dot_org.asc
Information about PGP can be found at http://www.mindspring.com/~aegreene/pgp/

Attachment: msg03815/pgp00000.pgp
Description: PGP signature

Reply via email to