summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-03Make smtp_accept_max_per_connection expandedJeremy Harris
2021-04-03testsuite: fix runtest (File::Copy used in another place)Heiko Schlittermann (HS12-RIPE)
2021-04-02build: Allow environment EXIM_RELEASE_VERSIONHeiko Schlittermann (HS12-RIPE)
This should easy automated testing where no .git directory is available (as is happens with git worktrees) Setting this environment variable makes the reversion script using it instead of searching for version.sh or using `git describe`.
2021-04-02Docs: clarify list-separator requirementsJeremy Harris
2021-04-02typoesJeremy Harris
2021-04-01testsuite: provide cp() if File::Copy is too old.Heiko Schlittermann (HS12-RIPE)
2021-03-31testsuite: use File::Copy "cp" to copy the permissions (x-bit)Heiko Schlittermann (HS12-RIPE)
2021-03-28testsuite: add --fail-any option to runtestHeiko Schlittermann (HS12-RIPE)
This option makes runtest's exit status !0 on any failure in any test. (Useful in -c mode and git-bisect)
2021-03-28Memory handling: fix size backoff on store-resetJeremy Harris
2021-03-28Memory debug: do not try to save allocation bytes used for debug as ACL can ↵Jeremy Harris
modify debugging status
2021-03-27testsuite: make runtest exit(!0) on failure in continue modeHeiko Schlittermann (HS12-RIPE)
This makes it possible to use `runtest -c <xx>` for `git bisect run …`
2021-03-27testsuite: tidy runtestHeiko Schlittermann (HS12-RIPE)
2021-03-27GnuTLS: use a less bogus-looking temporary filename for DH-parametersJeremy Harris
2021-03-27Avoid all tail-end pipelining on retriesJeremy Harris
2021-03-25Build: use PHDRS set in the toplevel MakefileHeiko Schlittermann (HS12-RIPE)
They're passed as HDRS, but the lookups/Makefile referenced the PHDRS (which was empty) E.g. touch src/functions.h didn't force a rebuild of the lookups.a
2021-03-23Avoid building routines calling other not incuded in utilities link stageJeremy Harris
This should fix a Solaris build error probably inserted by 92583637b2
2021-03-22Avoid clearing first_delivery flag on the initial half of a 2-phase queue runJeremy Harris
2021-03-21Builtin macros for Experimental featuresJeremy Harris
2021-03-21DNS: explicit alloc/free of workspaceJeremy Harris
2021-03-20Memory debug: track max pool order, fix nonpool accountingJeremy Harris
2021-03-20Memory handling: exponentially-increasing alloc sizeJeremy Harris
2021-03-20DKIM: Force use of tainted mem for headersJeremy Harris
2021-03-20Avoid needless alloc for null headerJeremy Harris
2021-03-20DKIM: verify using separate pool-pair, reset per messageJeremy Harris
2021-03-19testsuite output changes resultingJeremy Harris
Broken-by: 649c209e19
2021-03-17 Linux and the BSDs have getifaddrs(). Use it and save a bunch of ↵Jeremy Harris
complex coding.
2021-03-17testsuite output changes resultingJeremy Harris
Broken-by: 649c209e19
2021-03-16Pipeline QUIT after dataJeremy Harris
2021-03-16Debug: tag client SMTP output with buffering qualifierJeremy Harris
2021-03-15Fix error messages in dbfn_openHeiko Schlittermann (HS12-RIPE)
2021-03-15Doc: more explicit hinting on tls_try_verify_hosts.Jeremy Harris
2021-03-09Fix uClibc buildBernd Kuhls
structs.h:757:18: error: ‘NS_MAXMSG’ undeclared here (not in a function); did you mean ‘N_MASC’? uschar answer[NS_MAXMSG]; /* the answer itself */
2021-03-07wipJeremy Harris
2021-03-07Revert "Docs: typos"Jeremy Harris
This reverts commit 1ad20e19a669731c19852c865facabe4816ae4f9. These are not typos; "provably" is a real word and accurate in context.
2021-03-07Docs: typosJim Pazarena
2021-02-27Docs: fix description of hosts_try_dane. Bug 2704Jeremy Harris
2021-02-24Queryprogram router: call extract fn directly rather than via string-expansionJeremy Harris
This is not only safer (vs. unexpected expansions), but more efficient
2021-02-23Bulid: fix DISABLE_PIPE_CONNECT build. Bug 270333Jeremy Harris
2021-02-22Fix list-expansion for various domainlists, having included sublist ↵Jeremy Harris
elements. Bug 2701
2021-02-22Testsuite: fix error message. Bug 2700Jasen Betts
2021-02-19spamd: Use macro for default priority. Bug 2694Heiko Schlichting
2021-02-19Use random_number rather than random, for external server distribution. Bug ↵Heiko Schlichting
2694
2021-02-19Fix weight calculation for socks_proxy. Bug 2694Heiko Schlichting
2021-02-19Fix weight calculation for spamd_address. Bug 2694Heiko Schlichting
2021-02-18Docs: yet more on $domain_dataJeremy Harris
2021-02-18Docs: typoJim Pazarena
2021-02-18Debugging: avoid expansion problem with foolish-length list outputJeremy Harris
2021-02-13Testsuite: when generating a bounce message, allow time for exec to run ↵Jeremy Harris
before before feeding the message This is to keep debug output in similar order on different platforms
2021-02-13Fix build for platforms not having ulongJeremy Harris
2021-02-13wipJeremy Harris