Jan 20 08:16:11.048 [18848] dbg: bayes: found bayes db version 3
Jan 20 08:16:11.049 [18848] warn: plugin: eval failed: Insecure dependency in sprintf while running with -T switch at /usr/share/perl5/Mail/SpamAssassin/Logger.pm line 241.
Jan 20 08:16:11.050 [18848] dbg: config: score set 1 chosen.
[...]
Jan 20 08:16:11.068 [18848] dbg: plugin: Mail::SpamAssassin::Plugin::DNSEval=HASH(0xae42840)
   implements 'check_start', priority 0
Jan 20 08:16:11.081 [18848] warn: plugin: eval failed: Insecure dependency in sprintf while running with -T switch at /usr/share/perl5/Mail/SpamAssassin/Logger.pm line 241.

Btw, the fix for your first two cases of 'Insecure dependency in sprintf'
for SpamAssassin 3.4.0 is in:

  https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7065#c1

It is unrelated to the 'Insecure dependency in require' further down,
which is the topic of this thread.


The RedHat bug report as pointed out by Kevin A. McGrail is intriguing,
as I don't see how it was resolved (just says 'upgraded').

It may be worth trying with the current trunk version from SVN
(a would-be-3.4.1), as Kevin suggested, so that we'd be on the same page.


http://wiki.apache.org/spamassassin/DevelopmentStuff :

  The code itself is maintained in a Subversion repository
    $ svn checkout https://svn.apache.org/repos/asf/spamassassin/trunk

followed by the usual CPAN install:
  perl Makefile.PL; make; make test; make install
  sa-update


Mark

Reply via email to