Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-02 | receive flow processing | Jeremy Harris | |
2016-07-24 | feature advertise | Jeremy Harris | |
2016-07-11 | testsuite: abstract out common conf settings | Jeremy Harris | |
2016-07-08 | Cutthrough: avoid use of callout result cache | Jeremy Harris | |
The connection always needs to be made, and no result need be cached after verify either. | |||
2016-07-08 | Testsuite: cutthrough vs. callout cache | Jeremy Harris | |
2016-06-03 | Merge branch 'multiqueue_336': Named queues | 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 | Support "-qGpostgresql -Mvl <id>" and a better exiwhat output | Jeremy Harris | |
2016-05-31 | Renumber testcase, again | Jeremy Harris | |
2016-05-30 | Avoid writing msglog files in -bh and -bhc modes. Bug 1804 | Jeremy Harris | |
2016-05-25 | Renumber testcase | Jeremy Harris | |
2016-05-24 | Fix crash in VRFY handling for an unqualified name. Bug 1836 | Jeremy Harris | |
Introduced-by: 4f6ae5c314e5 | |||
2016-05-22 | Testsuite: fix for 0574 | Jeremy Harris | |
2016-05-21 | Debug: "kill" option on ACL control=debug. Bug 1831 | Jeremy Harris | |
2016-05-21 | Testsuite: GnuTLS server TLD startup errors testcase | Jeremy Harris | |
2016-05-17 | Delivery: clarify error log line. Bug 1782 | Jeremy Harris | |
"retry time not reached for any host after a long failure period" has generated so many queries it plainly is not clear. Replace with "all hosts for 'dom.ain' have been failing for a long time (and retry time not reached)". | |||
2016-05-16 | Logging: dnssec status on accept & delivery lines | Jeremy Harris | |
2016-05-12 | DANE: for hosts_try_dane (but not _require), on dnssec but no TLSA returned, ↵ | Jeremy Harris | |
fallback to plain TLS | |||
2016-05-10 | shift queue name use up to top layer in spooldir hierachy | Jeremy Harris | |
2016-05-10 | Collect spool-layout code to one file | 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 | testcase | Jeremy Harris | |
2016-05-08 | logging | Jeremy Harris | |
2016-05-08 | testcase | Jeremy Harris | |
2016-05-07 | global queue_name | Jeremy Harris | |
2016-05-04 | TLS: when tls_certificates unset, generate a selfsigned cert | Jeremy Harris | |
2016-04-24 | DANE: Remove fallback from hosts_try_dane. If TLSA record not retrieved, | Jeremy Harris | |
do not use this host. | |||
2016-04-14 | Expansions: fix forced-fail of extract. Bug 1815 | Jeremy Harris | |
2016-04-14 | Expansions: better error messages for parse errors, and better debug | Jeremy Harris | |
2016-04-08 | Testsuite: 0322 (pipelining errors) avoid triggering SIGPIPE | Jeremy Harris | |
This was timing-dependent; if the exim closed the connection before the script wrote to it _after_ triggerring an error, EPIPE/SIGPIPE. Unexplained as yet: why runtest (perl) saw this as a 141 server returncode (NB: 141-128 = 13 = SIGPIPE, the shell behaviour) when "perldoc -v '$?'" (which runtest is coded to) says that a signum should be in the top nibble of 16b. | |||
2016-04-08 | Testsuite: ignore environment-stripping debug output | Jeremy Harris | |
since different systems run different environments | |||
2016-04-07 | Testsuite: account for b25c9675b31b (-bV errors) | Jeremy Harris | |
2016-04-07 | Add perl_taintmode option | Heiko Schlittermann (HS12-RIPE) | |
2016-04-06 | nicer retry message | Jeremy Harris | |
2016-04-06 | Pass on SIZE to cutthrough connection | Jeremy Harris | |
2016-03-31 | Testsuite: move perl-dependent testcasesexim-4_87_RC7 | Jeremy Harris | |
2016-03-31 | Supress TLS/Env warnings in checking and listing mode | Heiko Schlittermann (HS12-RIPE) | |
2016-03-15 | Utilites: fix exim_lock | Jeremy Harris | |
Unaccountable fails to lock, seen in testsuite Fix appeared when tidying a Coverity "unchecked returncode" fault | |||
2016-03-12 | tidying: coverity issues | Jeremy Harris | |
2016-03-12 | Testsuite: fix output for 615, missing spool dir | 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-11 | Honour the -n for -bP config | Heiko Schlittermann (HS12-RIPE) | |
2016-03-10 | Fix typos. | Heiko Schlittermann (HS12-RIPE) | |
Thanks to Sander Bos for pointing out. | |||
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-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-02 | Testsuite: Adapt to portability fix in environment.c | Heiko Schlittermann (HS12-RIPE) | |