diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-06-11 20:58:21 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-06-11 23:47:46 +0100 |
commit | e39fdc8556cb9c21af32e56b1a2aba69a2736f0b (patch) | |
tree | 0d54c3b0d800757576eebaf57f5412d81bc2832e /test/mail/2113.userb | |
parent | e47252f5116d092a96bad199c9a17783885eeef6 (diff) |
On a continued-transport delivery, do not check the hostlist for mismatch in the
transport dispatch level when the transport does hosts-override. Instead do the
full trasport process call and let it decide on compatibility with the connection.
Diffstat (limited to 'test/mail/2113.userb')
-rw-r--r-- | test/mail/2113.userb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mail/2113.userb b/test/mail/2113.userb index a19f5fd76..d93f45f7c 100644 --- a/test/mail/2113.userb +++ b/test/mail/2113.userb @@ -1,9 +1,9 @@ From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999 -Received: from localhost ([127.0.0.1]:1113 helo=myhost.test.ex) +Received: from localhost ([127.0.0.1]:1112 helo=myhost.test.ex) by myhost.test.ex with esmtps (TLSv1:AES256-SHA:256) (Exim x.yz) (envelope-from <CALLER@myhost.test.ex>) - id 10HmbH-0005vi-00 + id 10HmbI-0005vi-00 for userb@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 Received: from CALLER by myhost.test.ex with local (Exim x.yz) (envelope-from <CALLER@myhost.test.ex>) |