On 3/31/2010 11:17 AM, Dale Carstensen wrote:
> Lamar,
>
> [ I'm  cc'ing amavis-user in case somebody sees the light and decides to
> end the pickiness.  Or let me know if it has already been done.  My
> amavisd version is 2.4.5, it appears, vintage 1/30/2007. Or let me know
> what conf options will selectively end its pickiness about the messages
> I get repeatedly.  I appreciate if it can find a real mess about
> attachments, etc., but quarantining two From: lines or three References:
> lines just seems overboard to me.  I'd test 2.6.4 on single messages, but
> it's not clear to me how to do that.  Note that a google search:
>
>   "bad header" site:marc.theaimsgroup.com/?l=amavis-user
>
> gets exactly 1 hit, which is about IP Filter and SSH, not even about
> amavis.  The howto (http://www.amavis.org/howto/) link gets 403 forbidden.
> The FAQ (http://www.amavis.org/amavis-faq.php3) link yields a page of
> HTML, hard to read but fairly short.  All found by a google seach for

amavis.org is not associated with amavisd-new.  amavisd-new is 
well documented on its home site:
http://www.ijs.si/software/amavisd/

Default amavisd-new settings as shipped does not block nor 
quarantine mail due to bad headers.  If you don't want to 
block mail with bad headers, see the comments in your 
amavisd.conf file.  Probably the easiest way to turn off 
header checking is by setting
@bypass_header_checks_maps = (1);  # don't check headers

Other interesting settings include
$final_bad_header_destiny = D_PASS; # deliver anyway
$bad_header_quarantine_to = undef;  # don't quarantine

If your system packager turned on bad header blocking without 
asking you, complain to them.



------------------------------------------------------------------------------
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/ 

Reply via email to