Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-05-26 | TLS: Enable ECDHE on OpenSSL, just the NIST P-256 curve. Bug 1397 | Phil Pennock | |
Original by Phil Pennock; tweaked by JH. | |||
2015-05-23 | New ${env {NAME}} expansion. Bug 1604 | Jeremy Harris | |
2015-05-19 | Change HELO-verify forward case from byname to bydns and add DNSSEC tracking | Jeremy Harris | |
2015-05-19 | Change host_lookup re-forward from byname to bydns; checking DNSSEC | Jeremy Harris | |
2015-05-17 | Remove word "rejected" from ACL-discard log lines. Bug 1632 | Jeremy Harris | |
2015-05-16 | tidying | Jeremy Harris | |
2015-05-11 | Do not use the A lookup following an AAAA for setting the FQDN. Bug 1588 | Jeremy Harris | |
Normally benign, it bites when the pair was led to by a CNAME; modern usage is to not canoicalize the domain to a cname target (and we were inconsistent anyway for A-only vs AAAA+A). | |||
2015-05-10 | Docs: Fix a single letter typo | Heiko Schlittermann (HS12) | |
2015-05-10 | Docs: Make build unicode resistant | Heiko Schlittermann (HS12) | |
Force LC_ALL=C for spec.txt. Add an additional build target: spec.utf8. | |||
2015-05-09 | Support SOA lookup in dnsdb lookups. Bug 286 | Jeremy Harris | |
2015-05-09 | Add retrans/retry options to dnsdb lookup. Bug 1539 | Jeremy Harris | |
2015-05-07 | Log lengthy DNS lookups. Bug 514 | Jeremy Harris | |
Original by <derrick.rice@gmail.com>, massaged by JH | |||
2015-05-04 | I18N: new ${imapfolder_<sep>:<string>} expansion item. Bug 420 | Jeremy Harris | |
2015-04-26 | exigrep: fallback to $PATH if zcat is missing. BUG 1575 | Heiko Schlittermann (HS12) | |