[Mimedefang] RE: Testing mailing list headers

David F. Skoll dfs at roaringpenguin.com
Fri Apr 9 21:14:45 EDT 2004


On Fri, 9 Apr 2004, Alex S Moore wrote:

> I want to skip the SpamAssassin check for a specific set of mailing lists,
> like this one.

For this one:

if ($Sender ne '<mimedefang-bounces at lists.roaringpenguin.com>') {
    # Do the SpamAssassin checks....
}

> How do I refer to a header value, such as X-BeenThere or
> List-Id?

You can open the file ./HEADERS, which contains all headers, one per line.
Multi-line headers are "unwrapped" to be on a single line for convenience.

--
David.



More information about the MIMEDefang mailing list