http://issues.apache.org/SpamAssassin/show_bug.cgi?id=3979
------- Additional Comments From [EMAIL PROTECTED] 2006-07-19 15:52 ------- (In reply to comment #12) > uh, it's legal to have quoted strings in the address; > > Foo Bar <"Mr. Foo Bar"@barcom.biz> > > does that now support this? I suspect not. > > I think we're going about this the wrong way -- this is the perfect > place for test-driven development, start with the test cases and > write code that works against that. Right, that's what we're doing (that's why I put the list of header contents in comments around that function so we know what we're dealing with). You're the first person to mention this other form. So it seems like we may want to do something like: $result =~ s/(?<!<)"[^"]*"//g; ? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
