Jon Fullmer wrote: > Right, and I'm wondering if I could use this to my advantage. This > "original poster" is a spammer (as he appears to be), how could I reject all > messages that have this "truncated long MIME Content-Transfer-Encoding > header"?
Well, I suppose you could look at the Content-Transfer-Encoding header (in ./HEADERS), and if it's equal to MaxMimeHeaderLength, you can assume it was truncated. This will only fail if the header happened to be exactly MaxMimeHeaderLength before, but I don't think that's a big deal. -- David. _______________________________________________ Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

