summaryrefslogtreecommitdiff
path: root/doc/doc-txt/ChangeLog
AgeCommit message (Expand)Author
2023-09-11Fix ${tr...} and empty-strings. Bug 3023Jeremy Harris
2023-09-01Taint: track SASL auth intermediate inputsJeremy Harris
2023-08-31Avoid sending DSN when message was accepted under fakereject or fakedefer. B...Jeremy Harris
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 ${r...Jeremy Harris
2023-08-14GnuTLS: fix autogen cert expiry date. Bug 3014Andreas Metzler
2023-08-03Fix $recipients expansion when used within ${run...}. Bug 3013Jeremy Harris
2023-08-03Fix free of $value after ${run...}Jeremy Harris
2023-07-24Docs: tidyingJeremy Harris
2023-07-24GnuTLS: fix crash with "tls_dhparam = none"Jeremy Harris
2023-07-23Expansions: disallow UTF-16 surrogates from ${utf8clean:...}. Bug 2998Jasen Betts
2023-07-08Fix json extract for strings carrying commas. Bug 3006Jeremy Harris
2023-06-30New format for exim_message_idJeremy Harris
2023-05-04Fix variable initialisation in smtp transport. Bug 2996Jeremy Harris
2023-04-11Fix ${srs_encode ..} for mod-1024 day zeroJeremy Harris
2023-04-01Expansions: Fix ${readsocket } to do nicer TLS closeJeremy Harris
2023-03-16Limit expanded References header to RFC max size. Bug 2827Jeremy Harris
2023-02-25Linewrap long lines in bounce bodies. Bug 2979Jeremy Harris
2023-02-02Fix crash in expansionsJeremy Harris
2023-01-19Logging: Add "D=" to more connection closure log lines. Bug 2434Jeremy Harris
2023-01-05DANE: do not check dns_again_means_nonexist for TLSA results of TRY_AGAINJeremy Harris
2023-01-01OpenSSL: fix tls_eccurve setting explicit curve/group. Bug 2954Jeremy Harris
2022-12-28Fix recursion on dns_again_means_nonexist. Bug 2911Jeremy Harris
2022-12-19Fix logging of max-size log lineJeremy Harris
2022-12-13ACL: Permit the "encrypted" condition to be used in a HELO/EHLO ACLJeremy Harris
2022-12-10Move connect ACL before TLS-on-connectJeremy Harris
2022-12-04Fix ${run } arg parsingJeremy Harris
2022-11-11Fix regext substring capture variables for null matches. Bug 2933Jeremy Harris
2022-11-03Fix $reccipients after ${run...}. Bug 2929Ruben Jenster
2022-11-03Fix daemon startup. Bug 2930Jeremy Harris
2022-10-16Fix: Build with libopendmarc 1.4.x (fixes 2728)Heiko Schlittermann (HS12-RIPE)
2022-10-04OpenSSL: fix configuration of older TLS protocol versionsJeremy Harris
2022-09-30GnuTLS: fix for clients offering no TLS extensionsJasen Betts
2022-09-22Fix ${filter } for conditions modifying $valueJeremy Harris
2022-08-31Fix $regex<n> use-after-free. Bug 2915Jeremy Harris
2022-08-20OpenSSL: fix reload of changed OCSP proofJeremy Harris
2022-08-09Filter rDNS returns for bad charsJeremy Harris
2022-08-08Symlink following for TLS creds filesJeremy Harris
2022-07-12Fix exit on attempt to rewrite a malformed address. Bug 2903Jeremy Harris
2022-06-26Merge branch '4.next'Jeremy Harris
2022-06-19Regex compile cacheingJeremy Harris
2022-06-05Update option defaultsJeremy Harris
2022-06-03Logging: expand hosts_connection_nolog coverageJeremy Harris
2022-06-02Handle a v4mapped sender address given us by a proxy. Bug 2855Jeremy Harris
2022-06-01SRS: fix encode operation for empty sender addresses.Jeremy Harris
2022-05-26CHUNKING: fix second message on conn when first rejectedJeremy Harris
2022-05-19GnuTLS: Do not free the cached creds on transport connection close. Bug 2886Jeremy Harris
2022-05-15 Debug: pass ACL-initiated debug through spool residencyexim-4.96-RC1Jeremy Harris
2022-05-09Fix string_copyn() for limit greater than actual string lengthJeremy Harris
2022-05-03Docs: use tables rather than displaysJeremy Harris