Hi there

qpsmtpd is the smtpd I've always wanted to write. Denying is better than bouncing!

Anyway I discovered a little flaw in the spamassassin plugin (I think):

Use of uninitialized value in substitution (s///) at ./plugins/ spamassassin line 188, <SPAMD> line 4.
spamassassin plugin: check_spam: finished reading from spamd
Use of uninitialized value in concatenation (.) or string at ./ plugins/spamassassin line 212, <SPAMD> line 4. Use of uninitialized value in concatenation (.) or string at ./ plugins/spamassassin line 215, <SPAMD> line 4.

Fix: insert
        if (!$tests) {$tests = 'none';}
between lines 187 and 188 (i.e. directly after "my $tests = <SPAMD>;")




Also, does anyone have the spamc-using version available? I can't seem to reach http://gw.nsa.co.il/qpsmtpd/spamassassin

I'm having some trouble also to get Bayesian filtering to work. But that may just be because my corpus of ham and spam isn't big enough... On the other hand, it doesn't seem to autolearn.


-Johan
--
Johan Almqvist
[EMAIL PROTECTED]


Reply via email to