summaryrefslogtreecommitdiff
path: root/test/mail
AgeCommit message (Collapse)Author
2020-03-01Fix $mime_part_count for non-mime message on multi-message connection. Bug 2537Jeremy Harris
2020-02-29Add variables for wildcard portion of local-part affix. Bug 281Jeremy Harris
2020-02-03Testsuite: headers_remove globbing. Bug 159Jeremy Harris
2019-12-17 ARC: Reset received ARC instance counter before next message on a ↵Jeremy Harris
connection. Bug 2498
2019-12-12Testsuite: testcase for misordered ARC headers. Bug 2493Jeremy Harris
2019-11-15Testsuite: fix Recieved: header munging for TLS infoJeremy Harris
2019-11-14TLS: restore TLS protocol version to default Received: headerJeremy Harris
Broken-by: f1be21cf0b
2019-11-05DKIM/CHUNKING: support CHUNKING when a transport_filter is used, if DKIM ↵Jeremy Harris
signing is being done
2019-10-13Testsuite: munging for SRS testcaseJeremy Harris
2019-10-13SRS: native implementation. Bug 1649Jeremy Harris
2019-10-02DSN: add References: header. Bug 2452Jeremy Harris
2019-08-11DKIM: preferences for verify algorithmsJeremy Harris
2019-07-25Fix dkim_strict expansion. Bug 2413Ruben Jenster
Broken since the introduction of dkim support. Testsuite additions by jgh
2019-07-25Track tainted data and refuse to expand itJeremy Harris
2019-07-15Router variables: change list-separator to semicolonJeremy Harris
2019-07-11Router variables: local visibiliityJeremy Harris
2019-07-11Keep router-variables separate on addrs, to avoid taint contaminationJeremy Harris
2019-07-08Routers: named variablesJeremy Harris
2019-06-26Testsuite: output changes resultingJeremy Harris
Broken-by: 436bda2ac0
2019-05-19Change the default for hosts_noproxy_tls to unset, enabling continued-TLS ↵Jeremy Harris
deliveries as default
2019-03-15Retire EXPERIMENTAL_REQUIRETLSJeremy Harris
2019-02-11Testsuite: munge GnuTLS and OpenSSL ciphersuite strings to be more similarJeremy Harris
(cherry picked from commit 25d5d9f98ebb30acc8b269c6594f4bc1e1abe654)
2018-12-18Log failures to extract envelope addresses from message headers. Bug 2351Jeremy Harris
(cherry picked from commit 60c02b350a7d325e64ae0a656cfd37a9fbd162a7)
2018-12-05Send delay-MDN for any queurun past delay_warning, even if not retry time ↵Jeremy Harris
yet. Bug 2341
2018-10-13Testsuite: tidyingJeremy Harris
2018-10-12Rename smtp.client-ip to smtp.remote-ipPhil Pennock
This tracks changes in the ARC draft. The Received-SPF headers remain unchanged.
2018-09-23DSN: tescase for ESMTP DSN extension, RCPT optionsJeremy Harris
2018-07-27Support REQUIRETLSJeremy Harris
2018-06-21Testsuite: missing output filesJeremy Harris
2018-06-21DKIM: Fix signing for body lines starting with a pair of dots. Bug 2284Jeremy Harris
Broken-by: 42055a3385
2018-06-09DKIM: support timestamp and expiry tags in signing. Bug 2260Jeremy Harris
2018-05-11ARC: fix crash on signing with missing key fileJeremy Harris
2018-04-25ARC: add $arc_oldest_pass variable, for verifyJeremy Harris
2018-04-24ARC: add $arc_domains variable, for verify passJeremy Harris
2018-04-15Add client-ip info to iprev ${authres } lineJeremy Harris
2018-03-27ARC: enhance debug for signing; explicitly init signing contextJeremy Harris
2018-03-23ARC: add independent-source testcase. Fix signatures by not line-terminatingJeremy Harris
last header line being hashed.
2018-03-21ARC: AS header should have no c= tagJeremy Harris
2018-03-13ARC: add $arc_state, $arc_state_reason and add reason to authres stringJeremy Harris
2018-03-11PRDR: append overall DATA acceptance message to delivery log line "C=" item. ↵Simon Arlott
Bug 2253 It can have useful tracking info from the destination, eg. their message Id.
2018-03-04Testsuite: make 4560 more testhost-name independentJeremy Harris
2018-03-03Testsuite: for DKIM signing, store resulting mail for comparisonJeremy Harris
2018-03-03ARC initial implementation. Experimental. Bug 2162Jeremy Harris
2018-02-25Auths: for A-R header, and SMTP auth, note the public-name not the ↵Jeremy Harris
authenticator name Also, for TLS auth use a custom propspec
2018-02-18Expansions: new ${authresults {mch}} for an Authentication-Results headerJeremy Harris
2018-02-06DKIM: Ed25519 signatures (GnuTLS 3.6.0 and later)Jeremy Harris
2018-01-13Lookups: fix mysql lookup returns for no-data "queries",Jeremy Harris
when the number of rows affected is returned. Bug 2223 Broken-by: acec9514b1 Also enhance the testsuite mysql testcase to be standalone and move to standard-run set and add a specific testcase for this bug. Testcase working on Fedora at least - we'll see what happens on other platforms where executable locaation may vary.
2018-01-01Feature macros, show-supported and build-time selection for malware interfacesJeremy Harris
2017-12-30MIME ACL: fix SMTP response for non-accept result of the ACL. Bug 2214.Jeremy Harris
As far as I can see this was broken back in 2013, f4c1088 for 4.82
2017-12-24Testsuite: shift pgsql tests to the standard-run setJeremy Harris