http://bugzilla.spamassassin.org/show_bug.cgi?id=3110
------- Additional Comments From [EMAIL PROTECTED] 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.
