Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-20 | Doc: clarify the syntax of the "begin <section>" | Heiko Schlittermann (HS12-RIPE) | |
2015-10-17 | Merge remote-tracking branch 'github/pr/34' | Phil Pennock | |
GitHub user @puleglot "Alexander Tsoy" reported build failures for RADIUS: > Was broken by commits 93a6fce and 55414b2 These are the recent const-ification work. Changes LGTM. | |||
2015-10-17 | Utils: exiqgrep error/usage if there are non-understood arguments. Bug 1586 | Jeremy Harris | |
2015-10-17 | Fix conflicting types errors in radius auth | Alexander Tsoy | |
Was broken by commits 93a6fce2 and 55414b25 | |||
2015-10-13 | Check maximum (folded) line length in default spec file data ACL and smtp ↵ | Jeremy Harris | |
transport. Bug 1684 | |||
2015-10-13 | Log deferred deliveries for transport max_parallel | Jeremy Harris | |
2015-10-13 | max_parallel transport option. Bug 1698 | Jeremy Harris | |
2015-10-13 | max_parallel transport option | Jeremy Harris | |
2015-10-11 | Fix typo in debug output | Heiko Schlittermann (HS12-RIPE) | |
2015-10-11 | Handle >1 parallelism in serialize db entries | Jeremy Harris | |
2015-10-11 | code tidying | Jeremy Harris | |
2015-10-03 | Tidying | Jeremy Harris | |
2015-10-03 | SOCKS: fix function prototype | Jeremy Harris | |
2015-09-30 | Testsuite: nail testcase to ipv4 to avoid output difference in non-6 build | Jeremy Harris | |
2015-09-30 | Increase verbosity of (panic)log message for string_sprintf overflow | Jeremy Harris | |
2015-09-29 | Testsuite: nail testcase to ipv4 to avoid output difference in 4+6 environment | Jeremy Harris | |
2015-09-29 | Fix gnutls library version check, for system certs feature. Bug 1691 | Jeremy Harris | |
2015-09-24 | Docs: add ref for DCC | Jeremy Harris | |
2015-09-22 | Testsuite: move regex testcase to Content-scanning section | Jeremy Harris | |
2015-09-20 | DNS: avoid overflow in cache TTL for negative entries. Bug 1395 | Jeremy Harris | |
2015-09-20 | Testsuite: remove unused acl option from testcase | Jeremy Harris | |
Fixes case-fail on non-contentscan builds. | |||
2015-09-19 | Retry: always use interface, if set, for retry DB key. Bug 1678 | Jeremy Harris | |
Even constant values must be used, as multiple transports with different values may be in play and should be kept distinct. | |||
2015-09-17 | DNS: time-limit cached returns, using TTL. Bug 1395 | Jeremy Harris | |
This can matter for fast-changing data such as DNSBLs. | |||
2015-09-17 | Docs: fix example for listextract expansion item | Jeremy Harris | |
2015-09-15 | ChangeLog: Update about process info | Heiko Schlittermann (HS12-RIPE) | |
2015-09-14 | Add the Exim version to process info (exiwhat) | Heiko Schlittermann (HS12-RIPE) | |
2015-09-13 | Testsuite: output changes resulting from 055e2cb463e4 | Jeremy Harris | |
2015-09-13 | TLS: downgrade fail of cert-based authentication from log message to ↵ | Jeremy Harris | |
debug messsage | |||
2015-09-12 | fix docs messup | Jeremy Harris | |
2015-09-12 | New $callout_address variable to record spamd (etc) address. Bug 1652 | Jeremy Harris | |
2015-09-10 | Docs: 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-09 | DSN: Under EXPERIMENTAL_DSN_INFO add extras to bounce messages. Bug 1686 | Jeremy Harris | |
2015-09-08 | Capture substrings in ACL regex= . Bug 425. | Jeremy Harris | |
2015-09-03 | Testsuite: a DSN case for a remote-MTA specified by name rather than IP | Jeremy Harris | |
2015-08-28 | editorconfig philosophy, more vim hints | Phil Pennock | |
2015-08-27 | Common .editorconfig file for text editors | Phil Pennock | |
2015-08-25 | Update ChangeLog about Bug 1671 | Heiko Schlittermann (HS12-RIPE) | |
2015-08-25 | Close logs after daemon-process exceptional write. Bug 728 | Jeremy Harris | |
2015-08-23 | Docs: clarify header_syntax acl condition return value | Jeremy Harris | |
2015-08-21 | Remember the fail reason for verify=headers_syntax. Bug 264 | Jeremy Harris | |
2015-08-21 | Fix post-transport-crash: safeguard for missing spool BUG 1671 | Heiko Schlittermann (HS12-RIPE) | |
Based on a proposal from Wolfgang Breyha. | |||
2015-08-21 | Add a .ctags file to src | Heiko Schlittermann (HS12-RIPE) | |
2015-08-19 | Testsuite: auto-detect the Exim binary in ../src/build* | Heiko Schlittermann (HS12) | |
2015-08-19 | Testsuite: Update README about flavours | Heiko Schlittermann (HS12-RIPE) | |
2015-08-19 | Testsuite: Update debian8 flavour for 5600 | Heiko Schlittermann (HS12-RIPE) | |
2015-08-19 | Fix 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-17 | Docs: add note on spf lookup type, in experimental-spec | Jeremy Harris | |
2015-08-17 | Docs: Remove trailing whitespace | Heiko Schlittermann (HS12-RIPE) | |
2015-08-17 | Docs: Clarify white space in $h_<name> expansion | Heiko Schlittermann (HS12-RIPE) | |
2015-08-14 | Improve 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) |