If you have 3.4 then:
Fetch the patches with the commands:
wget
"http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Conf/Parser.pm?r1=1642207&r2=1642206&pathrev=1642207&view=patch"
-O parser.pm.patch
wget
"http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm?r1=1642207&r2=1642206&pathrev=1642207&view=patch"
-O conf.pm.patch
cd /usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Conf
patch Parser.pm < parser.pm.patch
cd ..
patch Conf.pm < conf.pm.patch
Done. Now it will work regardless of what is done with the rulesets.
Ted
On 11/30/2014 4:03 AM, A. Schulze wrote:
Benny Pedersen:
Upgrade to sa 3.4 where this work, else wait for next rule update,
this is a work in progress thats only gives error when not using sa 3.4
At least here I *have* 3.4 but got the same warnings.
The file 72_active.cf from update_spamassasin_org contain some
lines "if perl_version >= 5.001000
I simply removed these lines/if statements because I *do run* a perl
version > 5.1.
( patch attached )
Hope, the next update from updates.spamassassin.org solved the issue.
Andreas