diff options
author | Phil Pennock <pdp@exim.org> | 2012-05-13 04:09:25 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-05-13 04:09:25 -0400 |
commit | 12dd53c7a900b323936790a9e6fc4ae617920968 (patch) | |
tree | d32e304abf66e3151c3e1e6e31ad950684759a67 /test/log | |
parent | 6a6084f8fd44dc65dce40536198ec5d282deb126 (diff) |
Fixed headers_only on smtp transports.
Was not sending trailing dot.
Added test case to catch this.
fixes bug 1246.
Diffstat (limited to 'test/log')
-rw-r--r-- | test/log/0565 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/log/0565 b/test/log/0565 new file mode 100644 index 000000000..1fef38b61 --- /dev/null +++ b/test/log/0565 @@ -0,0 +1,6 @@ +1999-03-02 09:44:33 10HmaX-0005vi-00 <= CALLER@myhost.test.ex U=CALLER P=local-smtp S=sss +1999-03-02 09:44:33 10HmaX-0005vi-00 => x@y R=dnslookup T=remote_smtp H=127.0.0.1 [127.0.0.1] +1999-03-02 09:44:33 10HmaX-0005vi-00 Completed +1999-03-02 09:44:33 10HmaY-0005vi-00 <= CALLER@myhost.test.ex U=CALLER P=local-smtp S=sss +1999-03-02 09:44:33 10HmaY-0005vi-00 => x@test.ex R=hdronly_dnslookup T=remote_smtp_hdrs H=127.0.0.1 [127.0.0.1] +1999-03-02 09:44:33 10HmaY-0005vi-00 Completed |