Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-20 | Multi-recipient cutthrough delivery. Bug 1542 | Jeremy Harris | |
Testing and fixes by: Heiko Schlittermann <hs@schlittermann.de> | |||
2015-01-12 | Move DSN support to mainline | Jeremy Harris | |
Affects bug 893 | |||
2014-08-20 | Expanded EXPERIMENTAL_TPDA feature | Jeremy Harris | |
Note this introduces incompatible changes; users who are compiling the feature in, and with configuration files using it, will need to change their configurations appropriately. See the experimental-spec.txt file. | |||
2014-04-09 | More care with headers add/remove lists. Bug 1452 | Jeremy Harris | |
As a side-effect, playing games with newlines no longer gives an altered message body/ Testcase 0324 is questionable (though passing) | |||
2014-03-16 | Support transport-added headers under cutthrough delivery. Bug 1431 | Jeremy Harris | |
2013-07-21 | Remove ACL-config skip so that ${acl } expansions work from queue-runs. | Jeremy Harris | |
Previously we skipped parsing the ACL section when not needed. Now it is potentially needed in all cases. The skip was ~5% faster than a full parse so probably not a large part of the exim process startup. Fix up testsuite output files affected by the removal and add a regression test. | |||
2012-12-09 | Fix tests 5400, 5401, 5410, 5420 to work under any user. | Jeremy Harris | |
2012-12-07 | Fix test 5400 when not run under a user named eximtest. | Tony Finch | |
2012-07-06 | Make +smtp_confirmation be a default logging option. | Todd Lyons | |
2012-06-04 | Add testcase for callout fallback from ESMTP to SMTP. | Jeremy Harris | |
2012-06-04 | Fixup testsuite cases affected by dual-tls - mainly EHLO on callouts. | Jeremy Harris | |
2012-06-04 | Testsuite cases for basic cutthrough_delivery. | Jeremy Harris | |
Also fixed bug where a predata acl was required for cutthrough. |