You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/04/15 18:33:48 UTC

[Bug 3110] unitialized value errors when running from home directory

http://bugzilla.spamassassin.org/show_bug.cgi?id=3110





------- Additional Comments From faisal@faisal.com  2004-04-15 09:33 -------
I've verified this is due to a bug in Perl 5.005_03 regex on at least one platform (RedHat on Alpha).  It 
does not seem to happen on any 5.6 or 5.8 Perl installs on any platform I've tested.

if ($val =~ s/boundary=[\"\'](.*?)[\"\']/ /ig)

...returns true but $1 is undef.  If you change the regex to do single match instead of multiple match 
the block works.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.