Johan Almqvist said the following on 06/01/2006 07:38:
> 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>;")

I too see this msg. I've been ignoring it as I know it's not critical.

I'll try your fix. Thanks.

R.
-- 
http://robinbowes.com

If a man speaks in a forest,
and his wife's not there,
is he still wrong?

Reply via email to