diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-06-15 19:27:04 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-06-15 20:34:28 +0100 |
commit | 2f8e0a5f6bc17ccd0749c0dc28f5da28da5d25a2 (patch) | |
tree | 317d43b87c1e1e9f4ca315e5680bd10a18e158a2 /test/mail/0580.local | |
parent | b9a2d0dd658cab56e0d1365e1c6a7c5ce9473bcf (diff) |
hosts_require_helo
Diffstat (limited to 'test/mail/0580.local')
-rw-r--r-- | test/mail/0580.local | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/mail/0580.local b/test/mail/0580.local index 9df481db9..16b65d2b7 100644 --- a/test/mail/0580.local +++ b/test/mail/0580.local @@ -1,5 +1,6 @@ From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999 -Received: from CALLER by myhost.test.ex with local-smtp (Exim x.yz) +Received: from CALLER (helo=test) + by myhost.test.ex with local-smtp (Exim x.yz) (envelope-from <CALLER@myhost.test.ex>) id 10HmbB-0005vi-00; Tue, 2 Mar 1999 09:44:33 +0000 |