diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-02-20 11:37:16 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-02-20 11:37:16 +0000 |
commit | ca86f471bf30f4630e96e24f6c13de269f380f41 (patch) | |
tree | 69e429391bb764e2aab6316453f639eedbbd1571 /test/confs/0021 | |
parent | 5a11a7b41649e95629fa9944a2fa81b3e50707e4 (diff) |
$smtp_command and $smtp_command_argument were incomplete for MAIL
commands with extra options such as SIZE.
Diffstat (limited to 'test/confs/0021')
-rw-r--r-- | test/confs/0021 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/confs/0021 b/test/confs/0021 index 5ff787e28..da9293312 100644 --- a/test/confs/0021 +++ b/test/confs/0021 @@ -65,7 +65,7 @@ mail: senders = ok@test3 accept senders = ok@test1 : ok@test3 verify = sender - logwrite = :main,reject: mail accepted + logwrite = :main,reject: mail accepted "$smtp_command" "$smtp_command_argument" rcpt: accept senders = +ok_senders |