Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-30 | Testsuite: MySQL: use password on account used for test access | Jeremy Harris | |
Forced on us by security tightning in Mariadb 10.4 | |||
2020-05-26 | Make 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-25 | Testsuite: avoid fail on non-TLS bulid | Jeremy Harris | |
2020-05-25 | Fix listquote expansion item to handle empty-string input | Jeremy Harris | |
2020-05-24 | EDITME: Shorten the explanation of <osname> and <build> | Heiko Schlittermann (HS12-RIPE) | |
2020-05-24 | Docs: SPF options | Jeremy Harris | |
2020-05-23 | Doc: Clarify variables for spf_smtp_comment_template | Heiko Schlittermann (HS12-RIPE) | |
2020-05-22 | SPF: Add main config option "spf_smtp_comment_templateexim-4.94-RC2 | Heiko Schlittermann (HS12-RIPE) | |
2020-05-22 | SPF: Remove the parameters of the broken explanation link | Heiko 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-20 | OpenSSL: clear error stack before avery I/O operation | Jeremy Harris | |
2020-05-19 | Docs: remove reduundant transport configu lines | Jeremy Harris | |
2020-05-16 | Docs: options on lookups | Jeremy Harris | |
2020-05-16 | Log additional command-history on too-many-syntax-errors | Jeremy Harris | |
2020-05-16 | Docs: DMARC options | Jeremy Harris | |
2020-05-16 | Docs: another mention of $local_part_verified | Andreas Metzler | |
Broken-by: d8024efa36 | |||
2020-05-15 | Add debug for lookup ret=key | Jeremy Harris | |
2020-05-13 | Debug: quieten DSNexim-4.94-RC1 | Jeremy Harris | |
2020-05-13 | Fix over-long line in DSN | Jeremy Harris | |
2020-05-12 | Docs: set message after conditions in ACL verb wherever possible | Jeremy Harris | |
2020-05-09 | Fix build with Radius auth expansion condition support. Bug 2572 | = Fabian Groffen | |
2020-05-09 | Performance: workaround Linux kernel bug | Jeremy Harris | |
2020-05-08 | Docs: tweaks | Jeremy Harris | |
2020-05-07 | Testsuite: unbreak testcase | Jeremy Harris | |
Broken-by: 0006e6d8e1 | |||
2020-05-07 | Lookups: ret=key option | Jeremy Harris | |
2020-05-07 | I18N: change default on smtp transport, to downconvert-when-needed | Jeremy Harris | |
2020-05-07 | Docs: clarify downconversion of internationalized addresses | Jeremy Harris | |
2020-05-07 | Docs: ESMTP extensions indexing | Jeremy Harris | |
2020-05-06 | Rework SPA fix to avoid overflows. Bug 2571 | Jeremy Harris | |
Amends: 57aa14b216 | |||
2020-05-06 | Numeric variable returns | Jeremy Harris | |
2020-05-06 | testcases for value return | Jeremy Harris | |
2020-05-06 | docs & more debug | Jeremy Harris | |
2020-05-06 | value return | Jeremy Harris | |
2020-05-05 | wip - see failed-summary.log.list_match_value. Pretty much ok. | Jeremy Harris | |
tofo: testcases, docs | |||
2020-05-05 | Fix SPA authenticator, checking client-supplied data before using it. Bug 2571 | Jeremy Harris | |
2020-05-05 | tidying | Jeremy Harris | |
2020-05-05 | Ensure lookup-result variables are dropped between messages on a connection | Jeremy Harris | |
2020-05-05 | Testsuite: output changes resulting | Jeremy Harris | |
Broken-by: d8024efa36 | |||
2020-05-05 | Docs: tweaks | Jeremy Harris | |
2020-05-04 | Consolidate $local_part_verified into $local_part_data | Jeremy 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-04 | Docs: local-part affix variables | Jeremy Harris | |
2020-05-04 | Taint: When a non-wildcarded localpart affix is matched in a router, | Jeremy Harris | |
make affix variables untainted | |||
2020-05-04 | Make {bounce,warn}_message_file expanded. Bug 2522 | Jeremy Harris | |
2020-05-04 | Testsuite: bounce_message_file and warn_message_file | Jeremy Harris | |
2020-05-03 | Build: fix parallelism problem. Bug 2566 | Luca Ceresoli | |
2020-05-02 | Fix build on platforms not supporting sockopt SO_PROTOCOL | Jeremy Harris | |
Broken-by: a8e46b3b71 | |||
2020-05-02 | Docs: fix mention of (the nonexistent) $domain_verified. Bug 2567 | Andreas Metzler | |
Broken-by: 163144aab0 | |||
2020-05-02 | Debug: socket details | Jeremy Harris | |
2020-05-01 | Testsuite: tidying | Jeremy Harris | |
2020-05-01 | Docs: fix more uses of $local_part in examples | Jeremy Harris | |
2020-05-01 | Testsuite: handle RC tagging convention | Jeremy Harris | |