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/2013.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/2013.userb')
-rw-r--r-- | test/mail/2013.userb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/mail/2013.userb b/test/mail/2013.userb new file mode 100644 index 000000000..556fb35e8 --- /dev/null +++ b/test/mail/2013.userb @@ -0,0 +1,18 @@ +From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999 +Received: from localhost ([127.0.0.1]:1112 helo=myhost.test.ex) + by myhost.test.ex with esmtps (TLS1.x:xxxxRSA_AES_256_CBC_SHAnnn:256) + (Exim x.yz) + (envelope-from <CALLER@myhost.test.ex>) + 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>) + id 10HmbE-0005vi-00 + for userb@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 +Message-Id: <E10HmbE-0005vi-00@myhost.test.ex> +From: CALLER_NAME <CALLER@myhost.test.ex> +Date: Tue, 2 Mar 1999 09:44:33 +0000 +TLS: cipher=TLS1.x:xxxxRSA_AES_256_CBC_SHAnnn:256 peerdn= + +Test message 2 + |