Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-03-07 | Docs: typo | Jeremy Harris | |
2016-03-05 | typoes | Andreas Metzler | |
2016-03-03 | Cutthrough: Reflect 5xx recipient reject from target to originator | Jeremy Harris | |
When connection not opened by verify and target hard-rejects a RCPT, the reject was not being passed to the originating system (just the cutthrough connection was being dropped). Fix this. | |||
2016-03-03 | Testsuite: testcases for rejected rcpt-callout-triggered cutthrough | Jeremy Harris | |
2016-03-03 | Cutthrough: fix operation under -bhc to not actually deliver. Bug 1800 | Jeremy Harris | |
2016-03-03 | Delay chdir(/) until we opened the main config | Heiko Schlittermann (HS12-RIPE) | |
2016-03-02 | Tidying: Issues detected by gcc --fsanitize=undefined | Jeremy Harris | |
2016-03-02 | Merge branch 'master' | Heiko Schlittermann (HS12-RIPE) | |
2016-02-24 | Removed doc references to relay-test.mail-abuse.org | Nigel Metheringham | |
As per github ticket #37 - https://github.com/Exim/exim/issues/37 relay-test.mail-abuse.org is no longer available so references to it have been removed from the documentation. | |||
2016-02-18 | Fix CVE-2016-1531exim-4_87_RC4 | Heiko Schlittermann (HS12-RIPE) | |
Add keep_environment, add_environment. Change the working directory to "/" during the early startup phase. (cherry picked from commit 2b92b67bfc33efe05e6ff2ea3852731ac2273832) (cherry picked from commit 14b82c8b736c8ed24eda144f57703cb9feac6323) (cherry picked from commit 9ca92d0c6e9c6f161bd8111366c6952d3a9315e2) (cherry picked from commit 0020c6d9ecfd98ed7b2b337ed4f898fdc409784b) (cherry picked from commit e8f96966360ea8867ad6a8b5affda6c37fa4958c) (cherry picked from commit ef6fb807c1e1a665f444f644c60c77269f7c5209) | |||
2016-02-18 | Docs: clarify unit of S= log line element | Jeremy Harris | |
2016-02-14 | Malware: fix error logged on a scanner connect fail. Bug 1796 | Jeremy Harris | |
2016-02-10 | Doc: correct minor typo | Heiko Schlittermann (HS12-RIPE) | |
2016-02-10 | DKIM: fix selection of header for signing/verification given several. Bug 1792 | Jeremy Harris | |
2016-02-06 | SRS: fix crash in queryprogram router when compiled with EXPERIMENTAL_SRS | Jeremy Harris | |
2016-02-05 | Rename build-time option TMPDIR to EXIM_TMPDIR | Alexander Tsoy | |
Build-time option TMPDIR included in Makefile clashes with environment variable of the same name. This breaks tools that make use of that variable, such as distcc. The following example demonstrates what's going on: $ cat Makefile TMPDIR="/tmp" all: env $ export TMPDIR=test $ make | grep ^TMPDIR TMPDIR="/tmp" distcc error (note the extra quotes): ERROR: can't use TMPDIR ""/tmp"": No such file or directory | |||
2016-02-04 | Docs: add note on costs of cutthrough delivery in local-rejection cases | Jeremy Harris | |
2016-02-02 | Docs: note DKIM signing options in smtp transport chapter | Jeremy Harris | |
2016-01-28 | Docs: clarify command string content in ${readsocket } | Jeremy Harris | |
2016-01-25 | Fix typo on ChangeLog | Heiko Schlittermann (HS12-RIPE) | |
2016-01-22 | Docs: clarify use of $dkim_selector variable | Jeremy Harris | |
2016-01-22 | PDKIM: Fix use of private-keys having trailing '=' in the base-64. Bug 1781 | Jeremy Harris | |
2016-01-22 | Cutthrough: Fix bug with dot-only line | Jeremy Harris | |
2016-01-18 | Change notes | Jeremy Harris | |
2016-01-17 | Restrict line lengths in bounces. Bug 1760 | Jeremy Harris | |
2016-01-16 | VRFY: Permit an ACL to override the default 252 response, to support | Jeremy Harris | |
verify-by-ACL instead of the more usual verify-by-routers. Bug 1769 | |||
2016-01-16 | Tidying | Jeremy Harris | |
2016-01-14 | OpenSSL: Default the SINGLE_DH_USE option flag set | Jeremy Harris | |
2016-01-12 | Docs: add note on HELO rejections, and add requirment on good HELO in | Jeremy Harris | |
the example configuration | |||
2016-01-06 | DKIM: Remove embedded copy of PolarSSL and use OpenSSL/GnuTLS library. | Jeremy Harris | |
Bug 1192 | |||
2015-12-30 | Support certificates in base64 expansion operator. Bug 1762 | Jeremy Harris | |
2015-12-30 | New expansion operator base64d, and base64 as synonym for str2b64. Bug 1746 | Jeremy Harris | |