
spamassassin at dostech
Jun 6, 2007, 8:47 AM
Post #1 of 3
(1533 views)
Permalink
|
Julian -- Any chance that you could avoid this? Daryl -------- Original Message -------- Subject: [Bug 5312] Razor plugin uses forbidden $' operator Date: Wed, 6 Jun 2007 08:29:30 -0700 (PDT) From: bugzilla-daemon [at] issues To: dev [at] spamassassin References: <5312.dev [at] spamassassin> http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5312 ------- Additional Comments From Mark.Martinec [at] ijs 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. ------------------------------------------- ----------------------------------------------------------------------- To unsubscribe, change your address, or temporarily deactivate your subscription, please go to http://v2.listbox.com/member/?member_id=1311533&user_secret=456ecacd Powered by Listbox: http://www.listbox.com
|