Fix $body_linecount for empty lines
[exim.git] / doc / doc-txt /
2016-07-31 Jeremy HarrisFix $body_linecount for empty lines
2016-07-31 Jeremy HarrisLogging: Fix logging of errors under PIPELINING
2016-07-30 Jeremy HarrisExpansions: add operators base32, base32d
2016-07-10 Jeremy HarrisCutthrough: expand transport dkim_domain option when...
2016-07-08 Jeremy HarrisCutthrough: disable on >1 addr from routing, and on...
2016-06-03 Jeremy HarrisMerge branch 'multiqueue_336': Named queues
2016-06-02 Jeremy HarrisExpansions: add ${sha3:<string>} item
2016-06-02 Jeremy HarrisAdd support for ${sha256:<string>}
2016-05-30 Jeremy HarrisAvoid writing msglog files in -bh and -bhc modes. ...
2016-05-25 Jeremy HarrisAccept "exim -bp -qGname"
2016-05-24 Jeremy HarrisFix crash in VRFY handling for an unqualified name...
2016-05-21 Jeremy HarrisDebug: "kill" option on ACL control=debug. Bug 1831
2016-05-17 Jeremy HarrisTLS: retire obsolete options gnutls_require_{kx,mac...
2016-05-16 Jeremy HarrisLogging: dnssec status on accept & delivery lines
2016-05-09 Jeremy HarrisNew $queue_name variable
2016-05-07 Jeremy HarrisACL modifier
2016-05-07 Jeremy HarrisCommand-line options
2016-05-06 Jeremy HarrisAvoid exposing passwords in log, on failing ldap lookup...
2016-05-04 Jeremy HarrisAvoid exposing passwords in log, on failing ldap lookup...
2016-05-04 Jeremy HarrisTLS: when tls_certificates unset, generate a selfsigned...
2016-04-26 Jeremy HarrisDelivery: quieten smtp transport conn reuse vs. deliver...
2016-04-24 Jeremy HarrisDANE: Remove fallback from hosts_try_dane. If TLSA...
2016-04-07 Heiko Schlitterman... Add perl_taintmode option
2016-04-06 Jeremy HarrisACL: remove obsolete demime condition
2016-04-06 Jeremy HarrisPass on SIZE to cutthrough connection
2016-04-06 Jeremy HarrisDocs: Clean for next release
2016-03-30 Andreas MetzlerTypo fix.
2016-03-09 Jeremy HarrisString expansions: fix ${extract }, for the numeric...
2016-03-09 Heiko Schlitterman... Store the initial working directory, expand $initial_cw...
2016-03-09 Jeremy HarrisFix build for HP-UX and older Solaris: (un)setenv....
2016-03-07 Jeremy Harristidying: coverity issues exim-4_87_RC6
2016-03-03 Jeremy HarrisCutthrough: Reflect 5xx recipient reject from target...
2016-03-03 Jeremy HarrisCutthrough: fix operation under -bhc to not actually...
2016-03-02 Jeremy HarrisTidying: Issues detected by gcc --fsanitize=undefined
2016-03-02 Heiko Schlitterman... Merge branch 'master'
2016-02-18 Heiko Schlitterman... Fix CVE-2016-1531 exim-4_87_RC4
2016-02-14 Jeremy HarrisMalware: fix error logged on a scanner connect fail...
2016-02-10 Jeremy HarrisDKIM: fix selection of header for signing/verification...
2016-02-06 Jeremy HarrisSRS: fix crash in queryprogram router when compiled...
2016-02-05 Alexander TsoyRename build-time option TMPDIR to EXIM_TMPDIR
2016-01-25 Heiko Schlitterman... Fix typo on ChangeLog
2016-01-22 Jeremy HarrisPDKIM: Fix use of private-keys having trailing '='...
2016-01-22 Jeremy HarrisCutthrough: Fix bug with dot-only line
2016-01-18 Jeremy HarrisChange notes
2016-01-17 Jeremy HarrisRestrict line lengths in bounces. Bug 1760
2016-01-16 Jeremy HarrisVRFY: Permit an ACL to override the default 252 respons...
2016-01-16 Jeremy HarrisTidying
2016-01-14 Jeremy HarrisOpenSSL: Default the SINGLE_DH_USE option flag set
2016-01-06 Jeremy HarrisDKIM: Remove embedded copy of PolarSSL and use OpenSSL...
2015-12-30 Jeremy HarrisSupport certificates in base64 expansion operator....
2015-12-30 Jeremy HarrisNew expansion operator base64d, and base64 as synonym...
2015-12-20 Jeremy Harrisdnslists: permit use with explicit key(s) in nonsmtp...
2015-12-18 Jeremy HarrisRedis: move from Experimental to mainline exim-4_87_RC2
2015-12-17 Jeremy HarrisFix hosts_connection_nolog ensuring that sender_host_ca...
2015-12-17 Jeremy HarrisDANE: do not override a cert verify failure, in callbac...
2015-12-14 Jeremy HarrisEvents: move from Experimental to mainline
2015-12-11 Jeremy HarrisRedis: fix lookups to handle (quoted) spaces embedded...
2015-12-09 Jeremy HarrisI18N: Move EAI support from Experimental to mainline exim-4_87_RC1
2015-12-08 Jeremy HarrisSOCKS: Add log_selector support.
2015-12-08 Jeremy HarrisPROXY: Move Proxy Protocol support from Experimental...
2015-12-08 Jeremy HarrisSOCKS: downgrade from DISABLE_SOCKS to SUPPORT_SOCKS...
2015-12-07 Jeremy HarrisSOCKS: move from Experimental to mainline
2015-12-01 Jeremy HarrisDKIM: $dkim_key_length visibility variable. Bug 1311
2015-11-26 Jeremy HarrisEvents: add docs note
2015-11-22 Jeremy HarrisSOCKS: Support priority groups and weighted-random...
2015-11-22 Jeremy HarrisMySQL: support MySQL config file option group names...
2015-11-17 Graeme FowlerGF: Changelog entry for bug 1715
2015-11-14 Jasen BettsEvents: add recipient-deferred events, both per-host...
2015-11-14 Jeremy HarrisChange notes for -bP
2015-11-08 Jeremy HarrisExpansions: New ${ipv6denorm:<string>} and ${ipv6norm...
2015-11-08 Jeremy HarrisTLS: Default tls_advertise_hosts to "*". Bug 1709
2015-11-07 Jasen BettsDKIM: fix non-debug build. Bug 1713
2015-11-06 Jeremy HarrisTransport: permit an empty string for the transport_fil...
2015-11-03 Jeremy HarrisPRDR: Introduce $prdr_requested flag variable. Bug...
2015-11-02 Jeremy HarrisAvoid misaligned access in cached lookup. Bug 1708
2015-10-30 Jeremy HarrisLookups: Do not escape percent or underbar in the ...
2015-10-27 Jeremy HarrisDocs: minor tweaks
2015-10-25 Jeremy HarrisPipe transport: fix log_defer_output option. Bug 840
2015-10-25 Jeremy HarrisDKIM: ignore space & tab embedded in base64 during...
2015-10-13 Jeremy Harrismax_parallel transport option. Bug 1698
2015-10-13 Jeremy Harrismax_parallel transport option
2015-09-24 Jeremy HarrisDocs: add ref for DCC
2015-09-19 Jeremy HarrisRetry: always use interface, if set, for retry DB key...
2015-09-17 Jeremy HarrisDNS: time-limit cached returns, using TTL. Bug 1395
2015-09-14 Heiko Schlitterman... ChangeLog: Update about process info
2015-09-13 Jeremy Harris TLS: downgrade fail of cert-based authentication...
2015-09-12 Jeremy HarrisNew $callout_address variable to record spamd (etc...
2015-09-09 Jeremy HarrisDSN: Under EXPERIMENTAL_DSN_INFO add extras to bounce...
2015-09-08 Jeremy Harris Capture substrings in ACL regex= . Bug 425.
2015-08-25 Heiko Schlitterman... Update ChangeLog about Bug 1671
2015-08-25 Jeremy HarrisClose logs after daemon-process exceptional write....
2015-08-17 Jeremy HarrisDocs: add note on spf lookup type, in experimental...
2015-08-14 Tony FinchImprove the consistency of logging incoming and outgoin...
2015-08-14 Tony FinchOverhaul the debug_selector and log_selector machinery...
2015-08-02 Jeremy HarrisDocs: add notes on library version limitations on OCSP...
2015-07-26 Jeremy HarrisClean docs for next release
2015-07-15 Jeremy HarrisAdd check on tls_auth pseudo-command. Bug 1659
2015-06-27 Jeremy HarrisChange note exim-4_86_RC4
2015-06-21 Jeremy HarrisChange note
2015-06-20 Jeremy HarrisAdd docs and massage coding standards for dns_trust_aa
next