summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-31Testsuite: munging for Alpine LinuxJeremy Harris
2023-08-31Taint: de-taint $2 (fixed part of key) from a matching partial-searchJeremy Harris
2023-08-31Avoid sending DSN when message was accepted under fakereject or fakedefer. ↵Jeremy Harris
Bug 3016
2023-08-29Docs: typoesu34
2023-08-29Docs: tweak description of message-id. Bug 3020Arkadiusz Miśkiewicz
2023-08-27DMARC: add ARC info to history recordsJeremy Harris
2023-08-24Re-fix live variable $value free. The inital fix resulted in $value from ↵Jeremy Harris
${run...} not being available later, which is a documented feature. Broken=by: cf3fecb9e873
2023-08-24Revert "Fix free of $value after ${run...}"Jeremy Harris
This reverts commit cf3fecb9e873df38a9245775a3887e73a8716083.
2023-08-24tidying: specified-initializersJeremy Harris
2023-08-20tidyingJeremy Harris
2023-08-20DMARC: for version 1.4.x libraries, add selector to dkim lines in history fileVictor Ustugov
2023-08-20 Testsuite: add with-dkim case to DMARC testcaseJeremy Harris
2023-08-20DMARC: write history file even under testsuiteJeremy Harris
2023-08-20Testsuite: DMARC history-fileJeremy Harris
2023-08-20Testsuite: tweak domain in DKIM testcaseJeremy Harris
2023-08-14Docs: add note for experimental LIMITS extensionJeremy Harris
2023-08-14GnuTLS: fix autogen cert expiry date. Bug 3014Andreas Metzler
Broken-by: 48e9099006
2023-08-13Docs: combine option definitionsJeremy Harris
2023-08-11Make printf of gstring null-safeJeremy Harris
Broken-by: 00392be0e7cf
2023-08-09typoesJeremy Harris
Broken-by: 3b6774c818ba
2023-08-09typoesJeremy Harris
Briken-by: 3b6774c818ba
2023-08-09Unbreak FreeBSD buldJeremy Harris
Broken-by: 4e871f9b28df
2023-08-09Testsuite: support TLS cross-library testingJeremy Harris
2023-08-09Logging: connection_idJeremy Harris
2023-08-09New $recipients_list. Bug 2726Jeremy Harris
2023-08-07Logging: convert an internal element from static to allocated bufferJeremy Harris
2023-08-03Fix $recipients expansion when used within ${run...}. Bug 3013Jeremy Harris
Broken-by: cfe6acff2ddc
2023-08-03Fix free of $value after ${run...}Jeremy Harris
2023-08-03Testsuite: testcase for 3013Jeremy Harris
2023-08-03Docs: typoesJeremy Harris
2023-07-24Fix DYNLOOKUP build for lsearch. Bug 3012Jeremy Harris
2023-07-24Docs: tidyingJeremy Harris
2023-07-24GnuTLS: fix crash with "tls_dhparam = none"Jeremy Harris
2023-07-23Fix use of typedef for FreeBSDJeremy Harris
Broken-by: 1209e3e19e29
2023-07-23Expansions: disallow UTF-16 surrogates from ${utf8clean:...}. Bug 2998Jasen Betts
2023-07-21Docs: another note on quoting data for lookupsJeremy Harris
2023-07-15Sieve filters: convert to gstring, massage coding styleJeremy Harris
2023-07-15Testsuite: basic Sieve operationsJeremy Harris
2023-07-15Docs: update description of Sieve filter facilitiesJeremy Harris
2023-07-15OpenSSL: add remote host info to log line for in-connection TLS error. Bug 3010Jeremy Harris
2023-07-09Testsuite: fix perl syntax. Bug 3009Andrew Aitchison
Broken-by: 46a36afae41f
2023-07-08Fix json extract for strings carrying commas. Bug 3006Jeremy Harris
2023-07-07Support gring as a first-class conversion specifier in internal ↵Jeremy Harris
string-formatting
2023-07-06Explicit log of failiing bind addr & portJeremy Harris
2023-07-06Testsuite: output changes resultingJeremy Harris
Broken-by: 46a36afae41f
2023-07-05Testsuite: more munging for mailq outputJeremy Harris
2023-07-05Testsuite: Use TZ-GMT rather than GB for far-future datesJeremy Harris
Older systems seem to not have dst info for year 3002 and give a GMT result for TZ=GB
2023-07-03Docs: note splitting of long messages for SMTP responseJeremy Harris
2023-07-03Docs: more indexing for fakerejectJeremy Harris
2023-07-01Testsuite: more munging for mailq outputJeremy Harris