For amavis users:

----- Forwarded message from Mark Martinec <mark.martinec+ama...@ijs.si> -----

Date: Thu, 20 May 2010 15:27:41 +0200
From: Mark Martinec <mark.martinec+ama...@ijs.si>
To: Martin Michlmayr <t...@cyrius.com>
Cc: amavisd-new-debian-de...@lists.alioth.debian.org,
        Thijs Kinkhorst <th...@debian.org>
Subject: Re: [Amavisd-new-debian-devel] Fwd: [Pkg-mailman-hackers] Bug#581988: 
mailman adds duplicate
        MIME-Version header
User-Agent: KMail/1.13.3 (FreeBSD/8.0-RELEASE-p2; KDE/4.4.3; amd64; ; )
X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham
        version=3.3.0

On Thursday 20 May 2010 15:16:00 Martin Michlmayr wrote:
> * Mark Martinec <mark.martinec+ama...@ijs.si> [2010-05-20 14:37]:
> > By default, amavisd only adds a warning header field on seeing certain
> > RFC 2822 violations (like duplicates), but delivers the message anyway,
> > no harm done.
> 
> Well, the strange thing is that those messages _are_ delivered to me.
> However, I _also_ find a copy in virusmails as badh-.
> 
> This is on two different machines (one I set up, but one I didn't set
> up), so I'm not sure this is a misconfiguration on my side.  On the
> other hand, I'm surprised nobody else reported this issue before.
> 
> Can you tell me what to check in my config file?  Or is the behaviour
> I see normal?

Yes, it is normal - a default. The reasoning was that an admin may
still be interested in these warnings and (after examining the quarantine)
hopefully be in position to eliminate some sources of such.

To turn off quarantining of messages with a bad header:
  $bad_header_quarantine_method = undef;

It is also possible to selectively turn off some of these tests, e.g:
  $allowed_header_tests{'8bit'} = 0;
  $allowed_header_tests{'missing'} = 0;
  $allowed_header_tests{'multiple'} = 0;

Search release notes for: %allowed_header_tests


  Mark

----- End forwarded message -----

-- 
Martin Michlmayr
http://www.cyrius.com/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to