http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5312
------- Additional Comments From [EMAIL PROTECTED] 2007-06-06 08:29 -------
Note that NetAddr::IP is infested with $& and $` thoroughly,
including its autoloaded modules.
Unfortunately Mail::SPF uses NetAddr::IP,
and SPF plugin for SA is loaded through init.pre by default.
$ perl -MNetAddr::IP -MDevel::SawAmpersand \
-e 'printf("SawA: %d\n",Devel::SawAmpersand::sawampersand)'
SawA: 1
$ perl -MMail::SPF -MDevel::SawAmpersand \
-e 'printf("SawA: %d\n",Devel::SawAmpersand::sawampersand)'
SawA: 1
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.