Matthew,
> I have one sender outside my company that for some reason or another has 2
> message IDs in their header. It gets flagged as a bad header by amavisd. I
> had put the people he emails in the bad_header lover list, but his list of
> recipients continues to grow. Is there any way I can simply have any emails
> from this person bypass the bad header checks?
It is rarely desirable to block mail with a bad header.
The $final_bad_header_destiny=D_PASS is a default setting,
was there any good reason to change it?
> I believe it is the duplicate message ID that is causing it.
> Here is the entry it puts in the header.
> X-Amavis-Alert: BAD HEADER Duplicate header field: "Message-ID"
As Michael suggested, the:
$allowed_header_tests{'multiple'} = 0;
is probably a good compromise when mail needs to be blocked
because of a bad header.
Mark
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/