summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-20Tidying: coverity issuesJeremy Harris
2016-08-19Testsuite: rework timing of time-dependent testcaseJeremy Harris
2016-08-18Delivery: fix transmission down an already-open connection, whenJeremy Harris
one of the group of addresses is unsuitable for it. Bug 1874 Broken-by: 3070ceeeed05, fa41615da702.
2016-08-17Delivery: same-host checking for transport runs should include port from ↵Jeremy Harris
address give by routing
2016-08-17tidyingJeremy Harris
2016-08-14Testsuite: add progress detail to log of troublesome testcaseJeremy Harris
2016-08-14DMARC: send forensic reports for reject & quarantine results, and "none" ↵Tony Meyer
policy. Bug 1846
2016-08-14Expansions: new ${escape8bit:<string>} operator. Bug 1863Jeremy Harris
2016-08-14LMDB: introduce as Experimental. Bug 1856Andrew Colin Kissa
2016-08-11ACL: Ensure that acl_smtp_notquit is called for a conndrop between ↵Jasen Betts
data-go-ahead and data-ack. Bug 1872
2016-08-11Defensive coding in ${run }Jeremy Harris
Bug 1870
2016-08-11tidyingJeremy Harris
Bug 1870
2016-08-11Testsuite: missing output filesJeremy Harris
2016-08-09Testsuite: nail down hostname for CHUNKING test casesJeremy Harris
2016-08-09Docs: more index entries for header linesJeremy Harris
2016-08-08Radius: Fix authentication for Radius libraries that return REJECT_RC. Bug 1850Leonhard Knauff
2016-08-08DKIM: reduce memory usage (2nd go)Jeremy Harris
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/DKIM: fix handling of lines having a leading dotJeremy Harris
2016-08-07Revert "DKIM: reduce memory usage"Jeremy Harris
This reverts commit dea4897244b409bf91dc60a7e5e4b3d06f123dd6. It appears to induce spurious behaviour, seen in the testsuite. Possibly the sha_hash update calls think the memory they are passed will still be around later (eg. at sha_finish time)? A pity, since currently we are allocating for the entire message body - which could easily be MB or (future) GB.
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-06DKIM: reduce memory usageJeremy Harris
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-05tidyingJeremy Harris
2016-08-04Docs: add warning on non-ASCII results from SpamAssassin. Bug 1863Jeremy Harris
2016-08-04Merge branch 'fakereject'Jeremy Harris
2016-08-04Logging: visibility of fakerejectJeremy Harris
2016-08-04DKIM: log error on overlong input lineJeremy Harris
2016-08-04Named queues: Add queue name to "queued by ACL" log lineJeremy Harris
2016-08-03DANE: treat a TLSA response having only non-TLSA records the same as a ↵Jeremy Harris
no-match response
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 docsJeremy 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-02feed need for BDAT down to write_chunk()Jeremy Harris
2016-08-02tidying: dkim output bufferJeremy Harris
2016-08-02tidying: dkim output function argsJeremy Harris
2016-08-02transmit peer capability recognitionJeremy 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