From: "Loren Wilton" <[EMAIL PROTECTED]> > You are better off rearranging things so that this newsgroup simply bypasses > SA on your system, if you can. > > Loren
With procmail that's easy. With other tools I cannot say. ---8<--- ############################################################################ ## # run spamassassin on things not from the spamassassin list ############################################################################ ## :0 fw: spamassassin.lock * < 250000 * !^List-Id: .*(spamassassin\.apache.\org) #| /usr/bin/spamc -t 150 -u jdow | nice -n 1 /usr/bin/spamassassin ---8<--- Comment the last line and uncomment the line before to use spamc/spamd. {^_^}