http://issues.apache.org/SpamAssassin/show_bug.cgi?id=3979





------- Additional Comments From [EMAIL PROTECTED]  2006-07-19 02:16 -------
Doing it all at once I should have used something like:

$result =~ s/^\s*\".*?\"\s*<(.*?)>.*$/$1/;


(In reply to comment #8)
> hrm.  why not just do something like:
> 
> $result =~ s/"[^"]*"//g;
> 
> The goal is to strip off the quoted bits, and the <> parts are handled in the
> next command.  No sense trying to do everything at once if we don't need to.

That's fine by be too.



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

Reply via email to