diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-31 16:00:54 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-31 16:13:42 +0000 |
commit | a65c415633eb8753963ea6b42e0b3a8a0f2a1393 (patch) | |
tree | 9fbcf4ca3164a8fe29078d95a7fd6870d824d718 /test/stdout | |
parent | de6273b487f1b5599894b09c1c8793ac22fb6cc8 (diff) |
Callouts: fix recipient verify/random
Broken-by: e9166683487c
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0473 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stdout/0473 b/test/stdout/0473 index 6199bf9bc..eda29bd92 100644 --- a/test/stdout/0473 +++ b/test/stdout/0473 @@ -253,7 +253,7 @@ EHLO the.local.host.name 250 OK MAIL FROM:<> 250 OK -RCPT TO:<the.local.host.name--testing@three.test.ex> +RCPT TO:<r12@three.test.ex> 250 OK QUIT 250 OK |