<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi<br>
<blockquote
cite="mid:16281439.125.1302610367393.JavaMail.markus@cronlabworkstation0"
type="cite">
<pre wrap="">
Another way could be to set
smtpd_sasl_authenticated_header = yes
in postfix and score ALL_TRUSTED in SA with a negative score.
This should also bypasses SPF and RBL within SA
</pre>
</blockquote>
I have already set smtpd_sasl_authenticated_header = yes so I have
headers like this:<br>
<br>
<pre id="line1">Received: from banana.local (89-168-169-227.dynamic.dsl.as9105.com [89.168.169.227])
        (using TLSv1 with cipher AES256-SHA (256/256 bits))
        (No client certificate requested)
        (Authenticated sender: patricia)
        by bear.localdomain (Postfix) with ESMTP id D4B05318373
        for <a class="moz-txt-link-rfc2396E" href="mailto:james@pattinson.org"><james@pattinson.org></a>; Tue, 12 Apr 2011 12:22:50 +0100 (BST)</pre>
<br>
I've then set ALL_TRUSTED to -10 but I still get marked as spam:<br>
<br>
<span class="Apple-style-span" style="border-collapse: separate;
color: rgb(0, 0, 0); font-family: Times; font-style: normal;
font-variant: normal; font-weight: normal; letter-spacing: normal;
line-height: normal; orphans: 2; text-indent: 0px; text-transform:
none; white-space: normal; widows: 2; word-spacing: 0px;
font-size: medium;">
<pre style="word-wrap: break-word; white-space: pre-wrap;">X-Charter-MailScanner: Found to be clean
X-Charter-MailScanner-SpamCheck: spam, spamhaus-ZEN,
        SpamAssassin (score=-11.9, required 4, autolearn=not spam,
        ALL_TRUSTED -10.00, BAYES_00 -1.90)
X-Charter-MailScanner-From: <a class="moz-txt-link-abbreviated" href="mailto:james@pattinson.org">james@pattinson.org</a>
X-Spam-Status: Yes
</pre>
</span>What is going on here? score=-11.9 and still spam? :(<br>
<br>
Cheers<br>
James<br class="Apple-interchange-newline">
<br>
</body>
</html>