On Wed, Mar 20, 2002 at 06:09:24PM -0800, Matthew Cline wrote: > Currenlt, INVALID_MSGID doesn't catch message IDs like > <026b10d87e4c$8543d8d6$8ad36ae8@ihervr>, because it only requires that there
But that is a valid Message-Id according to RFC 2822. Unless you really want to get into the RFC and do a regex check by the strict standards, all you can really check is that the Message-Id is of the form /^<.+@.+>$/. That can probably be made a little bit better, but the left-hand side is really wide open, and the right-hand side is mostly open. Message-ID is specified in section 3.6.4, and the usually found atom-related text stuff is from 3.2.4. If you want to get right technical about it, Message-Id is an optional header (although it's highly recommended in the RFC...) -- Randomly Generated Tagline: "The most useful pieces of engineering that you'll probably ever have to do will be to thwart some lawyer somewhere..." - Prof. Vaz _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk