summaryrefslogtreecommitdiff
path: root/test/stderr/0575
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2021-06-15 19:27:04 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2021-06-15 20:34:28 +0100
commit2f8e0a5f6bc17ccd0749c0dc28f5da28da5d25a2 (patch)
tree317d43b87c1e1e9f4ca315e5680bd10a18e158a2 /test/stderr/0575
parentb9a2d0dd658cab56e0d1365e1c6a7c5ce9473bcf (diff)
hosts_require_helo
Diffstat (limited to 'test/stderr/0575')
-rw-r--r--test/stderr/057512
1 files changed, 9 insertions, 3 deletions
diff --git a/test/stderr/0575 b/test/stderr/0575
index 845b2c362..17f50041f 100644
--- a/test/stderr/0575
+++ b/test/stderr/0575
@@ -22,6 +22,12 @@ host in helo_try_verify_hosts? no (option unset)
host in helo_accept_junk_hosts? no (option unset)
SMTP>> 220 mail.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
smtp_setup_msg entered
+SMTP<< helo test
+test in helo_lookup_domains? no (end of list)
+sender_fullhost = (test) [V4NET.0.0.0]
+sender_rcvhost = [V4NET.0.0.0] (helo=test)
+set_process_info: pppp handling incoming connection from (test) [V4NET.0.0.0]
+SMTP>> 250 mail.test.ex Hello test [V4NET.0.0.0]
SMTP<< mail from:<x@y>
spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
@@ -42,19 +48,19 @@ search_tidyup called
Data file name: TESTSUITE/spool//input//10HmaX-0005vi-00-D
Data file written for message 10HmaX-0005vi-00
>>Generated Received: header line
-P Received: from [V4NET.0.0.0]
+P Received: from [V4NET.0.0.0] (helo=test)
by mail.test.ex with smtp (Exim x.yz)
(envelope-from <x@y>)
id 10HmaX-0005vi-00
for x@y;
Tue, 2 Mar 1999 09:44:33 +0000
LOG: MAIN
- <= x@y H=[V4NET.0.0.0] P=smtp S=sss
+ <= x@y H=(test) [V4NET.0.0.0] P=smtp S=sss
SMTP>> 250 OK id=10HmaX-0005vi-00
smtp_setup_msg entered
SMTP<< quit
SMTP>> 221 mail.test.ex closing connection
LOG: smtp_connection MAIN
- SMTP connection from [V4NET.0.0.0] closed by QUIT
+ SMTP connection from (test) [V4NET.0.0.0] closed by QUIT
search_tidyup called
>>>>>>>>>>>>>>>> Exim pid=pppp (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>