https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7176
--- Comment #5 from Mark Martinec <[email protected]> --- I do not mind in being liberal, as long as that does not interfere with processing of regular protocols and data structures. I do mind however that all to often in the SpamAssassin code a shortcut / an ad-hoc code hack has been used based on examining a handful of samples, often not even bothering to check what the specifications call for. The quoted sample: if ($disp =~ /name="?([^\";]+)"?/i) { is just one of such examples, it does require a 'quoted-string' in the value and does not accept a 'token' syntax. Other numerous examples are in the Received header field parsing code. -- You are receiving this mail because: You are the assignee for the bug.
