On 2/2/2010 7:45 AM, Eric Magutu wrote:
> Dear all,
> I have mail destined to one of our clients being blocked because of
> the above error. Does anyone know how to fix the problem? What can be
> causing the Exchange server to insert the blank lines? Is there a
> workaround I can do on my end or must it be solved by the sender ?
>
>
> Return-Path:<>
> Delivered-To: bad-header-quarantine

I'm pretty sure quarantine and blocking of bad headers is 
turned off by default, so you must have turned it on at some 
point.

To turn off blocking of bad header mail, edit your 
amavisd.conf file and look for
$final_bad_header_destiny
Change it to
$final_bad_header_destiny = D_PASS;

To turn off bad header quarantine, use
$bad_header_quarantine_to = undef;

To turn off checking headers completely, use
@bypass_header_checks_maps = (1);

See the comments in amavisd.conf and amavisd.conf-sample, and 
the release notes for more information.

   -- Noel Jones

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-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/ 

Reply via email to