SA Bugzilla – Bug 698
INVALID_MSGID false positive
Last modified: 2002-08-13 22:40:30 UTC
I have observed one or two perfectly valid messages whose Message-Id headers look like this: "<ZYdW9kKkXQ+B092yn@gnosis.cx> " ie. there's trailing whitespace in the header line. This triggers INVALID_MSGID. Dunno what the RFCs say, but I'd loosen up the regex a bit. Adding \s* between the > and $ should do the trick.
ok