Brian S. Meehan wrote: > Spamassassin is invoked from Courier-MTA. (OS is SUSE Pro 9.3) > The /usr/lib/courier/etc/courierd file has the following line: > DEFAULTDELIVERY="| /usr/bin/spamassassin | /usr/lib/courier/bin/maildrop"
FYI, a cleaner way to do this is: DEFAULTDELIVERY="| /usr/lib/courier/bin/maildrop" /etc/courier/maildroprc: xfilter "/usr/bin/spamc" This also gives you the ability to add some logic in the maildroprc if there are some messages that you don't want scanned. You can also use an exception clause if you want mail delivery to continue (unscanned) on spamc errors. exception { xfilter "/usr/bin/spamc" } -- Bowie