Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-25 | Docs: add caution on spamd_address | Jeremy Harris | |
2016-07-24 | DKIM: error verification on missing tags. Bug 1853 | mrgus | |
2016-07-10 | Cutthrough: expand transport dkim_domain option when testing for dkim signing | Jeremy Harris | |
2016-07-08 | Cutthrough: disable on >1 addr from routing, and on verify option ↵ | Jeremy Harris | |
success_on_redirect | |||
2016-06-23 | Docs: Fix Typo | Heiko Schlittermann (HS12-RIPE) | |
2016-06-04 | Docs: fix typoes for dnssec_require_domains. Bug 1842 | Jeremy Harris | |
2016-06-03 | doc tweaks | Jeremy Harris | |
2016-06-03 | Merge branch 'multiqueue_336': Named queues | Jeremy Harris | |
2016-06-03 | Doc: fix minor typos, clarifications (extract) | Heiko Schlittermann (HS12-RIPE) | |
2016-06-03 | Docs fix | Jeremy Harris | |
2016-06-02 | Expansions: add ${sha3:<string>} item | Jeremy Harris | |
2016-06-02 | Add support for ${sha256:<string>} | Jeremy Harris | |
2016-05-31 | Disallow queue= modifier from DATA ACL | Jeremy Harris | |
2016-05-30 | Avoid writing msglog files in -bh and -bhc modes. Bug 1804 | Jeremy Harris | |
2016-05-25 | Accept "exim -bp -qGname" | Jeremy Harris | |
2016-05-24 | Fix crash in VRFY handling for an unqualified name. Bug 1836 | Jeremy Harris | |
Introduced-by: 4f6ae5c314e5 | |||
2016-05-21 | Debug: "kill" option on ACL control=debug. Bug 1831 | Jeremy Harris | |
2016-05-17 | TLS: retire obsolete options gnutls_require_{kx,mac,proto) | Jeremy Harris | |
2016-05-16 | Logging: dnssec status on accept & delivery lines | Jeremy Harris | |
2016-05-09 | New $queue_name variable | Jeremy Harris | |
queue_run_max main option expanded, allowing per-queue values | |||
2016-05-08 | periodic queue runner | Jeremy Harris | |
2016-05-08 | logging | Jeremy Harris | |
2016-05-08 | testcase | Jeremy Harris | |
2016-05-07 | ACL modifier | Jeremy Harris | |
2016-05-07 | Command-line options | Jeremy Harris | |
2016-05-06 | Avoid exposing passwords in log, on failing ldap lookup expansion. Bug 165 | Jeremy Harris | |
2016-05-04 | Avoid exposing passwords in log, on failing ldap lookup expansion. Bug 165 | Jeremy Harris | |
2016-05-04 | TLS: when tls_certificates unset, generate a selfsigned cert | Jeremy Harris | |
2016-04-27 | Delivery: quieten smtp transport conn reuse vs. delivery race. Bug 1810 | Jeremy Harris | |
The fix is in deliver.c only. The remainder is just tidying. | |||
2016-04-24 | DANE: Remove fallback from hosts_try_dane. If TLSA record not retrieved, | Jeremy Harris | |
do not use this host. | |||
2016-04-20 | Doc: fix minor typos | Heiko Schlittermann (HS12-RIPE) | |
2016-04-14 | Docs: add note on list-splitting | Jeremy Harris | |
2016-04-10 | Docs: fix URL | Jeremy Harris | |
2016-04-08 | Doc: change in proxy variable names. Bug 1813 | Andrew Colin Kissa | |
2016-04-07 | Add perl_taintmode option | Heiko Schlittermann (HS12-RIPE) | |
2016-04-06 | ACL: remove obsolete demime condition | Jeremy Harris | |
2016-04-06 | Pass on SIZE to cutthrough connection | Jeremy Harris | |
2016-04-06 | Docs: Clean for next release | Jeremy Harris | |
2016-04-02 | Copyright year updates (things touched in 2016) | Jeremy Harris | |
Update current year in docs and banner copyright in src/src/globals.c Rest of changes from: vi $(git whatchanged --since=2016-01-01 | grep '^:100' | sed -n 's/^[^M]*M//p' | sort -u | fgrep -v test/) | |||
2016-03-30 | Typo fix. | Andreas Metzler | |
messsage -> message receved -> received Found/reported by Vincent Lefevre in <https://bugs.debian.org/819482>. | |||
2016-03-24 | Doc: Improve clarity on -be | Heiko Schlittermann (HS12-RIPE) | |
2016-03-14 | Docs: cuttthrough logging | Jeremy Harris | |
2016-03-12 | Doc: Minor clarifications about the environment | Heiko Schlittermann (HS12-RIPE) | |
2016-03-12 | Don't issue env warning if env is empty | Heiko Schlittermann (HS12-RIPE) | |
keep_environment needs to be mentioned in the runtime config. Setting add_environment isn't enough to suppress the warning. | |||
2016-03-10 | Doc: clarify -n | Heiko Schlittermann (HS12-RIPE) | |
2016-03-10 | Extend configure.sample and the relevant spec part | Heiko Schlittermann (HS12-RIPE) | |
2016-03-09 | String expansions: fix ${extract }, for the numeric/3-string case. Bug 1807 | Jeremy Harris | |
Broken-by: 82dbd37 In "skipping" mode when parsing an expansion we want to avoid expanding the arguments, as the data for expansion is not necessarily valid. This bit us previously for an extract within an "if inlist". But the number of args for ${extract } depends on the expanded value of the first arg. Retreat from strict parsing and just line up the outer braces, accepting any number of args while skipping. The separate non-skipping execution will do the proper checking. | |||
2016-03-09 | Store the initial working directory, expand $initial_cwd. Bug 1805 | Heiko Schlittermann (HS12-RIPE) | |
2016-03-09 | Fix build for HP-UX and older Solaris: (un)setenv. Bug 1578 | Jeremy Harris | |
Broken-by: bc3c7bb7d4ab | |||
2016-03-07 | tidying: coverity issuesexim-4_87_RC6 | Jeremy Harris | |