summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-30Testsuite: MySQL: use password on account used for test accessJeremy Harris
Forced on us by security tightning in Mariadb 10.4
2020-05-26Make def:<var> compatible between "static" and "dynamic" vars.Heiko Schlittermann (HS12-RIPE)
Some variables are simple pointers to internal memory (e.g. vtype_stringptr), other variables are dynamically filled with content (e.g. vtype_string_func). The static variables contain "" if they're not defined yet. At least on dynamic variable (recipients, backed by fn_recipients()) returned NULL instead of "", which lead to unexpected results on def:recipients. To keep the functions usable in places where it makes sense to return NULL and "" as distinct values, I didn't touch the functions, but the evaluation logic in find_variable().
2020-05-25Testsuite: avoid fail on non-TLS bulidJeremy Harris
2020-05-25Fix listquote expansion item to handle empty-string inputJeremy Harris
2020-05-24EDITME: Shorten the explanation of <osname> and <build>Heiko Schlittermann (HS12-RIPE)
2020-05-24Docs: SPF optionsJeremy Harris
2020-05-23Doc: Clarify variables for spf_smtp_comment_templateHeiko Schlittermann (HS12-RIPE)
2020-05-22SPF: Add main config option "spf_smtp_comment_templateexim-4.94-RC2Heiko Schlittermann (HS12-RIPE)
2020-05-22SPF: Remove the parameters of the broken explanation linkHeiko Schlittermann (HS12-RIPE)
The complete www.open-spf.org is a static copy of the formerly working openspf.org page. The explanation form doesn't work anymore.
2020-05-20OpenSSL: clear error stack before avery I/O operationJeremy Harris
2020-05-19Docs: remove reduundant transport configu linesJeremy Harris
2020-05-16Docs: options on lookupsJeremy Harris
2020-05-16Log additional command-history on too-many-syntax-errorsJeremy Harris
2020-05-16Docs: DMARC optionsJeremy Harris
2020-05-16Docs: another mention of $local_part_verifiedAndreas Metzler
Broken-by: d8024efa36
2020-05-15Add debug for lookup ret=keyJeremy Harris
2020-05-13Debug: quieten DSNexim-4.94-RC1Jeremy Harris
2020-05-13Fix over-long line in DSNJeremy Harris
2020-05-12Docs: set message after conditions in ACL verb wherever possibleJeremy Harris
2020-05-09Fix build with Radius auth expansion condition support. Bug 2572= Fabian Groffen
2020-05-09Performance: workaround Linux kernel bugJeremy Harris
2020-05-08Docs: tweaksJeremy Harris
2020-05-07Testsuite: unbreak testcaseJeremy Harris
Broken-by: 0006e6d8e1
2020-05-07Lookups: ret=key optionJeremy Harris
2020-05-07I18N: change default on smtp transport, to downconvert-when-neededJeremy Harris
2020-05-07Docs: clarify downconversion of internationalized addressesJeremy Harris
2020-05-07Docs: ESMTP extensions indexingJeremy Harris
2020-05-06Rework SPA fix to avoid overflows. Bug 2571Jeremy Harris
Amends: 57aa14b216
2020-05-06Numeric variable returnsJeremy Harris
2020-05-06testcases for value returnJeremy Harris
2020-05-06docs & more debugJeremy Harris
2020-05-06value returnJeremy Harris
2020-05-05wip - see failed-summary.log.list_match_value. Pretty much ok.Jeremy Harris
tofo: testcases, docs
2020-05-05Fix SPA authenticator, checking client-supplied data before using it. Bug 2571Jeremy Harris
2020-05-05tidyingJeremy Harris
2020-05-05 Ensure lookup-result variables are dropped between messages on a connectionJeremy Harris
2020-05-05Testsuite: output changes resultingJeremy Harris
Broken-by: d8024efa36
2020-05-05Docs: tweaksJeremy Harris
2020-05-04Consolidate $local_part_verified into $local_part_dataJeremy Harris
This removes the former; the latter having been around since before the last release. The router check_local_user option now writes the latter and -verified no longer exists.
2020-05-04Docs: local-part affix variablesJeremy Harris
2020-05-04Taint: When a non-wildcarded localpart affix is matched in a router,Jeremy Harris
make affix variables untainted
2020-05-04Make {bounce,warn}_message_file expanded. Bug 2522Jeremy Harris
2020-05-04Testsuite: bounce_message_file and warn_message_fileJeremy Harris
2020-05-03Build: fix parallelism problem. Bug 2566Luca Ceresoli
2020-05-02Fix build on platforms not supporting sockopt SO_PROTOCOLJeremy Harris
Broken-by: a8e46b3b71
2020-05-02Docs: fix mention of (the nonexistent) $domain_verified. Bug 2567Andreas Metzler
Broken-by: 163144aab0
2020-05-02Debug: socket detailsJeremy Harris
2020-05-01Testsuite: tidyingJeremy Harris
2020-05-01Docs: fix more uses of $local_part in examplesJeremy Harris
2020-05-01Testsuite: handle RC tagging conventionJeremy Harris