Date: Tue, 02 Feb 2010 10:05:15 -0600 From: Noel Jones <njo...@megan.vbhcs.org> Subject: Re: [AMaViS-user] BAD HEADER SECTION Improper folded header field made up entirely of whitespace: Thread-Index: \n \n \n To: amavis-user@lists.sourceforge.net Message-ID: <4b684d3b.9030...@megan.vbhcs.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
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 Hi Noel, Is it possible to assign a score to mails with bad headers ? -- Regards, Eric Magutu ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ 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/