Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-24 | Docs: add ref for DCC | Jeremy Harris | |
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-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-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-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) | |||
2015-08-14 | Overhaul the debug_selector and log_selector machinery to support ↵ | Tony Finch | |
variable-length bit vectors. No functional change. | |||
2015-08-02 | Docs: add notes on library version limitations on OCSP stapling. Bug 1664 | Jeremy Harris | |
2015-07-30 | Docs: Add a note about the maximum spam bar length | Heiko Schlittermann (HS12-RIPE) | |
2015-07-29 | Docs: Clarify the "any output" phrase | Heiko Schlittermann (HS12-RIPE) | |
2015-07-26 | Add ref from logging chapter to slow_lookup_log main config option | Jeremy Harris | |
2015-07-26 | Docs: add detail on keys for lookups | Jeremy Harris | |
2015-07-26 | Clean docs for next release | Jeremy Harris | |
2015-07-23 | Doc: parallel builds (make -j) workexim-4_86 | Heiko Schlittermann (HS12-RIPE) | |
2015-07-16 | Docs: emphasize that the smtp_connection log selector applies to inboundexim-4_86_RC5 | Jeremy Harris | |
2015-07-15 | Add check on tls_auth pseudo-command. Bug 1659 | Jeremy Harris | |
2015-07-04 | Multiple typo fixes. | Andreas Metzler | |
2015-06-27 | Change noteexim-4_86_RC4 | Jeremy Harris | |
2015-06-25 | Docs: add note on string lists | Jeremy Harris | |
2015-06-22 | Doc: Fix typo | Heiko Schlittermann (HS12-RIPE) | |
2015-06-22 | Doc: Update dns_trust_aa documentation | Heiko Schlittermann (HS12) | |
2015-06-22 | Docs: mark up with changebars | Jeremy Harris | |
2015-06-22 | Fix support of $spam_ variables at delivery time. Bug 1647 | Jeremy Harris | |
This change is forced on us by the documentation claiming clearly the support is there, though the code does not and never has. The doc change that introduced the claim is 7d9f747b5ef8 | |||
2015-06-21 | Change note | Jeremy Harris | |
2015-06-21 | Docs: add warning on list-sep in headerss_remove | Jeremy Harris | |
2015-06-20 | Docs typoexim-4_86_RC3 | Jeremy Harris | |
2015-06-20 | Add docs and massage coding standards for dns_trust_aa | Jeremy Harris | |
2015-06-16 | Docs: clarify notes on .ifdef Bug 1155 | Jeremy Harris | |
2015-06-15 | Docs: clarify notes on Events | Jeremy Harris | |
2015-06-15 | Clarify that preceding 10ca4f was provided by Wolfgang Breyha | Wolfgang Breyha | |
Massaged by JH | |||
2015-06-14 | Add tls_eccurve main config option. Bug 1397 | Jeremy Harris | |
Patch from Suse, massaged by JH | |||
2015-06-13 | Doc fix: server_secret expansions should failexim-4_86_RC2 | Phil Pennock | |
The `cyrusless_sasl` authenticator example failed to explicitly fail if no result was found from the lookup. Using `server_secret`, we should _always_ fail instead of expanding to an empty string. Doc-fix only. | |||
2015-06-06 | Logging: add log_selector items in the default config. Bug 1333 | Jeremy Harris | |
2015-06-06 | Doc: Add DKIM info in main sections. Bug 1607 | Jeremy Harris | |
2015-06-04 | Copyright year updates (things touched in 2015) | Phil Pennock | |
Update current year in docs and banner copyright in src/src/globals.c Rest of changes from: vi $(git whatchanged --since=2015-01-01 | grep '^:100' | sed -n 's/^[^M]*M//p' | sort -u | fgrep -v test/) Note that there are a lot of changes made because of const propagation; I opted to include the copyright year updates in that, but we could be doing a better job with who gets the copyright credit for these changes. Changes visible with: git diff $(git rev-list -n1 --before="2015-01-01" master) | |||
2015-06-04 | TLS authenticator | Jeremy Harris | |
2015-05-27 | Expand docs re. logs dir, and make eximon logs dir match exim's. Bug 1324 | Andreas Metzler | |
2015-05-27 | Note MAIL commands in -bS batch, to avoid smtp_no_mail logline. Bug 1346 | Jeremy Harris | |