https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6590
Mark Martinec <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|Undefined |3.3.2 --- Comment #1 from Mark Martinec <[email protected]> 2011-05-18 10:16:43 UTC --- > After updating perl to 5.14 and spamassassin I cant start amavisd > beacuse of this error: > /usr/lib/perl5/site_perl/5.14.0/Mail/SpamAssassin/Dns.pm line 757. > I'm running Linux host 2.6.27-gentoo-r7 #3 SMP...i686 > AMD Athlon(tm) 64 X2 Dual Core Processor 4400+ AuthenticAMD GNU/Linux This is fixed in 3.3.2 (currently either 3.3 SVN or 3.3.2-rc1) and in trunk. Please either remove the 'defned' from that line: < if ( defined %ENV ) { > if ( %ENV ) { or install one of the fixed versions. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
