In v310.pre, we had this:

loadplugin Mail::SpamAssassin::Plugin::Pyzor

...amongst many other loadplugin lines.  Through trial-and-error, I've
determined that commenting out the Pyzor line (along with the pyzor
config lines in local.cf) solves the problem.

Unfortunately, I really _liked_ Pyzor, and would like to be able to
run it.  Thoughts?

Chris St. Pierre
Unix Systems Administrator
Nebraska Wesleyan University

On Fri, 13 Jun 2008, Chris St. Pierre wrote:

On Fri, 13 Jun 2008, Matus UHLAR - fantomas wrote:

How do you use spamassassin, from procmail/maildrop? milter?

I call it from Postfix thusly:

------
main.cf:
------

smtpd_recipient_restrictions =
  ...
  check_recipient_access hash:/etc/postfix/spamassassin

------
/etc/postfix/spamassassin:
------

# only filter email *to* our domain, not from it
nebrwesleyan.edu    FILTER   spamassassin:

------
master.cf
------

spamassassin unix -     n       n       -       -       pipe
       user=spamd argv=/usr/bin/spamc -u spamd -e
       /usr/sbin/sendmail -oi -f ${sender} ${recipient}

Chris St. Pierre
Unix Systems Administrator
Nebraska Wesleyan University


Reply via email to