X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/2b1c6e3a3a41b680dcefcb87d6c373431f718607..b9ecb570888756a645781505fbcd1b70c93216a5:/test/scripts/0000-Basic/0538 diff --git a/test/scripts/0000-Basic/0538 b/test/scripts/0000-Basic/0538 index c464f3bf1..51daa9a26 100644 --- a/test/scripts/0000-Basic/0538 +++ b/test/scripts/0000-Basic/0538 @@ -4,7 +4,7 @@ need_ipv4 # Do a sender address verify that rejects MAIL FROM:<> server PORT_S 220 Welcome -HELO +EHLO 250 Hi MAIL FROM 550 I'm misconfigured @@ -12,13 +12,14 @@ QUIT 221 Bye **** exim -bs +helo test mail from: quit **** # Now do a recipient verify for the same domain, with use_sender server PORT_S 220 Welcome -HELO +EHLO 250 Hi MAIL FROM 250 OK @@ -28,12 +29,14 @@ QUIT 221 Bye **** exim -bs +helo test mail from: rcpt to: quit **** # A final check that the cache works for sender address exim -bs +helo test mail from: quit ****