Guardian Digital Inc. >
InfoCenter >
Mailing List Archives >
Amavis
Amavis Mailing List Archive
Robert,
> X-Amavis-Alert: BAD HEADER Non-encoded 8-bit data (char 8C hex) in message
> header 'Date': Date: \214r, 15 gru 2004\n
> Why I receive such things when I have:
> @bypass_header_checks_acl = (1);
> Is there something else I need to put in conf file to bypass other checks?
The proper syntax/semantics for a lookup to always match
and always return true is either the new way:
@bypass_header_checks_maps = (1);
or leaving @bypass_header_checks_maps at its default
and setting the older-style list variable:
@bypass_header_checks_acl = qw( . );
as correctly stated by Nick.
Mark
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/
|