Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Project] Enable compatibility with the existing buckets | Vsevolod Stakhov | 2024-07-09 | 2 | -40/+56 |
| | |||||
* | [Minor] Log FP and FN | Vsevolod Stakhov | 2024-06-30 | 1 | -2/+8 |
| | |||||
* | [Minor] Allow to specify spam/ham symbols in classifier_test | Vsevolod Stakhov | 2024-06-28 | 1 | -3/+12 |
| | |||||
* | [Minor] Use files instead of arguments for rspamc | Vsevolod Stakhov | 2024-06-13 | 1 | -15/+24 |
| | |||||
* | [Minor] Add timings | Vsevolod Stakhov | 2024-06-11 | 1 | -4/+18 |
| | |||||
* | [Project] Improve stats processing | Vsevolod Stakhov | 2024-06-10 | 1 | -22/+40 |
| | |||||
* | [Project] Add a tool to perform statistical analysis of classifiers | Vsevolod Stakhov | 2024-06-10 | 1 | -0/+186 |
| | |||||
* | [Minor] Fix uitil.unpack function | Vsevolod Stakhov | 2024-06-10 | 1 | -2/+2 |
| | |||||
* | [Minor] Allow `options.upstreams` to be used as well | Vsevolod Stakhov | 2024-06-08 | 1 | -0/+5 |
| | |||||
* | [Feature] milter_headers: support not removing headers | Andrew Lewis | 2024-06-04 | 1 | -1/+4 |
| | |||||
* | Fix get_words_count method to be called on the textpart and not on the mimepart | root | 2024-05-28 | 1 | -1/+1 |
| | |||||
* | [Minor] Oops, fix `for` loop | Vsevolod Stakhov | 2024-05-16 | 1 | -1/+1 |
| | |||||
* | [Minor] Improve string splitting | Vsevolod Stakhov | 2024-05-16 | 1 | -4/+3 |
| | |||||
* | [Fix] Allow spaces in DMARC records | Vsevolod Stakhov | 2024-05-16 | 1 | -2/+2 |
| | | | | Issue: #4906 | ||||
* | Merge pull request #4930 from aduernberger/bayes_relearn | Vsevolod Stakhov | 2024-04-19 | 2 | -4/+5 |
|\ | | | | | [Fix] Relearn messages in bayes filter | ||||
| * | [Fix] Increase/decrease hash_key value for tokens depending on is_unlearn | aduernberger | 2024-04-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | When relearning a message, this script is called twice: 1. With `is_unlearn` true and the old `is_spam` value 2. With `is_unlearn` false and the new `is_spam` value If `is_unlearn` is true, the code should not increase the value of the hash_key. Decreasing it ensures that it behaves like a fresh learn with the new is_spam value. | ||||
| * | [Fix] Update is_spam in learned_ids when relearning | aduernberger | 2024-04-18 | 1 | -2/+3 |
| | | |||||
* | | [Minor] Move hostname resolution up to cache it | Lucas Rolff | 2024-04-17 | 1 | -1/+3 |
| | | | | | | | | Instead of calling get_hostname() for every processed message, we instead reuse the variable value from rspamd boot time | ||||
* | | [Minor] Add selector to get rspamd_hostname | Lucas Rolff | 2024-04-15 | 1 | -0/+7 |
|/ | |||||
* | [Minor] Cloudmark scores_symbols: convert keys to numeric values | Andrew Lewis | 2024-04-12 | 1 | -0/+18 |
| | |||||
* | [Minor] Fix some corner cases | Vsevolod Stakhov | 2024-03-28 | 1 | -2/+4 |
| | |||||
* | [Feature] Cloudmark: Add scores_symbols setting | Vsevolod Stakhov | 2024-03-27 | 1 | -0/+30 |
| | |||||
* | [Feature] Allow adding X-CMAE-Score header | Vsevolod Stakhov | 2024-03-27 | 1 | -0/+12 |
| | |||||
* | [Minor] Grr, reverse | Vsevolod Stakhov | 2024-03-13 | 1 | -3/+3 |
| | |||||
* | [Fix] Fix parsing of maps definitions | Vsevolod Stakhov | 2024-03-13 | 1 | -2/+9 |
| | |||||
* | [Rework] Another rework of the dkim signing logic | Vsevolod Stakhov | 2024-03-09 | 1 | -4/+4 |
| | |||||
* | [Rework] Allow multiple conditions for dkim signing when using vault/redis | Vsevolod Stakhov | 2024-03-09 | 1 | -6/+5 |
| | |||||
* | [Minor] Improve logging when doing signing via Vault | Vsevolod Stakhov | 2024-03-09 | 1 | -0/+14 |
| | | | | Issue: #4865 | ||||
* | [Fix] Change expiration logic for redis_cache | Vsevolod Stakhov | 2024-03-09 | 1 | -1/+1 |
| | | | | Noticed by: @jeremy | ||||
* | [Minor] Escape liquid | Vsevolod Stakhov | 2024-02-26 | 1 | -2/+2 |
| | |||||
* | [Fix] Avoid stupid practice of polluting module's internal state | Vsevolod Stakhov | 2024-02-25 | 1 | -7/+15 |
| | |||||
* | [Rework] Allow custom filters in `jinja_template` | Vsevolod Stakhov | 2024-02-25 | 1 | -6/+44 |
| | |||||
* | [Fix] Allow different template expansion parameters | Vsevolod Stakhov | 2024-02-21 | 1 | -38/+46 |
| | | | | Probably one of the most dirty hacks I've used in the Lua code in Rspamd... | ||||
* | Revert "[Fix] Fix history key, as we use `{=` and not `{{` in templates" | Vsevolod Stakhov | 2024-02-21 | 1 | -2/+2 |
| | |||||
* | [Fix] Fix history key, as we use `{=` and not `{{` in templates | Vsevolod Stakhov | 2024-02-21 | 1 | -2/+2 |
| | |||||
* | Merge pull request #4806 from rspamd/vstakhov-kas-improvements | Vsevolod Stakhov | 2024-02-16 | 1 | -0/+12 |
|\ | | | | | [Feature] Improve Kaspersky AS integration | ||||
| * | [Minor] Support keepalive and authorization | Vsevolod Stakhov | 2024-02-01 | 1 | -0/+7 |
| | | |||||
| * | [Minor] Proper header name | Vsevolod Stakhov | 2024-02-01 | 1 | -1/+1 |
| | | |||||
| * | [Minor] KAS: add source ip information | Vsevolod Stakhov | 2024-02-01 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #4805 from rspamd/vstakhov-fix-rspamadm-mime-stat | Vsevolod Stakhov | 2024-02-01 | 1 | -29/+32 |
|\| | | | | | [Fix] Resolve issue with bayes stat in `rspamadm` mode | ||||
| * | [Fix] Resolve issue with bayes stat in `rspamadm` mode | Vsevolod Stakhov | 2024-02-01 | 1 | -29/+32 |
| | | |||||
* | | [Minor] configwizard: really use LOCAL_CONFDIR | Andrew Lewis | 2024-02-01 | 1 | -1/+1 |
|/ | |||||
* | [Rework] Breaking: Do not report module as action | Alexander Moisseev | 2024-01-28 | 1 | -20/+1 |
| | | | | | | | | in the /history response since we have the `passthrough_module` key for that purpose. While that might be handy in some situations, mixing actions and module names is confusing in general. | ||||
* | [Minor] Add fail-safety | Vsevolod Stakhov | 2024-01-25 | 1 | -1/+1 |
| | |||||
* | [Minor] rbl: fix warning | Andrew Lewis | 2024-01-25 | 1 | -6/+6 |
| | |||||
* | [Fix] Fix storing of the bayes tokens | Vsevolod Stakhov | 2024-01-22 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix typo in comment | Petr Vaněk | 2024-01-22 | 1 | -1/+1 |
| | |||||
* | [Fix] Use short comments rather than long one | Petr Vaněk | 2024-01-22 | 1 | -3/+3 |
| | | | | | | | | | | | | Rspamd fails to start with Lua-5.1 because long comment does not allow nesting, see [1]. This change replaces it to short comments in order to fix the issue but preserves this part as comment in docs. [1] https://www.lua.org/manual/5.1/manual.html#7.1 Bug: https://bugs.gentoo.org/922522 Fixes: b189c9fea633 ("[Minor] lua_maps docs: apply formatting") Fixes: https://github.com/rspamd/rspamd/issues/4784 | ||||
* | [Minor] Remove special handling | Vsevolod Stakhov | 2024-01-17 | 2 | -6/+2 |
| | |||||
* | [Project] Some more work with regard to configuration | Vsevolod Stakhov | 2024-01-17 | 3 | -10/+21 |
| |