Hello, I have Spamassassin 2.43 running
on a FreeBSD 4.7-pl2 I had spamc/spamd working
flawlessly on the machine. However, I recently upgraded
to SA 2.43 and since then, spamassassin reports a
spam score of 0.0/$user-setting (where $usersetting is retrieved from an SQL database.) After upgrading to 2.43, spamc/spamd still works in the respect that spamc
pipes the mail to spamd. Spamd connects to
the database and retrieves the settings, and parses the email. However it never seems to apply the
tests. The score is always 0.0 Having done some testing,
“spamassassin” actually works as expected : spamassassin -t <
sample-nonspam.txt > nonspam.out spamassassin -t <
sample-spam.txt > spam.out What would cause spamc/spamd to
not work, when spamassassin works as intended? Jeff |