diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-02-04 14:32:17 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-02-04 15:32:24 +0000 |
commit | cfe6f17c3c1f76ce403195dbae8ac4141f527ba7 (patch) | |
tree | e530452ea6806feb182da8d6195a2c8fc430b995 /test | |
parent | 6b3e96244682c63893ff3884b06bff68104ce2c8 (diff) |
ACL: Fix parsing of control=queue_only
Broken-by: 9438970c97
Diffstat (limited to 'test')
-rw-r--r-- | test/log/0505 | 2 | ||||
-rw-r--r-- | test/rejectlog/0505 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/log/0505 b/test/log/0505 index 1141546ad..45fb63f05 100644 --- a/test/log/0505 +++ b/test/log/0505 @@ -3,4 +3,4 @@ 1999-03-02 09:44:33 U=CALLER temporarily rejected EHLO or HELO xxx: cannot use "control=submission" in EHLO or HELO ACL 1999-03-02 09:44:33 ACL for QUIT returned ERROR: cannot use "control=freeze" in QUIT ACL 1999-03-02 09:44:33 10HmaY-0005vi-00 F=<CALLER@myhost.test.ex> rejected by non-SMTP ACL: cannot use "control=enforce_sync" in non-SMTP ACL -1999-03-02 09:44:33 U=CALLER temporarily rejected connection in "connect" ACL: cannot use "control=queue_only" in connection ACL +1999-03-02 09:44:33 U=CALLER temporarily rejected connection in "connect" ACL: cannot use "control=queue" in connection ACL diff --git a/test/rejectlog/0505 b/test/rejectlog/0505 index 2c56b7f1e..41fd97e5b 100644 --- a/test/rejectlog/0505 +++ b/test/rejectlog/0505 @@ -19,4 +19,4 @@ P Received: from CALLER by myhost.test.ex with local (Exim x.yz) I Message-Id: <E10HmaY-0005vi-00@myhost.test.ex> F From: CALLER_NAME <CALLER@myhost.test.ex> Date: Tue, 2 Mar 1999 09:44:33 +0000 -1999-03-02 09:44:33 U=CALLER temporarily rejected connection in "connect" ACL: cannot use "control=queue_only" in connection ACL +1999-03-02 09:44:33 U=CALLER temporarily rejected connection in "connect" ACL: cannot use "control=queue" in connection ACL |