https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5201





--- Comment #3 from Henrik Krohns <[email protected]>  2009-05-04 22:34:03 PST ---

Is there a reason it can't look for the last <> ?

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

Or maybe even something "safer" like:

$result =~ s/.*<([^>]*)>[^<]*$/$1/;

I have no idea how clients parse headers..


-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to