Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Add bad file types commonly found in archives attached to malspam | twesterhever | 2024-04-28 | 1 | -0/+4 |
| | |||||
* | [Minor] Further normalization | Vsevolod Stakhov | 2024-04-23 | 1 | -0/+2 |
| | |||||
* | [Minor] Jitter backpressure | Vsevolod Stakhov | 2024-04-23 | 1 | -0/+2 |
| | |||||
* | [Project] Implement fuzzy check retransmits backpressure | Vsevolod Stakhov | 2024-04-23 | 1 | -56/+96 |
| | |||||
* | [Minor] Change log logic in fuzzy_check | Vsevolod Stakhov | 2024-04-23 | 1 | -8/+15 |
| | |||||
* | [Enhancement] Exclude false positives of MIME_DOUBLE_BAD_EXTENSION | Dmitriy Alekseev | 2024-04-11 | 1 | -1/+6 |
| | | | If we detected extension of the file and this extension is equal to the real extension then we should not pass second extension to check function as it will trigger false positive for MIME_DOUBLE_BAD_EXTENSION. | ||||
* | [Fix] Honor dynamic thresholds for greylisting module | Vsevolod Stakhov | 2024-04-05 | 1 | -1/+1 |
| | |||||
* | [Minor] Remove redundant metric name | Vsevolod Stakhov | 2024-04-05 | 1 | -1/+1 |
| | |||||
* | [Fix] Update greylisting threshold as it can be easily dynamic | Vsevolod Stakhov | 2024-04-05 | 1 | -7/+4 |
| | | | | | Issue: #4908 Closes: #4908 | ||||
* | [Minor] Fix format of example setting (rspamd.com#736) | Andrew Lewis | 2024-03-25 | 1 | -1/+1 |
| | |||||
* | [Rework] Further types conversion (no functional changes) | Vsevolod Stakhov | 2024-03-18 | 4 | -345/+345 |
| | |||||
* | [Rework] Remove some of the GLib types in lieu of standard ones | Vsevolod Stakhov | 2024-03-18 | 4 | -23/+23 |
| | | | | This types have constant conflicts with the system ones especially on OSX. | ||||
* | [Fix] Fuzzy add/delete handlers are badly broken for compression | Vsevolod Stakhov | 2024-03-14 | 1 | -2/+7 |
| | |||||
* | [Rework] Another rework of the dkim signing logic | Vsevolod Stakhov | 2024-03-09 | 1 | -21/+18 |
| | |||||
* | [Rework] Allow multiple conditions for dkim signing when using vault/redis | Vsevolod Stakhov | 2024-03-09 | 1 | -1/+1 |
| | |||||
* | [Project] Convert the remaining | Vsevolod Stakhov | 2024-03-05 | 1 | -1/+1 |
| | |||||
* | [Project] Start optimization of userdata hashing | Vsevolod Stakhov | 2024-03-05 | 2 | -5/+5 |
| | |||||
* | [Fix] Allow different template expansion parameters | Vsevolod Stakhov | 2024-02-21 | 1 | -3/+3 |
| | | | | 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 | -1/+1 |
| | |||||
* | [Fix] Fix history key, as we use `{=` and not `{{` in templates | Vsevolod Stakhov | 2024-02-21 | 1 | -1/+1 |
| | |||||
* | [Fix] Encode headers in metadata exporter | Vsevolod Stakhov | 2024-02-13 | 1 | -7/+8 |
| | | | | Issue: #4808 | ||||
* | [Minor] Fix doc string | Vsevolod Stakhov | 2024-01-29 | 1 | -1/+1 |
| | |||||
* | [Feature] Allow to add templates to redis history prefix | Vsevolod Stakhov | 2024-01-29 | 1 | -11/+14 |
| | | | | | Issue: #4793 Closes: #4793 | ||||
* | [Rework] Breaking: Do not report module as action | Alexander Moisseev | 2024-01-28 | 1 | -2/+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] Allow the same logic for recipients | Vsevolod Stakhov | 2024-01-27 | 1 | -5/+41 |
| | |||||
* | [Feature] Add extraction type for `from` maps | Vsevolod Stakhov | 2024-01-27 | 1 | -5/+29 |
| | | | | | | | | | Attribute name: `extract_from`. Possible values: * `default` - try smtp, if not exists try mime * `mime` - check mime only * `smtp` - check smtp only * `both` - try to match both | ||||
* | [Minor] rbl: fix warning | Andrew Lewis | 2024-01-25 | 1 | -1/+1 |
| | |||||
* | [Fix] multimap: rawtext: use decoded parts | Andrew Lewis | 2024-01-19 | 1 | -1/+1 |
| | |||||
* | [Feature] Support suppressing DMARC reporting for particular recipients | Andrew Lewis | 2024-01-10 | 1 | -1/+13 |
| | |||||
* | [Minor] Fix typo in hfilter map | moisseev | 2023-12-24 | 1 | -2/+2 |
| | |||||
* | [Minor] Log a debug message when ratelimit skipped | moisseev | 2023-12-22 | 1 | -0/+1 |
| | | | | for a local request | ||||
* | [Minor] ratelimit: make per-bucket symbol behave like global symbol | Andrew Lewis | 2023-12-21 | 1 | -1/+1 |
| | |||||
* | [Feature] rbl: support disabling or replacing url_whitelist per RBL | Andrew Lewis | 2023-12-12 | 1 | -2/+2 |
| | |||||
* | [Rework] Use a more sane data structure and refactor | Vsevolod Stakhov | 2023-11-21 | 1 | -13/+25 |
| | |||||
* | [Minor] Fix override | Vsevolod Stakhov | 2023-11-10 | 1 | -1/+1 |
| | |||||
* | [Minor] Various fixes | Vsevolod Stakhov | 2023-11-10 | 1 | -16/+40 |
| | |||||
* | [Minor] Fix events mess | Vsevolod Stakhov | 2023-11-10 | 1 | -9/+6 |
| | |||||
* | [Project] Add some major stuff to implement client side of the fuzzy ping | Vsevolod Stakhov | 2023-11-09 | 1 | -0/+357 |
| | |||||
* | [Minor] Allow to list storages configured from Lua | Vsevolod Stakhov | 2023-11-09 | 1 | -0/+62 |
| | |||||
* | [Fix] known_senders: fix config handling | Andrew Lewis | 2023-11-09 | 1 | -2/+3 |
| | |||||
* | [Minor] force_actions: set a group for symbols | Andrew Lewis | 2023-11-04 | 1 | -1/+3 |
| | |||||
* | Merge pull request #4678 from fatalbanana/rbl_exclude_local | Vsevolod Stakhov | 2023-11-03 | 1 | -4/+2 |
|\ | | | | | [Fix] rbl: unbreak `exclude_local` | ||||
| * | [Fix] rbl: fix `exclude_local` | Andrew Lewis | 2023-11-03 | 1 | -4/+2 |
| | | |||||
* | | [Minor] Treat *.zpaq attachments as archives and harmful | twesterhever | 2023-11-03 | 1 | -0/+2 |
|/ | | | | Rationale: https://dshield.org/diary/Malware+Dropped+Through+a+ZPAQ+Archive/30366/ | ||||
* | Merge pull request #4657 from fatalbanana/rbl_matchers | Vsevolod Stakhov | 2023-10-26 | 1 | -8/+68 |
|\ | | | | | [Feature] rbl: support use of different matchers for return codes | ||||
| * | [Minor] Reiterate on the previous changes | Andrew Lewis | 2023-10-26 | 1 | -4/+4 |
| | | | | | | | | | | - Demote message to info level - Name it returncodes_matcher for better specificity | ||||
| * | [Feature] rbl: support globbed return codes | Andrew Lewis | 2023-10-25 | 1 | -1/+11 |
| | | |||||
| * | [Feature] rbl: support checking returncodes by CIDR | Andrew Lewis | 2023-10-25 | 1 | -19/+41 |
| | | |||||
| * | [Feature] rbl: support checking returncodes by regex | Andrew Lewis | 2023-10-24 | 1 | -0/+13 |
| | | |||||
| * | [Minor] rbl: support use of different matchers for return codes | Andrew Lewis | 2023-10-24 | 1 | -3/+18 |
| | |