Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-02 | Docs: fix mistaken variable name | Patrick Boutilier | |
2020-06-02 | Taint: fix listcount expansion operator. Bug 2586 | Jeremy Harris | |
2020-06-02 | tidying | Jeremy Harris | |
2020-06-02 | Taint: fix pam expansion condition. Bug 2587 | Jeremy Harris | |
2020-06-01 | Merge branch '4.next' | Jeremy Harris | |
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-29 | Fix format of maildir filenames. Bug 1329 | Andreas Metzler | |
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-26 | Quota checking during reception. Bug 163 | Jeremy Harris | |
2020-05-26 | Debug: indentation | Jeremy Harris | |
2020-05-26 | tidying | 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-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 | better guards | Jeremy Harris | |
2020-05-19 | Docs: remove reduundant transport configu lines | Jeremy Harris | |
2020-05-17 | Lookups: cache=no_rd option. Bug 1751 | 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: 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 DSN | Jeremy Harris | |
2020-05-13 | Debug: quieten DSNexim-4.94-RC1 | Jeremy Harris | |
2020-05-13 | smtp transport: message_linelength_limit option. Bug 1684 | 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-12 | Darwin build (mac): disable TLS Resumption support | Jeremy Harris | |
2020-05-12 | Move the LMDB lokup support from Experimental to mainline | Jeremy Harris | |
2020-05-10 | Fix build with older GnuTLS | Jeremy Harris | |
Broken-by: 2983e1a616 | |||
2020-05-10 | Move the TLS resumption support from Experimental to mainline | Jeremy Harris | |
2020-05-09 | Move the native SRS implementation from Experimental to mainline | Jeremy Harris | |
2020-05-09 | Rename EXPERIMENTAL_SRS to EXPERIMENTAL_SRS_ALT | Jeremy Harris | |
2020-05-09 | Move the fast-ramp two phase queue run support from Experimental to the mainline | 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-07 | Lookups: ret=key option | Jeremy Harris | |
2020-05-07 | I18N: change default on smtp transport, to downconvert-when-needed | 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-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 | Taint: When a non-wildcarded localpart affix is matched in a router, | Jeremy Harris | |
make affix variables untainted |