On 10/06/2003 at 09:25:31, Michael Keen wrote:
>> /^Date: .*[[:^print:]]/ REJECT RFC 1893 ERROR 5.6.2 Conversion of high bit
>> header in date required and prohibited by RFC 2047.
> Woops. I get:
> imgate postfix/cleanup[4730]: warning: regexp map
> /etc/postfix/header_checks.regexp, line 39: invalid character class
I think the caret is in the wrong spot. Try it as:
/^Date: .*[^[:print:]]/
Cheers,
Evan
