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 '<[EMAIL PROTECTED]>') {
    # 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.
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to