aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua
Commit message (Expand)AuthorAgeFilesLines
...
* | | [Minor] Mention mode of dynamic limits in the logVsevolod Stakhov2024-07-091-5/+14
* | | [Project] Enable compatibility with the existing bucketsVsevolod Stakhov2024-07-091-2/+22
* | | [Rework] Introduce dynamic_rate_limit for ratelimitsVsevolod Stakhov2024-07-081-4/+8
|/ /
* | [Project] Trying to test various things with GPTVsevolod Stakhov2024-07-011-9/+36
* | [Minor] Add some missing symbolsVsevolod Stakhov2024-06-291-0/+2
* | [Minor] Add from and subject to the promptVsevolod Stakhov2024-06-291-0/+9
* | [Minor] Allow autolearnVsevolod Stakhov2024-06-281-1/+6
* | [Minor] Apply review suggestionVsevolod Stakhov2024-06-281-5/+1
* | [Minor] Make except symbols configurableVsevolod Stakhov2024-06-281-10/+11
* | Update src/plugins/lua/gpt.luaVsevolod Stakhov2024-06-281-1/+1
* | [Minor] Check words count properlyVsevolod Stakhov2024-06-281-7/+9
* | [Project] Add checks to decide if we need a GPT checkVsevolod Stakhov2024-06-281-24/+88
* | [Minor] Also use gzip compressionVsevolod Stakhov2024-06-281-0/+1
* | [Minor] Use keep-alive and upstreams logicVsevolod Stakhov2024-06-281-1/+13
* | [Minor] Copy&paste fixVsevolod Stakhov2024-06-271-2/+2
* | [Project] Add GPT pluginVsevolod Stakhov2024-06-271-0/+256
* | [Fix] Use explicit timeouts in the metadata exporterVsevolod Stakhov2024-06-121-5/+7
* | [Minor] Set negative default scoresmoisseev2024-06-061-2/+2
* | Merge pull request #4987 from twesterhever/temp-txzVsevolod Stakhov2024-06-031-0/+2
|\ \
| * | [Minor] Treat *.txz attachments as archives and harmfultwesterhever2024-05-271-0/+2
* | | Upgraded replies and known senders modules (#4895)Ivan Stakhov2024-06-032-17/+273
* | | Fix hfilter checks_hello_badipDmitriy Alekseev2024-05-311-21/+21
|/ /
* / [Fix] Fix dynamic_symbols in the multimap pluginVsevolod Stakhov2024-05-201-2/+2
|/
* [Minor] Add bad file types commonly found in archives attached to malspamtwesterhever2024-04-281-0/+4
* [Enhancement] Exclude false positives of MIME_DOUBLE_BAD_EXTENSIONDmitriy Alekseev2024-04-111-1/+6
* [Fix] Honor dynamic thresholds for greylisting moduleVsevolod Stakhov2024-04-051-1/+1
* [Minor] Remove redundant metric nameVsevolod Stakhov2024-04-051-1/+1
* [Fix] Update greylisting threshold as it can be easily dynamicVsevolod Stakhov2024-04-051-7/+4
* [Minor] Fix format of example setting (rspamd.com#736)Andrew Lewis2024-03-251-1/+1
* [Rework] Another rework of the dkim signing logicVsevolod Stakhov2024-03-091-21/+18
* [Rework] Allow multiple conditions for dkim signing when using vault/redisVsevolod Stakhov2024-03-091-1/+1
* [Fix] Allow different template expansion parametersVsevolod Stakhov2024-02-211-3/+3
* Revert "[Fix] Fix history key, as we use `{=` and not `{{` in templates"Vsevolod Stakhov2024-02-211-1/+1
* [Fix] Fix history key, as we use `{=` and not `{{` in templatesVsevolod Stakhov2024-02-211-1/+1
* [Fix] Encode headers in metadata exporterVsevolod Stakhov2024-02-131-7/+8
* [Minor] Fix doc stringVsevolod Stakhov2024-01-291-1/+1
* [Feature] Allow to add templates to redis history prefixVsevolod Stakhov2024-01-291-11/+14
* [Rework] Breaking: Do not report module as actionAlexander Moisseev2024-01-281-2/+1
* [Minor] Allow the same logic for recipientsVsevolod Stakhov2024-01-271-5/+41
* [Feature] Add extraction type for `from` mapsVsevolod Stakhov2024-01-271-5/+29
* [Minor] rbl: fix warningAndrew Lewis2024-01-251-1/+1
* [Fix] multimap: rawtext: use decoded partsAndrew Lewis2024-01-191-1/+1
* [Feature] Support suppressing DMARC reporting for particular recipientsAndrew Lewis2024-01-101-1/+13
* [Minor] Fix typo in hfilter mapmoisseev2023-12-241-2/+2
* [Minor] Log a debug message when ratelimit skippedmoisseev2023-12-221-0/+1
* [Minor] ratelimit: make per-bucket symbol behave like global symbolAndrew Lewis2023-12-211-1/+1
* [Feature] rbl: support disabling or replacing url_whitelist per RBLAndrew Lewis2023-12-121-2/+2
* [Fix] known_senders: fix config handlingAndrew Lewis2023-11-091-2/+3
* [Minor] force_actions: set a group for symbolsAndrew Lewis2023-11-041-1/+3
* Merge pull request #4678 from fatalbanana/rbl_exclude_localVsevolod Stakhov2023-11-031-4/+2
|\