As you will see from my last message, I was just going with what Wietse had
recommended, and it seems to work fine for me. ;-)
Bill
----- Original Message -----
From: "Evan Pearce" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 09, 2003 6:38 PM
Subject: [IMGate] Re: Bad Date Header
On 10/06/2003 at 10:43:55, Bill Landry wrote:
> Try this in you header checks, called as a regexp string (NOT pcre):
> /[^[:print:]]{7}/ REJECT Your mailer is not RFC 2047 compliant
> which will cover all of the headers, including the date.
Bill, why the {7}? Have you had problems rejecting on a single
non-printable character?
Evan