summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [CritFix] Fix controller paths normalisationVsevolod Stakhov2020-12-221-2/+11
| | | | | It fixes errors like 'rspamd_controller_handle_lua_plugin: plugin handler /plugins/selectors/list_extractorstors has not been found'
* [Minor] Lua_task: Simplify has_header methodVsevolod Stakhov2020-12-221-12/+17
|
* Merge pull request #3581 from citrin/has-headerVsevolod Stakhov2020-12-222-12/+2
|\ | | | | [Minor] Use task:has_header instead of task:get_header
| * [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] Use less strict rules for pkcs7 detectionVsevolod Stakhov2020-12-221-2/+3
|/ | | | Issue: #3568
* Merge pull request #3579 from fatalbanana/rbl_loggingVsevolod Stakhov2020-12-221-1/+1
|\ | | | | [Minor] rbl: move logging to debug level
| * [Minor] rbl: move logging to debug levelAndrew Lewis2020-12-211-1/+1
| |
* | [Feature] Support SMIME signed messages containerVsevolod Stakhov2020-12-211-4/+77
| | | | | | | | Issue: #3568
* | [Minor] Add pkcs7 content type flagVsevolod Stakhov2020-12-212-0/+7
| |
* | [Fix] Fix flag shiftVsevolod Stakhov2020-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] Support both text and string on return valueVsevolod Stakhov2020-12-181-20/+14
| |
* | [Minor] Improve debugVsevolod Stakhov2020-12-181-1/+1
| |
* | [Minor] neural: use prefix in pool variable namesAndrew Lewis2020-12-171-33/+3
| | | | | | | | - Also deduplicate some duplicated stuff
* | Merge pull request #3570 from fatalbanana/nn_trainingVsevolod Stakhov2020-12-171-749/+39
|\ \ | |/ |/| [Feature] Add controller endpoint for training neural
| * [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] Composites: Insert symbol to the selected result structureVsevolod Stakhov2020-12-141-1/+2
| |
* | [Minor] Composites: Another try to deal properly with shadow resultsVsevolod Stakhov2020-12-141-27/+31
|/
* [Minor] Allow to get raw body of non processed messagesVsevolod Stakhov2020-12-141-1/+7
|
* [Minor] ...Vsevolod Stakhov2020-12-111-2/+1
|
* [Minor] Format string...Vsevolod Stakhov2020-12-111-0/+1
|
* [Minor] Add more debug for shadow resultVsevolod Stakhov2020-12-111-9/+18
|
* [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] Do not use static buffersVsevolod Stakhov2020-12-091-2/+3
|
* [Minor] One more fixVsevolod Stakhov2020-12-081-1/+1
|
* [Fix] Restore simple dkim canonicalisation modeVsevolod Stakhov2020-12-081-11/+29
|
* [Minor] Allow to skip composites second passVsevolod Stakhov2020-12-083-2/+15
|
* [Minor] Store composite status in the composite atomVsevolod Stakhov2020-12-081-7/+26
|
* [Minor] Improve composites processing strncmp -> memcmpVsevolod Stakhov2020-12-081-63/+77
|
* [Fix] Fix canonicalisation when l= tag is presentedVsevolod Stakhov2020-12-071-15/+29
| | | | Issue: #3566
* [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] Move urls find in subject to task process stageVsevolod Stakhov2020-11-272-5/+13
| |
* | [Minor] Style: Fix logical orderVsevolod Stakhov2020-11-271-6/+6
| |
* | [Minor] Fix symbol name usageVsevolod Stakhov2020-11-271-5/+7
| |
* | [Minor] Clickhouse: Fix text returnsVsevolod Stakhov2020-11-261-1/+1
| |
* | [Minor] Fix the caseVsevolod Stakhov2020-11-251-1/+1
| |
* | [Feature] Support rspamd_text in selector regexpsVsevolod Stakhov2020-11-251-10/+24
| |
* | [Rework] Add final cleanup logicVsevolod Stakhov2020-11-251-1/+79
| |
* | [Rework] Add stale cache removalVsevolod Stakhov2020-11-251-2/+49
| |
* | [Rework] Some tunes to cache savingVsevolod Stakhov2020-11-251-11/+20
| |
* | [Rework] Add preliminary support of hyperscan caching for re mapsVsevolod Stakhov2020-11-252-22/+145
| |