|
From: Helmut S. <jum...@gm...> - 2010-03-16 10:16:36
|
Mark Martinec wrote:
> Helmut,
>
> > don't know when it started but I see the following lines in the
> > logs:
> >
> > Use of uninitialized value $args[0] in sprintf at
> > /usr/local/lib/perl5/site_perl/5.10.1/Mail/SpamAssassin/Logger.pm
> > line 241.
> > [...]
> > Mar 8 19:48:44 teg amavis[66058]: (66058-14) (!)INFO: dot-stuffing
> > error (only one leading dot): .main_table { width: 600px;
> > margin-right: auto; margin-left: auto; }\r\n
> >
> > Ideas? I'm running SpamAssassin-3.3.0_3 on FreeBSD8.0.
>
> These two are most likely unrelated. The first one can be
> safely disregarded - if it occurs often, it can be investigated
> and eventually avoided, I'd need a sample message and possibly a
> full debug log of spamassassin.
It occurs everytime I run "amavisd debug-sa".
> The second one means that a SMTP client which sent a mail message
> to your MTA was not RFC 2821 -compliant, and 'forgot' to double the
> leading dots. If the sending client was not yours, there isn't much
> you can do about it except complain to the sender. If you have any
> control over it, its sloppy SMTP client-side implementation needs
> to be fixed.
OK, good to know.
|