diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-03-20 10:55:21 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-03-20 10:55:21 +0000 |
commit | 715ab37671cc2b25fe70463a940f2245af73615b (patch) | |
tree | 8719d1be62292fa83b933dbdc8190b07efdbc628 /test/rejectlog | |
parent | f3d7df6c6b103bd096bfc455e88d79c8f6c3195b (diff) |
Fix bounces for non-SMTP reception errors to recognize
bounce_return_xxx.
Diffstat (limited to 'test/rejectlog')
-rw-r--r-- | test/rejectlog/0021 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/rejectlog/0021 b/test/rejectlog/0021 index 90e92c7c3..a2e943557 100644 --- a/test/rejectlog/0021 +++ b/test/rejectlog/0021 @@ -35,3 +35,23 @@ F From: ok@test4 1999-03-02 09:44:33 U=CALLER rejected connection in "connect" ACL 1999-03-02 09:44:33 H=(x.y.z) [10.9.8.10] U=CALLER rejected EHLO or HELO x.y.z 1999-03-02 09:44:33 mail accepted +1999-03-02 09:44:33 10HmbA-0005vi-00 F=<userx@test1> rejected by non-SMTP ACL: don't like sender userx@test1 +Envelope-from: <userx@test1> +Envelope-to: <userx@test.ex> +P Received: from CALLER by myhost.test.ex with local (Exim x.yz) + (envelope-from <userx@test1>) + id 10HmbA-0005vi-00 + for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 +I Message-Id: <E10HmbA-0005vi-00@myhost.test.ex> +F From: userx@test1 + Date: Tue, 2 Mar 1999 09:44:33 +0000 +1999-03-02 09:44:33 10HmbB-0005vi-00 F=<userx@test1> rejected by non-SMTP ACL: don't like sender userx@test1 +Envelope-from: <userx@test1> +Envelope-to: <userx@test.ex> +P Received: from CALLER by myhost.test.ex with local (Exim x.yz) + (envelope-from <userx@test1>) + id 10HmbB-0005vi-00 + for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 +I Message-Id: <E10HmbB-0005vi-00@myhost.test.ex> +F From: userx@test1 + Date: Tue, 2 Mar 1999 09:44:33 +0000 |