Anders wrote:

> Thomas Althoff skrev:
>>> Since many subjects on my system are Swedish, I don't want warnings
>> and blocks on those. Where do I set it?
>> 
>> $final_bad_header_destiny = D_PASS;  # (defaults to D_PASS), D_BOUNCE
>> suggested

> I have this:
> %final_destiny_by_ccat = (
>    CC_VIRUS,      D_DISCARD,
>    CC_BANNED,     D_BOUNCE,
>    CC_UNCHECKED,  D_PASS,
>    CC_SPAM,       D_DISCARD,
>    CC_BADH,       D_PASS,
>    CC_OVERSIZED,  D_BOUNCE,
>    CC_CLEAN,      D_PASS,
>    CC_CATCHALL,   D_PASS,
> );

Your setting does the same thing for bad headers (passes them), so
mail with bad headers is delivered, but:

You could try also bypassing bad header checks.
@bypass_header_checks_maps = (1);

Gary V


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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/

Reply via email to