diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-06-27 14:04:29 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-06-27 14:04:29 +0000 |
commit | 4e167a8cc7dd4a135f23abee763763add28494fd (patch) | |
tree | d56764359cabf93414a6a121c002549da6138fdc /test/log | |
parent | 10bc6cb1ffaabfef3a86682ac848fbb7636dff4c (diff) |
Update error message for unknown ACL verb.
Diffstat (limited to 'test/log')
-rw-r--r-- | test/log/0027 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/log/0027 b/test/log/0027 index ffe01d6c0..280541371 100644 --- a/test/log/0027 +++ b/test/log/0027 @@ -5,7 +5,7 @@ 1999-03-02 09:44:33 U=CALLER F=<> temporarily rejected RCPT <"deny verify = header_syntax"@test.ex>: cannot check header contents in ACL for RCPT (only possible in ACL for DATA) 1999-03-02 09:44:33 U=CALLER F=<> temporarily rejected RCPT <"deny verify = junk"@test.ex>: expected "sender[=address]", "recipient", "helo", "header_syntax", "header_sender" or "reverse_host_lookup" at start of ACL condition "verify junk" 1999-03-02 09:44:33 U=CALLER F=<> temporarily rejected RCPT <"deny vorify = junk"@test.ex>: unknown ACL condition/modifier in "deny vorify = junk" -1999-03-02 09:44:33 U=CALLER F=<> temporarily rejected RCPT <"dony verify = junk"@test.ex>: unknown ACL verb in "dony verify = junk" +1999-03-02 09:44:33 U=CALLER F=<> temporarily rejected RCPT <"dony verify = junk"@test.ex>: unknown ACL verb "dony" in "dony verify = junk" 1999-03-02 09:44:33 U=CALLER F=<> temporarily rejected RCPT <"deny !message = abcd"@test.ex>: ACL error: negation is not allowed with "message" 1999-03-02 09:44:33 10HmaX-0005vi-00 U=CALLER F=<> temporarily rejected after DATA: cannot verify recipient in ACL for DATA (only possible for RCPT) 1999-03-02 09:44:33 10HmaY-0005vi-00 U=CALLER F=<> temporarily rejected after DATA: cannot test domains condition in DATA ACL |