summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-13Log deferred deliveries for transport max_parallelJeremy Harris
2015-10-13max_parallel transport option. Bug 1698Jeremy Harris
2015-10-13max_parallel transport optionJeremy Harris
2015-10-11Fix typo in debug outputHeiko Schlittermann (HS12-RIPE)
2015-10-11Handle >1 parallelism in serialize db entriesJeremy Harris
2015-10-11code tidyingJeremy Harris
2015-10-03TidyingJeremy Harris
2015-10-03SOCKS: fix function prototypeJeremy Harris
2015-09-30Testsuite: nail testcase to ipv4 to avoid output difference in non-6 buildJeremy Harris
2015-09-30Increase verbosity of (panic)log message for string_sprintf overflowJeremy Harris
2015-09-29Testsuite: nail testcase to ipv4 to avoid output difference in 4+6 environmentJeremy Harris
2015-09-29Fix gnutls library version check, for system certs feature. Bug 1691Jeremy Harris
2015-09-24Docs: add ref for DCCJeremy Harris
2015-09-22Testsuite: move regex testcase to Content-scanning sectionJeremy Harris
2015-09-20DNS: avoid overflow in cache TTL for negative entries. Bug 1395Jeremy Harris
2015-09-20Testsuite: remove unused acl option from testcaseJeremy Harris
Fixes case-fail on non-contentscan builds.
2015-09-19Retry: always use interface, if set, for retry DB key. Bug 1678Jeremy Harris
Even constant values must be used, as multiple transports with different values may be in play and should be kept distinct.
2015-09-17DNS: time-limit cached returns, using TTL. Bug 1395Jeremy Harris
This can matter for fast-changing data such as DNSBLs.
2015-09-17Docs: fix example for listextract expansion itemJeremy Harris
2015-09-15ChangeLog: Update about process infoHeiko Schlittermann (HS12-RIPE)
2015-09-14Add the Exim version to process info (exiwhat)Heiko Schlittermann (HS12-RIPE)
2015-09-13Testsuite: output changes resulting from 055e2cb463e4Jeremy Harris
2015-09-13 TLS: downgrade fail of cert-based authentication from log message to ↵Jeremy Harris
debug messsage
2015-09-12fix docs messupJeremy Harris
2015-09-12New $callout_address variable to record spamd (etc) address. Bug 1652Jeremy Harris
2015-09-10Docs: Typo, make long option name searchable.Heiko Schlittermann (HS12-RIPE)
This is related to Bug 1197 and was fixed there for another long option.
2015-09-09DSN: Under EXPERIMENTAL_DSN_INFO add extras to bounce messages. Bug 1686Jeremy Harris
2015-09-08 Capture substrings in ACL regex= . Bug 425.Jeremy Harris
2015-09-03Testsuite: a DSN case for a remote-MTA specified by name rather than IPJeremy Harris
2015-08-28editorconfig philosophy, more vim hintsPhil Pennock
2015-08-27Common .editorconfig file for text editorsPhil Pennock
2015-08-25Update ChangeLog about Bug 1671Heiko Schlittermann (HS12-RIPE)
2015-08-25Close logs after daemon-process exceptional write. Bug 728Jeremy Harris
2015-08-23Docs: clarify header_syntax acl condition return valueJeremy Harris
2015-08-21Remember the fail reason for verify=headers_syntax. Bug 264Jeremy Harris
2015-08-21Fix post-transport-crash: safeguard for missing spool BUG 1671Heiko Schlittermann (HS12-RIPE)
Based on a proposal from Wolfgang Breyha.
2015-08-21Add a .ctags file to srcHeiko Schlittermann (HS12-RIPE)
2015-08-19Testsuite: auto-detect the Exim binary in ../src/build*Heiko Schlittermann (HS12)
2015-08-19Testsuite: Update README about flavoursHeiko Schlittermann (HS12-RIPE)
2015-08-19Testsuite: Update debian8 flavour for 5600Heiko Schlittermann (HS12-RIPE)
2015-08-19Fix post-transport-crash.Heiko Schlittermann (HS12-RIPE)
The crash probably was introduced in a39bd74d3e94 and needs 'split_spool_directory=yes' to expose. Thanks to Wolfgang Breyha, who found the same fix.
2015-08-17Docs: add note on spf lookup type, in experimental-specJeremy Harris
2015-08-17Docs: Remove trailing whitespaceHeiko Schlittermann (HS12-RIPE)
2015-08-17Docs: Clarify white space in $h_<name> expansionHeiko Schlittermann (HS12-RIPE)
2015-08-14Improve the consistency of logging incoming and outgoing interfaces.Tony Finch
The I= interface field on outgoing lines is now after the H= remote host field, same as incoming lines. There is a separate outgoing_interface log selector which allows you to disable the outgoing I= field. (slight massaging by JH)
2015-08-14Overhaul the debug_selector and log_selector machinery to support ↵Tony Finch
variable-length bit vectors. No functional change.
2015-08-13Fix timeout adjustment in c528cec4Heiko Schlittermann (HS12-RIPE)
2015-08-13Testsuite: Add short help to serverHeiko Schlittermann (HS12)
2015-08-12Adjust the timeout after interrupted select()Heiko Schlittermann (HS12-RIPE)
2015-08-11GnuTLS: avoid whining about OCSP when not requested by configJeremy Harris