Mail::SPF uses $& and $`
"Daryl C. W. O'Shea" <[email protected]>
| Newsgroups | gmane.mail.spam.spf.devel |
|---|---|
| Message-ID | <[email protected]> |
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: [email protected] To: [email protected] References: <[email protected]> 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. ------------------------------------------- ----------------------------------------------------------------------- To unsubscribe, change your address, or temporarily deactivate your subscription, please go to http://v2.listbox.com/member/?member_id=6959932&user_secret=62b4c45f Powered by Listbox: http://www.listbox.com