summaryrefslogtreecommitdiff
path: root/test/scripts
AgeCommit message (Collapse)Author
2016-09-11Log EHLO response on getting conn-close response for HELO. Bug 1832Jeremy Harris
2016-09-11Reduce space used by flags in smtp transportJeremy Harris
2016-09-05Cutthrough: option to reflect 4xx errors from target to initiatorJeremy Harris
2016-09-01Testsuite: fix GnuTLS OCSP testingJeremy Harris
2016-09-01CHUNKING: after rejecting a pipelined SMTP command, flush any followon BDAT dataJeremy Harris
2016-08-22Add automatic macros for compile-time feature optionsJeremy Harris
2016-08-22Testsuite: fix macro conflict (X vs. HEADERS_MAXSIZE)Jeremy Harris
2016-08-19Testsuite: rework timing of time-dependent testcaseJeremy Harris
2016-08-14Testsuite: add progress detail to log of troublesome testcaseJeremy Harris
2016-08-14Expansions: new ${escape8bit:<string>} operator. Bug 1863Jeremy Harris
2016-08-14LMDB: introduce as Experimental. Bug 1856Andrew Colin Kissa
2016-08-09Testsuite: nail down hostname for CHUNKING test casesJeremy Harris
2016-08-07CHUNKING: fix transmit with long headersJeremy Harris
When the buffer used for SMTP commands and message headers filled to flush point, protocol sequencing was wrong.
2016-08-06Routing: in a dnslookup, fix fail_defer_domains to defer on missing MX ↵Jeremy Harris
record. Bug 1867
2016-08-06Merge branch 'CHUNKING'Jeremy Harris
2016-08-04Merge branch 'fakereject'Jeremy Harris
2016-08-04Logging: visibility of fakerejectJeremy Harris
2016-08-02pass advertised facility to continued-transport processJeremy Harris
2016-08-02testcases for PRDRJeremy Harris
2016-08-02testcases for TLSJeremy Harris
2016-08-02transmit with DKIMJeremy Harris
2016-08-02basic & pipelined transmit testcasesJeremy Harris
2016-08-02receive flow processingJeremy Harris
2016-07-31Logging: Fix logging of errors under PIPELININGJeremy Harris
2016-07-30Expansions: add operators base32, base32dJeremy Harris
2016-07-11testsuite: abstract out common conf settingsJeremy Harris
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-06-03Merge branch 'multiqueue_336': Named queuesJeremy Harris
2016-06-02Expansions: add ${sha3:<string>} itemJeremy Harris
2016-06-02Add support for ${sha256:<string>}Jeremy Harris
2016-05-31Renumber testcase, againJeremy Harris
2016-05-30Avoid writing msglog files in -bh and -bhc modes. Bug 1804Jeremy Harris
2016-05-25Renumber testcaseJeremy Harris
2016-05-24Fix crash in VRFY handling for an unqualified name. Bug 1836Jeremy Harris
Introduced-by: 4f6ae5c314e5
2016-05-21Debug: "kill" option on ACL control=debug. Bug 1831Jeremy Harris
2016-05-21Testsuite: GnuTLS server TLD startup errors testcaseJeremy Harris
2016-05-16Logging: dnssec status on accept & delivery linesJeremy Harris
2016-05-10shift queue name use up to top layer in spooldir hierachyJeremy Harris
2016-05-09New $queue_name variableJeremy Harris
queue_run_max main option expanded, allowing per-queue values
2016-05-08periodic queue runnerJeremy Harris
2016-05-08testcaseJeremy Harris
2016-05-08testcaseJeremy Harris
2016-05-04TLS: when tls_certificates unset, generate a selfsigned certJeremy Harris
2016-04-14Expansions: fix forced-fail of extract. Bug 1815Jeremy Harris
2016-04-08Testsuite: 0322 (pipelining errors) avoid triggering SIGPIPEJeremy Harris
This was timing-dependent; if the exim closed the connection before the script wrote to it _after_ triggerring an error, EPIPE/SIGPIPE. Unexplained as yet: why runtest (perl) saw this as a 141 server returncode (NB: 141-128 = 13 = SIGPIPE, the shell behaviour) when "perldoc -v '$?'" (which runtest is coded to) says that a signum should be in the top nibble of 16b.
2016-04-07Add perl_taintmode optionHeiko Schlittermann (HS12-RIPE)
2016-04-06Pass on SIZE to cutthrough connectionJeremy Harris
2016-03-31Testsuite: move perl-dependent testcasesexim-4_87_RC7Jeremy Harris
2016-03-15Utilites: fix exim_lockJeremy Harris
Unaccountable fails to lock, seen in testsuite Fix appeared when tidying a Coverity "unchecked returncode" fault