Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Minor] Rbl: Fix flattening defaults | Vsevolod Stakhov | 2021-02-16 | 1 | -1/+8 | |
| | ||||||
* | [Feature] Rbl: Distinguish flattened and non-flattened selectors in RBL requests | Vsevolod Stakhov | 2021-02-16 | 1 | -5/+11 | |
| | | | | Issue: #3648 | |||||
* | [Minor] Fix misprint | Vsevolod Stakhov | 2021-02-16 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Milter_headers: Support default headers order | Vsevolod Stakhov | 2021-02-11 | 1 | -2/+11 | |
| | | | | Issue: #3644 | |||||
* | [Minor] Milter_headers: Allow to sort symbols | Vsevolod Stakhov | 2021-02-11 | 1 | -1/+13 | |
| | | | | Issue: #3642 | |||||
* | [Minor] Fix misprint | Vsevolod Stakhov | 2021-02-11 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Milter_headers: Refactor stuff | Vsevolod Stakhov | 2021-02-11 | 1 | -37/+47 | |
| | ||||||
* | [Feature] Fuzzy_check: Allow to disable subject when making short text hash | Vsevolod Stakhov | 2021-02-08 | 1 | -2/+25 | |
| | ||||||
* | [Minor] Remove unused stuff oO | Vsevolod Stakhov | 2021-01-22 | 1 | -16/+0 | |
| | ||||||
* | [Minor] Do not perform arc signing before dkim checks | Vsevolod Stakhov | 2021-01-22 | 2 | -3/+6 | |
| | | | | Issue: #3613 | |||||
* | [Minor] Allow to use ratelimit as an ordinary filter | Vsevolod Stakhov | 2021-01-19 | 1 | -7/+11 | |
| | ||||||
* | [Minor] milter_headers: new option skip_all | Tobias Mädel | 2021-01-18 | 1 | -1/+9 | |
| | | | | This PR introduces the new configuration option "skip_all" for milter_headers. This config option will skip the addition of extended spam headers for every mail, except those with recipients listed in the extended_headers_rcpt map. | |||||
* | [Fix] #3400 milter_headers: fix inverted logic for extended_headers_rcpt | Tobias Mädel | 2021-01-14 | 1 | -4/+4 | |
| | | | This commit fixes the inverted logic of skip_wanted/match_extended_headers_rcpt to allow a user to enable extended headers selectively for only a specific set of recipients. | |||||
* | [Minor] Replies: Add support of min_message_id | Vsevolod Stakhov | 2021-01-14 | 1 | -1/+2 | |
| | ||||||
* | [Feature] Settings: add ip_map check and rework structure slightly | Vsevolod Stakhov | 2021-01-12 | 1 | -178/+232 | |
| | ||||||
* | [Minor] Remove static settings pool (cfg pool is good enough) | Vsevolod Stakhov | 2021-01-12 | 1 | -20/+5 | |
| | ||||||
* | [Minor] Fix `cmd` variable use case | Vsevolod Stakhov | 2021-01-09 | 1 | -1/+1 | |
| | | | | Issue: #3603 | |||||
* | [Minor] force_actions - maybe disable current action bypass | Carsten Rosenberg | 2021-01-07 | 1 | -1/+3 | |
| | ||||||
* | [Minor] force_actions - remove current action bypass | Carsten Rosenberg | 2021-01-07 | 1 | -3/+1 | |
| | ||||||
* | [Fix] Try to fix GError leak | Vsevolod Stakhov | 2021-01-06 | 1 | -41/+20 | |
| | ||||||
* | [Minor] DCC: Fix plugin callback type | Vsevolod Stakhov | 2021-01-04 | 1 | -1/+2 | |
| | | | | Issue: #3594 | |||||
* | [Fix] Try to fix a mess with settings loading by adding priorities | Vsevolod Stakhov | 2020-12-30 | 1 | -2/+4 | |
| | ||||||
* | [Minor] Another try to deal with symbols from settings | Vsevolod Stakhov | 2020-12-28 | 1 | -17/+50 | |
| | | | | Need to handle allowed ids as well | |||||
* | [Fix] Try to move setings initialisation to a later stage | Vsevolod Stakhov | 2020-12-28 | 1 | -1/+3 | |
| | ||||||
* | [Rework] Distinguish between strict config test mode | Vsevolod Stakhov | 2020-12-26 | 4 | -26/+56 | |
| | ||||||
* | [Minor] Use task:has_header instead of task:get_header | Anton Yuzhaninov | 2020-12-22 | 2 | -12/+2 | |
| | | | | Use task:has_header() to check if header is exists. | |||||
* | [Minor] rbl: move logging to debug level | Andrew Lewis | 2020-12-21 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #3577 from fatalbanana/http_headers_plugin | Vsevolod Stakhov | 2020-12-19 | 1 | -0/+198 | |
|\ | | | | | [Minor] Move http_headers to plugin | |||||
| * | [Minor] Move http_headers to plugin | Andrew Lewis | 2020-12-17 | 1 | -0/+198 | |
| | | | | | | | | | | | | | | | | - Support multiple DKIM results - Insert DKIM trace symbols - Always disable callbacks if we got a header - Make the plugin default-disabled - Disable callbacks instead of virtual symbols | |||||
* | | [Minor] neural: use prefix in pool variable names | Andrew Lewis | 2020-12-17 | 1 | -33/+3 | |
| | | | | | | | | - Also deduplicate some duplicated stuff | |||||
* | | [Feature] Add controller endpoint for training neural | Andrew Lewis | 2020-12-17 | 1 | -749/+39 | |
|/ | | | | | | | | - Move neural functions to library - Parameterise spawn_train - neural plugin: Fix store_pool_only when autotrain is true - neural plugin: Use cache_set instead of mempool - Add test | |||||
* | [Minor] Reputation: More safe default | Vsevolod Stakhov | 2020-12-10 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Reputation: Allow to specify ip masks | Vsevolod Stakhov | 2020-12-10 | 1 | -1/+15 | |
| | ||||||
* | [Minor] Spamassassin: Try to fix [if-unset] stuff | Vsevolod Stakhov | 2020-12-09 | 1 | -0/+4 | |
| | ||||||
* | [Minor] Fix condition | Vsevolod Stakhov | 2020-12-09 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Spamassassin: Fix shadow results caching | Vsevolod Stakhov | 2020-12-09 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Fix schema validation | Vsevolod Stakhov | 2020-12-09 | 1 | -1/+1 | |
| | ||||||
* | [Rework] Milter_headers: improve extended_headers_rcpt support | Vsevolod Stakhov | 2020-12-09 | 1 | -34/+23 | |
| | ||||||
* | [Minor] Add some missing types | Vsevolod Stakhov | 2020-12-04 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #3561 from fatalbanana/multimap_disable_multisymbol | Vsevolod Stakhov | 2020-11-28 | 1 | -0/+9 | |
|\ | | | | | [Feature] Multimap: support adding map values as extra options | |||||
| * | [Feature] Multimap: support adding map values as extra options | Andrew Lewis | 2020-11-25 | 1 | -0/+9 | |
| | | ||||||
* | | [Minor] Fix symbol name usage | Vsevolod Stakhov | 2020-11-27 | 1 | -5/+7 | |
| | | ||||||
* | | [Minor] Clickhouse: Fix text returns | Vsevolod Stakhov | 2020-11-26 | 1 | -1/+1 | |
|/ | ||||||
* | [Fix] Spamassassin: Preserve 'pcre_only' flag when dealing with regexp ↵ | Vsevolod Stakhov | 2020-11-23 | 1 | -1/+2 | |
| | | | | replacements | |||||
* | [Fix] Spamassassin: Fix pcre_only flags | Vsevolod Stakhov | 2020-11-23 | 1 | -9/+12 | |
| | ||||||
* | [Minor] Neural: Add store_pool_only train option | Vsevolod Stakhov | 2020-11-17 | 1 | -1/+13 | |
| | ||||||
* | [Minor] Rbl: Allow to add dependencies for RBL rules | Vsevolod Stakhov | 2020-11-13 | 1 | -0/+6 | |
| | ||||||
* | [Minor] Rbl: Workaround for 'rules' | Vsevolod Stakhov | 2020-11-13 | 1 | -1/+7 | |
| | ||||||
* | [Minor] Mx_check: Limit number of A requests per MX | Vsevolod Stakhov | 2020-11-10 | 1 | -8/+11 | |
| | ||||||
* | [Minor] Reputation: Support compatible whitelist definition | Vsevolod Stakhov | 2020-11-09 | 1 | -6/+34 | |
| | | | | Issue: #3545 |