http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5344
------- Additional Comments From [EMAIL PROTECTED] 2007-04-11 13:05 ------- (In reply to comment #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. There's a combination of things here. According to RFC2822: 13. Folding continuation lines cannot contain only white space. which is listed as a difference since RFC822, fyi. I think we were trying to be as generic as possible when finding the separator -- technically since there's not always a separator we need to change that code anyway, I just haven't considered it high priority enough to worry about. I haven't looked, but I believe all the AI code which does what you describe are looking for the date of the message, so even if we do misparse it, it's not a big deal (and has absolutely nothing to do with this ticket). So it's up to you if you really want to change it. I don't think it's important enough to worry about right now. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.