aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5254 from rspamd/vstakhov-phishing-fixesVsevolod Stakhov2024-12-1212-125/+164
|\ | | | | Fix phishing symbol for the same domains
| * [Minor] Replace rspamd_logger.debugm with proper lua_util.debugmVsevolod Stakhov2024-12-1210-108/+118
| |
| * [Fix] Phishing: Fix many cases of FP for the same domainsVsevolod Stakhov2024-12-121-16/+34
| |
| * [Fix] Remove USPOOF_SINGLE_SCRIPT_CONFUSABLE from the checksVsevolod Stakhov2024-12-121-1/+12
|/ | | | | In fact, it just checks if string1 and string2 intersect or not, and it is definitely not the check we want there.
* [Rework] Multimap should use only distinct text parts for content matchingVsevolod Stakhov2024-12-112-3/+47
| | | | Issue: #5248
* [Feature] GPT: Try harder to find JSON in NN replyVsevolod Stakhov2024-12-101-0/+37
|
* [Minor] GPT: use lua_mime routine to select text partVsevolod Stakhov2024-12-101-13/+2
|
* [Minor] GPT: add `allow_passthrough` and `allow_ham` settingsVsevolod Stakhov2024-12-101-2/+8
|
* [Test] Breaking: dynamic symbols also require `score` to be setVsevolod Stakhov2024-12-101-0/+1
| | | | Issue: #5247
* Merge pull request #5241 from moisseev/webuiVsevolod Stakhov2024-12-102-9/+20
|\ | | | | [WebUI] Rework symbol description display on hover
| * [WebUI] Rework symbol description display on hoverAlexander Moisseev2024-11-292-9/+20
| | | | | | | | | | | | - Replaced 'abbr title' with dynamic description display on hover or focus - Added tabindex for keyboard accessibility - Improved symbol rendering using template literals for readability
* | Merge pull request #5251 from rspamd/vstakhov-cumulative-tcp-timeoutVsevolod Stakhov2024-12-103-5/+17
|\ \ | | | | | | [Fix] Use cumulative timeout when dealing with TCP connections
| * | [Fix] Use cumulative timeout when dealing with TCP connectionsvstakhov-cumulative-tcp-timeoutVsevolod Stakhov2024-12-093-5/+17
| | |
* | | Merge pull request #5252 from moisseev/set_pre_resultVsevolod Stakhov2024-12-101-0/+5
|\ \ \ | | | | | | | | [Minor] Add missing action descriptions
| * | | [Minor] Add missing action descriptionsAlexander Moisseev2024-12-101-0/+5
| | | |
* | | | [Minor] Use `rule.score` when using dynamic symbolsVsevolod Stakhov2024-12-101-2/+3
|/ / / | | | | | | | | | Issue: #5247
* | | Merge pull request #5240 from rspamd/vstakhov-anonymize-mimeVsevolod Stakhov2024-12-102-0/+330
|\ \ \ | | | | | | | | Add tool to anonymize messages content
| * | | [Minor] Some adjustmentsVsevolod Stakhov2024-12-101-3/+3
| | | |
| * | | [Minor] Make urls and emails uniquevstakhov-anonymize-mimeVsevolod Stakhov2024-12-091-4/+5
| | | |
| * | | [Minor] Fix urls path issueVsevolod Stakhov2024-12-091-1/+1
| | | |
| * | | [Feature] Add include/exclude logic for headersVsevolod Stakhov2024-12-072-10/+64
| | | |
| * | | [Minor] Fix misprintVsevolod Stakhov2024-12-051-1/+1
| | | |
| * | | [Minor] Some more adjustmentsVsevolod Stakhov2024-12-021-5/+15
| | | |
| * | | [Feature] Unify displayed part selectionVsevolod Stakhov2024-11-301-24/+62
| | | |
| * | | [Project] Add tool to rspamadmVsevolod Stakhov2024-11-292-18/+67
| | | |
| * | | [Project] Initial stuff to implement messages anonymizationVsevolod Stakhov2024-11-291-0/+178
| | | |
* | | | [Fix] Some fixes to `rspamadm ratelimit`Vsevolod Stakhov2024-12-091-115/+133
| |/ / |/| |
* | | Merge pull request #5249 from rspamd/vstakhov-fix-upstreams-rotaVsevolod Stakhov2024-12-071-7/+49
|\ \ \ | | | | | | | | [Feature] Improve address rotation algorithm
| * | | [Feature] Improve address rotation algorithmVsevolod Stakhov2024-12-071-7/+49
|/ / / | | | | | | | | | | | | | | | | | | | | | We apply the following algorithm: 1) Get the current element and it's AF 2) If the next element has the same AF, then we just move to the next element 3) If the next element has different AF, then we should find the next element with the same AF 4) If we cannot find such element, then we return the next element (switching AF)
* | | Merge pull request #5216 from left-try/issue#5148Vsevolod Stakhov2024-12-072-1/+209
|\ \ \ | | | | | | | | Add `rspamadm` tool to manage last ratelimit hits
| * \ \ Merge branch 'master' into issue#5148Vsevolod Stakhov2024-12-07276-1018/+54632
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #5243 from rspamd/vstakhov-spf-eyeballsVsevolod Stakhov2024-12-062-88/+137
|\ \ \ \ | | | | | | | | | | [Fix] Fix dealing with happy eyeballs in SPF
| * | | | [Fix] Check DNS limits when resolving MX/PTR recordsVsevolod Stakhov2024-12-032-45/+64
| | | | |
| * | | | [Minor] Restore copyright styleVsevolod Stakhov2024-12-031-13/+15
| | | | |
| * | | | [Fix] Fix dealing with happy eyeballs in SPFVsevolod Stakhov2024-12-031-60/+88
| | | | |
* | | | | Merge pull request #5246 from dragoangel/patch-8Vsevolod Stakhov2024-12-061-0/+6
|\ \ \ \ \ | | | | | | | | | | | | Allow set gzip, keepalive and no_ssl_verify in metadata_exporter module
| * | | | | Allow set gzip, keepalive and no_ssl_verify in metadata_exporter moduleDmitriy Alekseev2024-12-051-0/+6
|/ / / / /
* | | | | [CritFix] Properly check dynamic keys in fuzzy storageVsevolod Stakhov2024-12-051-1/+1
| | | | |
* | | | | [Minor] Fix jemalloc detectionVsevolod Stakhov2024-12-041-1/+1
|/ / / /
* | | | [Minor] Try to stringify meta headersVsevolod Stakhov2024-12-021-1/+1
| | | | | | | | | | | | | | | | Issue: #5237
* | | | [Fix] Use `dkim_signing` for `sign_headers` optionVsevolod Stakhov2024-12-021-1/+10
| |/ / |/| | | | | | | | Issue: #5225
* | | Merge pull request #5239 from rspamd/vstakhov-simdutfVsevolod Stakhov2024-11-29269-926/+54262
|\ \ \ | |_|/ |/| | [Rework] Replace fastutf with simdutf
| * | [Test] Fix testsVsevolod Stakhov2024-11-292-52/+34
| | |
| * | [Minor] Various fixesVsevolod Stakhov2024-11-293-2/+39
| | |
| * | [Rework] Replace fastutf with simdutfVsevolod Stakhov2024-11-29267-875/+54192
|/ / | | | | | | | | | | Simdutf is faster and has way better support of the architectures (especially when it comes to non-x86 stuff). Hence, it is a good idea to use it instead of the non-supported fastutf8 stuff.
* | Merge pull request #5233 from rspamd/vstakhov-strip-attachmentsVsevolod Stakhov2024-11-262-0/+214
|\ \ | | | | | | Allow to strip attachments
| * | [Project] Various fixes and `rspamadm mime strip` commandvstakhov-strip-attachmentsVsevolod Stakhov2024-11-252-77/+131
| | |
| * | [Project] Add routine to strip attachmentsVsevolod Stakhov2024-11-251-0/+160
|/ /
| * Merge branch 'rspamd:master' into issue#5148Ivan Stakhov2024-11-262-1/+59
| |\ | |/ |/|
* | Merge pull request #5232 from rspamd/vstakhov-fuzzy-limits-displayVsevolod Stakhov2024-11-252-1/+59
|\ \ | | | | | | [Feature] Dump current ratelimits for fuzzy keys