aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Release 3.9.03.9.0Vsevolod Stakhov2024-07-121-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [CritFix] Protect regexp matcher from regexps with empty patterns * [Feature] Allow adding X-CMAE-Score header * [Feature] Allow custom milter quarantine and tempfail messages * [Feature] Allow to specify minimum weight in GPT plugin * [Feature] Cloudmark: Add scores_symbols setting * [Feature] Further optimization to the hot path * [Feature] Make min_resolve_interval configurable * [Feature] Report slow synchronous rules * [Feature] Rspamc: add `files-list` option * [Feature] Support metrics command in normal/proxy workers * [Feature] Support reply in message pack format * [Feature] Use msgpack in the client * [Feature] Verify sanity of l= tag in DKIM * [Feature] milter_headers: support not removing headers * [Fix] Allow autolearn for the controller worker * [Fix] Allow spaces in DMARC records * [Fix] Allow to set 0 as number of rows to disable roll history * [Fix] Always set the unlearn flag when relearning * [Fix] Apply detection phase if fasttext could not detect language * [Fix] Backport fixes from libucl * [Fix] Backport multiple fixes from libucl * [Fix] Change expiration logic for redis_cache * [Fix] Check nconns when firing the final termination event * [Fix] Do not apply tableshape for known senders * [Fix] Do not crash if symbol is missing in the metric * [Fix] Do not read out-of-boundary when doing base64 encoding * [Fix] Do not save multipatterns to FS in certain cases * [Fix] Fix another corner case that allows candidates to be freed without init * [Fix] Fix documentation nesting * [Fix] Fix dynamic_symbols in the multimap plugin * [Fix] Fix inconsistent nesting in mime parts * [Fix] Fix parsing of maps definitions * [Fix] Fix shared memory proxying when compression is set * [Fix] Fuzzy add/delete handlers are badly broken for compression * [Fix] Honor dynamic thresholds for greylisting module * [Fix] If we have one statfile disabled we need to disable all * [Fix] Increase/decrease hash_key value for tokens depending on is_unlearn * [Fix] Libucl: Fix messagepack autodetection * [Fix] Resgore the collaterally removed line * [Fix] Unset autolearn flag if we learn explicitly * [Fix] Update `nconns` in proxy * [Fix] Update greylisting threshold as it can be easily dynamic * [Fix] Update is_spam in learned_ids when relearning * [Fix] Use explicit timeouts in the metadata exporter * [Fix] metric_exporter: avoid sending `nil` in metric values * [Project] Add GPT plugin * [Project] Add a tool to perform statistical analysis of classifiers * [Project] Finally fix slow timer behaviour * [Project] Implement fuzzy check retransmits backpressure * [Project] Improve stats processing * [Project] Reduce default window size of OSB tokenizer to 2 * [Project] Rework grow factor * [Project] Start optimization of userdata hashing * [Project] Use libarchive for troublesome archives * [Rework] Allow metrics endpoint to be enabled for each scanner * [Rework] Allow multiple conditions for dkim signing when using vault/redis * [Rework] Introduce dynamic_rate_limit for ratelimits * [Rework] Serialize control commands * [Rework] Update fmt to version 11 * [Rework] Use direct hashing instead of string hashing * [Rules] Added rules for detecting likely malware
* | Merge pull request #5053 from moisseev/ratelimitVsevolod Stakhov2024-07-121-2/+2
|\ \ | | | | | | Update comments in ratelimit.conf example
| * | Update comments in ratelimit.conf examplemoisseev2024-07-121-2/+2
|/ /
* | [Fix] Do not crash if symbol is missing in the metricVsevolod Stakhov2024-07-111-1/+1
| |
* | [Fix] Do not apply tableshape for known sendersVsevolod Stakhov2024-07-111-23/+30
| |
* | Merge pull request #5045 from rspamd/vstakhov-ratelimits-disable-dynVsevolod Stakhov2024-07-113-51/+100
|\ \ | | | | | | Introduce dynamic_rate_limit for ratelimits plugin
| * \ Merge branch 'master' into vstakhov-ratelimits-disable-dynVsevolod Stakhov2024-07-115-72/+99
| |\ \ | |/ / |/| |
* | | Merge pull request #5051 from fatalbanana/fix_ratelimit_testsVsevolod Stakhov2024-07-115-72/+99
|\ \ \ | | | | | | | | [Test] Fix ratelimit tests
| * | | [Minor] cmath is a bit more strictVsevolod Stakhov2024-07-111-7/+7
| | | |
| * | | [Test] Add missingVsevolod Stakhov2024-07-111-0/+1
| | | |
| * | | [Minor] Specify failure reason clearlyVsevolod Stakhov2024-07-112-9/+29
| | | |
| * | | [Minor] Fix logicVsevolod Stakhov2024-07-111-2/+2
| | | |
| * | | [Test] Fix ratelimit testsAndrew Lewis2024-07-113-54/+60
|/ / /
| * | Merge branch 'master' into vstakhov-ratelimits-disable-dynVsevolod Stakhov2024-07-105-15/+102
| |\ \ | |/ / |/| |
* | | Merge pull request #5048 from fatalbanana/ratelimit_testsVsevolod Stakhov2024-07-102-0/+64
|\ \ \ | | | | | | | | [Test] Add tests for ratelimit module
| * | | [Test] Add tests for ratelimit moduleAndrew Lewis2024-07-102-0/+64
|/ / /
* | | Merge pull request #5043 from rspamd/vstakhov-gpt-tunesVsevolod Stakhov2024-07-092-14/+37
|\ \ \ | | | | | | | | Improve some functions in the GPT plugin
| * | | [Feature] Allow to specify minimum weight in GPT pluginVsevolod Stakhov2024-07-081-9/+20
| | | |
| * | | [Minor] Push dynamic symbol weightVsevolod Stakhov2024-07-081-5/+17
| | | |
* | | | Merge pull request #5041 from fatalbanana/graphite_nilVsevolod Stakhov2024-07-081-1/+1
|\ \ \ \ | | | | | | | | | | [Fix] metric_exporter: avoid sending `nil` in metric values (#5027)
| * | | | [Fix] metric_exporter: avoid sending `nil` in metric valuesAndrew Lewis2024-07-081-1/+1
| |/ / /
| | * | [Minor] Mention mode of dynamic limits in the logVsevolod Stakhov2024-07-091-5/+14
| | | |
| | * | [Project] Enable compatibility with the existing bucketsVsevolod Stakhov2024-07-093-42/+78
| | | |
| | * | [Rework] Introduce dynamic_rate_limit for ratelimitsVsevolod Stakhov2024-07-081-4/+8
| |/ / |/| |
* | | Merge pull request #5042 from fatalbanana/suspicious_imagesVsevolod Stakhov2024-07-081-1/+1
|\ \ \ | |/ / |/| | [Minor] Fix description (#3867)
| * | [Minor] Fix descriptionAndrew Lewis2024-07-081-1/+1
|/ /
* | Merge pull request #5035 from rspamd/vstakhov-gpt-experimentsVsevolod Stakhov2024-07-022-9/+40
|\ \ | | | | | | Trying to test various things with GPT
| * | [Project] Trying to test various things with GPTVsevolod Stakhov2024-07-012-9/+40
|/ /
* | Merge pull request #5034 from rspamd/vstakhov-fmt-11Vsevolod Stakhov2024-07-0131-6394/+6950
|\ \ | | | | | | Update embedded fmtlib to 11.0
| * | [Minor] Update dependency infoVsevolod Stakhov2024-07-011-1/+1
| | |
| * | [Rework] Update fmt to version 11Vsevolod Stakhov2024-07-0130-6393/+6949
|/ /
* | [Minor] Set mres earlierVsevolod Stakhov2024-06-301-4/+1
| | | | | | | | Issue: #5028
* | Merge pull request #5032 from rspamd/vstakhov-gpt-pluginVsevolod Stakhov2024-06-303-5/+423
|\ \ | | | | | | Add GPT plugin
| * | [Minor] Log FP and FNVsevolod Stakhov2024-06-301-2/+8
| | |
| * | [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 to specify spam/ham symbols in classifier_testVsevolod Stakhov2024-06-281-3/+12
| | |
| * | [Minor] Allow autolearnVsevolod Stakhov2024-06-281-1/+6
| | |
| * | [Minor] Apply review suggestionVsevolod Stakhov2024-06-281-5/+1
| | |
| * | [Minor] Adjust configurationVsevolod Stakhov2024-06-281-1/+10
| | |
| * | [Minor] Make except symbols configurableVsevolod Stakhov2024-06-281-10/+11
| | |
| * | Update src/plugins/lua/gpt.luaVsevolod Stakhov2024-06-281-1/+1
| | | | | | | | | Co-authored-by: Andrew Lewis <nerf@judo.za.org>
| * | [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] Disable module by defaultVsevolod Stakhov2024-06-281-0/+3
| | |
| * | [Minor] Copy&paste fixVsevolod Stakhov2024-06-271-2/+2
| | |
| * | [Project] Add GPT pluginVsevolod Stakhov2024-06-272-0/+299
|/ /
* | Exclude MIME_BAD_UNICODE false positive (#5030)Dmitriy Alekseev2024-06-262-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update composites.conf * Update composites.conf * Update composites.conf * Update composites.conf * Update mime_types_group.conf * Update mime_types_group.conf * Update composites.conf