summaryrefslogtreecommitdiff
path: root/test/scripts/5400-cutthrough
AgeCommit message (Collapse)Author
2016-07-08Cutthrough: avoid use of callout result cacheJeremy Harris
The connection always needs to be made, and no result need be cached after verify either.
2016-07-08Testsuite: cutthrough vs. callout cacheJeremy Harris
2016-04-06Pass on SIZE to cutthrough connectionJeremy Harris
2016-03-03Cutthrough: Reflect 5xx recipient reject from target to originatorJeremy Harris
When connection not opened by verify and target hard-rejects a RCPT, the reject was not being passed to the originating system (just the cutthrough connection was being dropped). Fix this.
2016-03-03Testsuite: testcases for rejected rcpt-callout-triggered cutthroughJeremy Harris
2016-03-03Cutthrough: fix operation under -bhc to not actually deliver. Bug 1800Jeremy Harris
2016-02-05Testsuite: sort logs in cases where we do parallel deliveriesJeremy Harris
2016-01-22Cutthrough: Fix bug with dot-only lineJeremy Harris
2015-05-05Testsuite: fix testcase sequencingJeremy Harris
Broken-by: f41e05066084 Replaces: 0368847fd98d
2015-05-04Testsuite: Patch for lost server -> exim interlockJeremy Harris
This is an interim workaround. Broken-by: f41e05066084
2015-02-18Testsuite: permit use of IPv6 loopbackJeremy Harris
2015-01-20Multi-recipient cutthrough delivery. Bug 1542Jeremy Harris
Testing and fixes by: Heiko Schlittermann <hs@schlittermann.de>
2014-03-16Support transport-added headers under cutthrough delivery. Bug 1431Jeremy Harris
2012-12-09Fix tests 5400, 5401, 5410, 5420 to work under any user.Jeremy Harris
2012-06-04Split out OpenSSL and GnuTLS versions of tests.Jeremy Harris
2012-06-04Support transport hosts_avoid_tls for cutthrough.Jeremy Harris
2012-06-04Add testcase for callout fallback from ESMTP to SMTP.Jeremy Harris
2012-06-04Fix tls variables order, and testsuite case 5401 (cutthrough) for changes ↵Jeremy Harris
that went in with dual-tls.
2012-06-04Fixup testsuite cases affected by dual-tls - mainly EHLO on callouts.Jeremy Harris
2012-06-04Testsuite cases for basic cutthrough_delivery.Jeremy Harris
Also fixed bug where a predata acl was required for cutthrough.