http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5344
------- Additional Comments From [EMAIL PROTECTED] 2007-03-15 07:17 ------- oh btw -- I notice in ArchiveIterator there were a few cases where the delimiter between header and body was matched using /^\s*$/ . As far as I know, that's incorrect, right? the header/body delim has to be either "\r\n\r\n" or "\n\n" -- "\n \n" would not be valid, and in fact would be a continuation of the previous header. Did I miss some broken MUA that we're supporting with that, or was it just an undiagnosed bug? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.