summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2016-08-08Testsuite: accept debug & testscript output sizes varying with testhost nameJeremy Harris
2016-08-08Testsuite: account for change in debugJeremy Harris
Broken-by: fb6833e0a559
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-06Fix DISABLE_DKIM build & test. Fix build on systems lacking MAX in standard ↵Jeremy Harris
includes. Broken-by: 44bc8f0c2f35
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-02transmit loggingJeremy Harris
2016-08-02testcases for PRDRJeremy Harris
2016-08-02testcases for TLSJeremy Harris
2016-08-02receive with DKIMJeremy Harris
2016-08-02transmit with DKIMJeremy Harris
2016-08-02basic & pipelined transmit testcasesJeremy Harris
2016-08-02Callback into smtp transport for BDAT commandsJeremy Harris
2016-08-02tidyingJeremy Harris
2016-08-02receive flow processingJeremy Harris
2016-07-31Fix $body_linecount for empty linesJeremy Harris
2016-07-31Logging: Fix logging of errors under PIPELININGJeremy Harris
2016-07-30Expansions: add operators base32, base32dJeremy Harris
2016-07-27Unbreak transport-filters & bounce-generation.Jeremy Harris
Broken-by: 6b46ecc6a8f5
2016-07-25debug: prettify expansion condition trace outputJeremy Harris
2016-07-24feature advertiseJeremy 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-31Support "-qGpostgresql -Mvl <id>" and a better exiwhat outputJeremy 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-22Testsuite: fix for 0574Jeremy Harris
2016-05-21Debug: "kill" option on ACL control=debug. Bug 1831Jeremy Harris
2016-05-21Testsuite: GnuTLS server TLD startup errors testcaseJeremy Harris
2016-05-17Delivery: clarify error log line. Bug 1782Jeremy Harris
"retry time not reached for any host after a long failure period" has generated so many queries it plainly is not clear. Replace with "all hosts for 'dom.ain' have been failing for a long time (and retry time not reached)".
2016-05-16Logging: dnssec status on accept & delivery linesJeremy Harris
2016-05-12DANE: for hosts_try_dane (but not _require), on dnssec but no TLSA returned, ↵Jeremy Harris
fallback to plain TLS
2016-05-10shift queue name use up to top layer in spooldir hierachyJeremy Harris
2016-05-10Collect spool-layout code to one fileJeremy 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-08loggingJeremy Harris
2016-05-08testcaseJeremy Harris
2016-05-07global queue_nameJeremy Harris
2016-05-04TLS: when tls_certificates unset, generate a selfsigned certJeremy Harris