aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * [Feature] Cache LLM repliesVsevolod Stakhov2025-02-251-49/+124
| |
| * [Feature] Improve prompt and use plaintext instead of JSONVsevolod Stakhov2025-02-251-11/+104
| |
| * [Minor] GPT: Allow to trigger on specific symbolsVsevolod Stakhov2025-02-241-15/+36
|/
* Merge pull request #5352 from rspamd/vstakhov-dkim-sanitize-keysVsevolod Stakhov2025-02-221-54/+102
|\ | | | | [Fix] Verify key type to match DKIM signature type
| * [Fix] Verify key type to match DKIM signature typevstakhov-dkim-sanitize-keysVsevolod Stakhov2025-02-211-54/+102
| |
* | Merge pull request #5335 from japc/statistics_dumpVsevolod Stakhov2025-02-191-7/+13
|\ \ | | | | | | [Minor] Some small fixes to statistics_dump
| * | [Minor] On statistics_dump opts.cdb was doing dump_out and vice-versaJose Celestino2025-02-061-3/+3
| | |
| * | [Minor] Fixed nil batch_size on default dump on statistics_dumpJose Celestino2025-02-061-4/+10
| | |
* | | Merge pull request #5334 from FreddleSpl0it/fix-add-text-footerVsevolod Stakhov2025-02-081-5/+19
|\ \ \ | |/ / |/| | [Fix] properly close multipart/related boundary when adding text footer
| * | [Fix] properly close multipart/related boundary when adding text footerFreddleSpl0it2025-02-051-5/+19
|/ /
* | Merge pull request #5319 from japc/map-combined-descriptionVsevolod Stakhov2025-02-042-1/+2
|\ \ | |/ |/| [Minor] Pass both the multimap and the rules descriptions for combined multimap on create
| * [Minor] Pass both the multimap and the rules descriptions for combined when ↵Jose Celestino2025-01-262-1/+2
| | | | | | | | creating
* | [Fix] Allow to work with no ratelimitsVsevolod Stakhov2025-02-041-0/+5
| |
* | [Fix] Always create ratelimit bucketsVsevolod Stakhov2025-02-041-6/+4
| |
* | Merge pull request #5326 from rspamd/vstakhov-gpt-reasonVsevolod Stakhov2025-02-021-8/+37
|\ \ | | | | | | [Feature] GPT: Support reason adding
| * | [Minor] Allow to exclude all symbolsvstakhov-gpt-reasonVsevolod Stakhov2025-02-011-1/+5
| | |
| * | [Feature] GPT: Support reason addingVsevolod Stakhov2025-01-311-7/+32
|/ /
* | Merge pull request #5320 from rspamd/vstakhov-gpt-consensusVsevolod Stakhov2025-01-291-91/+145
|\ \ | |/ |/| [Feature] Support LLM models consensus
| * [Feature] Support LLM models consensusvstakhov-gpt-consensusVsevolod Stakhov2025-01-271-91/+145
|/
* Merge pull request #5317 from moisseev/webuiVsevolod Stakhov2025-01-261-0/+7
|\ | | | | [WebUI] Reset dropdown when clearing filters
| * [WebUI] Reset dropdown when clearing filtersAlexander Moisseev2025-01-251-0/+7
| | | | | | | | Ensure the action dropdown resets to its default value when clearing filters in the history table.
* | [Minor] Fix for old OpenSSL, sighVsevolod Stakhov2025-01-251-0/+5
| |
* | [Minor] Add protection against infinite recursionVsevolod Stakhov2025-01-251-5/+12
| |
* | [Fix] Make table digests consistentVsevolod Stakhov2025-01-251-4/+76
| |
* | [Minor] Really execute on_terminate scripts for fuzzy workerVsevolod Stakhov2025-01-252-3/+3
| |
* | [Minor] Run finish scripts for fuzzy workersVsevolod Stakhov2025-01-252-3/+4
| |
* | [Minor] Deal with packed structure member properlyVsevolod Stakhov2025-01-252-2/+2
| |
* | [Minor] Several fixes for fuzzy scriptsVsevolod Stakhov2025-01-253-23/+35
| |
* | [Minor] Some fixes for noop backendVsevolod Stakhov2025-01-251-2/+3
|/
* Merge pull request #5315 from japc/rules-regexp-urlVsevolod Stakhov2025-01-253-28/+32
|\ | | | | [Minor] Rules regexp url separated and fix no subdomain cases for Google urls
| * [Minor] Assuming that the remaining Google urls can also show esld onlyJose Celestino2025-01-231-2/+2
| |
| * [Minor] HAS_GOOGLE_REDIR was not working with https://google.comJose Celestino2025-01-231-1/+1
| |
| * [Minor] Move url regexes to regexp/urls.luaJose Celestino2025-01-233-28/+32
| |
* | Merge pull request #5314 from japc/checks-boolVsevolod Stakhov2025-01-252-4/+4
|\ \ | | | | | | [Minor] Set RBL checks to bool true
| * | [Minor] Set RBL checks to bool trueJose Celestino2025-01-232-4/+4
| |/
* | Merge pull request #5313 from dragoangel/patch-8Vsevolod Stakhov2025-01-231-100/+72
|\ \ | |/ |/| fix: use sub_utf8 to strip headers value to not break utf8 strings
| * add task digestDmitriy Alekseev2025-01-221-0/+2
| |
| * fix: use sub_utf8 to strip headers value to not break utf8 stringsDmitriy Alekseev2025-01-221-100/+70
|/
* [Feature] Add UTF8 `sub` and `len` variants for rspamd_textVsevolod Stakhov2025-01-201-3/+101
|
* Merge pull request #5310 from fatalbanana/rbl_urlsVsevolod Stakhov2025-01-205-2/+74
|\ | | | | RBL: fix use of `content_urls` and `images` inside `checks`
| * [Fix] RBL: fix use of `content_urls` and `images` inside `checks`Andrew Lewis2025-01-201-2/+2
| |
| * [Test] RBL: test more URL extraction scenariosAndrew Lewis2025-01-204-0/+72
|/
* Merge pull request #5305 from japc/rbl-checks-imagesVsevolod Stakhov2025-01-201-0/+1
|\ | | | | [Minor] rbl check_types was missing images
| * [Minor] rbl check_types was missing imagesJose Celestino2025-01-191-0/+1
|/
* [Minor] Push flag and value for fuzzy pre scriptsVsevolod Stakhov2025-01-181-3/+7
|
* Merge pull request #5300 from crpb/masterAndrew Lewis2025-01-172-12/+0
|\ | | | | remove nixspam
| * remove nixspamChristopher Bock2025-01-172-12/+0
|/ | | | | | nixspam has shutdown their service on 2025.01.16 closes #5299
* Merge pull request #5292 from japc/resolve_ip-ipv46Vsevolod Stakhov2025-01-161-2/+2
|\ | | | | [Minor] Respect ipv4 and ipv6 configurations for rbl resolve_ip
| * [Minor] Don't skip resolve_ip when ignore_defaults is true and ipv4 and ipv6 ↵Jose Celestino2025-01-141-2/+2
| | | | | | | | aren't set
| * [Minor] Respect ipv4 and ipv6 configurations for rbl resolve_ipJose Celestino2025-01-131-2/+2
| |