summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* [Minor] Rbl: Fix flattening defaultsVsevolod Stakhov2021-02-161-1/+8
|
* [Feature] Rbl: Distinguish flattened and non-flattened selectors in RBL requestsVsevolod Stakhov2021-02-161-5/+11
| | | | Issue: #3648
* [Minor] Fix misprintVsevolod Stakhov2021-02-161-1/+1
|
* [Minor] Milter_headers: Support default headers orderVsevolod Stakhov2021-02-111-2/+11
| | | | Issue: #3644
* [Minor] Milter_headers: Allow to sort symbolsVsevolod Stakhov2021-02-111-1/+13
| | | | Issue: #3642
* [Minor] Fix misprintVsevolod Stakhov2021-02-111-1/+1
|
* [Minor] Milter_headers: Refactor stuffVsevolod Stakhov2021-02-111-37/+47
|
* [Feature] Fuzzy_check: Allow to disable subject when making short text hashVsevolod Stakhov2021-02-081-2/+25
|
* [Minor] Remove unused stuff oOVsevolod Stakhov2021-01-221-16/+0
|
* [Minor] Do not perform arc signing before dkim checksVsevolod Stakhov2021-01-222-3/+6
| | | | Issue: #3613
* [Minor] Allow to use ratelimit as an ordinary filterVsevolod Stakhov2021-01-191-7/+11
|
* [Minor] milter_headers: new option skip_allTobias Mädel2021-01-181-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_rcptTobias Mädel2021-01-141-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_idVsevolod Stakhov2021-01-141-1/+2
|
* [Feature] Settings: add ip_map check and rework structure slightlyVsevolod Stakhov2021-01-121-178/+232
|
* [Minor] Remove static settings pool (cfg pool is good enough)Vsevolod Stakhov2021-01-121-20/+5
|
* [Minor] Fix `cmd` variable use caseVsevolod Stakhov2021-01-091-1/+1
| | | | Issue: #3603
* [Minor] force_actions - maybe disable current action bypassCarsten Rosenberg2021-01-071-1/+3
|
* [Minor] force_actions - remove current action bypassCarsten Rosenberg2021-01-071-3/+1
|
* [Fix] Try to fix GError leakVsevolod Stakhov2021-01-061-41/+20
|
* [Minor] DCC: Fix plugin callback typeVsevolod Stakhov2021-01-041-1/+2
| | | | Issue: #3594
* [Fix] Try to fix a mess with settings loading by adding prioritiesVsevolod Stakhov2020-12-301-2/+4
|
* [Minor] Another try to deal with symbols from settingsVsevolod Stakhov2020-12-281-17/+50
| | | | Need to handle allowed ids as well
* [Fix] Try to move setings initialisation to a later stageVsevolod Stakhov2020-12-281-1/+3
|
* [Rework] Distinguish between strict config test modeVsevolod Stakhov2020-12-264-26/+56
|
* [Minor] Use task:has_header instead of task:get_headerAnton Yuzhaninov2020-12-222-12/+2
| | | | Use task:has_header() to check if header is exists.
* [Minor] rbl: move logging to debug levelAndrew Lewis2020-12-211-1/+1
|
* Merge pull request #3577 from fatalbanana/http_headers_pluginVsevolod Stakhov2020-12-191-0/+198
|\ | | | | [Minor] Move http_headers to plugin
| * [Minor] Move http_headers to pluginAndrew Lewis2020-12-171-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 namesAndrew Lewis2020-12-171-33/+3
| | | | | | | | - Also deduplicate some duplicated stuff
* | [Feature] Add controller endpoint for training neuralAndrew Lewis2020-12-171-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 defaultVsevolod Stakhov2020-12-101-1/+1
|
* [Feature] Reputation: Allow to specify ip masksVsevolod Stakhov2020-12-101-1/+15
|
* [Minor] Spamassassin: Try to fix [if-unset] stuffVsevolod Stakhov2020-12-091-0/+4
|
* [Minor] Fix conditionVsevolod Stakhov2020-12-091-1/+1
|
* [Minor] Spamassassin: Fix shadow results cachingVsevolod Stakhov2020-12-091-1/+1
|
* [Minor] Fix schema validationVsevolod Stakhov2020-12-091-1/+1
|
* [Rework] Milter_headers: improve extended_headers_rcpt supportVsevolod Stakhov2020-12-091-34/+23
|
* [Minor] Add some missing typesVsevolod Stakhov2020-12-041-0/+1
|
* Merge pull request #3561 from fatalbanana/multimap_disable_multisymbolVsevolod Stakhov2020-11-281-0/+9
|\ | | | | [Feature] Multimap: support adding map values as extra options
| * [Feature] Multimap: support adding map values as extra optionsAndrew Lewis2020-11-251-0/+9
| |
* | [Minor] Fix symbol name usageVsevolod Stakhov2020-11-271-5/+7
| |
* | [Minor] Clickhouse: Fix text returnsVsevolod Stakhov2020-11-261-1/+1
|/
* [Fix] Spamassassin: Preserve 'pcre_only' flag when dealing with regexp ↵Vsevolod Stakhov2020-11-231-1/+2
| | | | replacements
* [Fix] Spamassassin: Fix pcre_only flagsVsevolod Stakhov2020-11-231-9/+12
|
* [Minor] Neural: Add store_pool_only train optionVsevolod Stakhov2020-11-171-1/+13
|
* [Minor] Rbl: Allow to add dependencies for RBL rulesVsevolod Stakhov2020-11-131-0/+6
|
* [Minor] Rbl: Workaround for 'rules'Vsevolod Stakhov2020-11-131-1/+7
|
* [Minor] Mx_check: Limit number of A requests per MXVsevolod Stakhov2020-11-101-8/+11
|
* [Minor] Reputation: Support compatible whitelist definitionVsevolod Stakhov2020-11-091-6/+34
| | | | Issue: #3545