Robin Bowes wrote:
I'm seeing the following errors from the spamassassin plugin:

@4000000043830dae2c91c464 Use of uninitialized value in substitution
(s///) at ./plugins/spamassassin line 188, <SPAMD> line 4.
@4000000043830dae2c9b3e2c Use of uninitialized value in concatenation
(.) or string at ./plugins/spamassassin line 212, <SPAMD> line 4.
@4000000043830dae2ca3e11c Use of uninitialized value in concatenation
(.) or string at ./plugins/spamassassin line 215, <SPAMD> line 4.

Those lines are all referencing the $tests variable, which (if I remember how SpamAssassin works) should be the list of which tests failed, which is returned by spamd after the Spam: True or Spam: False (plus the score) is returned. I seem to remember that the SpamAssassin configuration itself had to be set to return both the score and the tests, so you should see the SpamAssassin config.

John

Reply via email to