On Mon, 2004-03-29 at 01:41, Philip Hazel wrote:
> On Fri, 26 Mar 2004, Tor Slettnes wrote:
> > In /var/log/exim4/rejectlog, I see all mail headers except for the two
> > I just added here, "X-Spam-Score:" and "X-Spam-Status:".
>
> The header lines that are added to reject log messages written at ACL
> time are those that came in with the message. This does not include any
> that you have added.
Well, I _do_ see headers that I added via "warn" in prior ACLs
(acl_smtp_connect, acl_smtp_helo, acl_smtp_mail, acl_smtp_rcpt):
/var/log/exim4/rejectlog:
Envelope-from: <erqla@???>
Envelope-to: <tor@???>
P Received: from 156-42.241.81.adsl.skynet.be ([81.241.42.156] helo=A11tgf.com)
by dot.slett.net with smtp (Exim 4.30)
id 1B81Sw-000273-L2
for tor@???; Mon, 29 Mar 2004 10:26:31 -0800
F From: <erqla@???>
T To: <tor@???>
Subject: C I A L I S
Date: Mon, 29 Mar 2004 19:25:22 -0500
MIME-Version: 1.0
X-Virus-Status: Scanned by norton
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable
X-RBL-Warning: 81.241.42.156 is listed in dnsbl.sorbs.net (Dynamic IP Address See: http://www.dnsbl.sorbs.net/cgi-bin/lookup?IP=81.241.42.156)
X-Bogus-HELO-Warning: Remote host 81.241.42.156 incorrectly presented itself as A11tgf.com
X-Sender-Verify-Failed: Invalid sender address <erqla@???>
The only headers I do not see are those that I added within the ACL from
which I am performing the 'logwrite', namely 'acl_stmp_data'.
-tor