Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Conf] Use full hostnames for SURBLvstakhov-surbl-conf-fix | Vsevolod Stakhov | 2024-11-06 | 1 | -0/+1 |
| | |||||
* | [Conf] Add SenderScore Reputationlist RBL | moisseev | 2024-07-31 | 1 | -0/+26 |
| | |||||
* | Rename unrecognized SenderScore RBL result symbol | moisseev | 2024-07-29 | 1 | -1/+1 |
| | |||||
* | [Conf] Add SenderScore RPBL return codes | moisseev | 2024-07-28 | 1 | -0/+20 |
| | |||||
* | [Minor] Properly make use of selectors for checking MID RHSs against DNSBLs | twesterhever | 2024-05-06 | 1 | -3/+9 |
| | | | | Related to: https://github.com/rspamd/rspamd/pull/4888 | ||||
* | [Minor] Query MID RHS FQDNs against popular DNSBL using selectors | twesterhever | 2024-04-28 | 1 | -0/+3 |
| | | | | | See https://github.com/rspamd/rspamd/pull/4888 for the related discussion. | ||||
* | Revert "[Enhancement] Check Message-ID RHS against popular DNSBLs by default" | twesterhever | 2024-04-28 | 1 | -3/+3 |
| | | | | This reverts commit c78c70c76bb7ae8e714ed773037ccce1012dd20f. | ||||
* | [Enhancement] Check Message-ID RHS against popular DNSBLs by default | twesterhever | 2024-04-28 | 1 | -3/+3 |
| | |||||
* | [Minor] Add more returnbits to surbl configuration | Andrew Lewis | 2024-01-31 | 1 | -0/+2 |
| | |||||
* | [Feature] rbl: support disabling or replacing url_whitelist per RBL | Andrew Lewis | 2023-12-12 | 1 | -0/+2 |
| | |||||
* | [Minor] Reiterate on the previous changes | Andrew Lewis | 2023-10-26 | 1 | -3/+3 |
| | | | | | - Demote message to info level - Name it returncodes_matcher for better specificity | ||||
* | [Minor] rbl: support use of different matchers for return codes | Andrew Lewis | 2023-10-24 | 1 | -0/+3 |
| | |||||
* | [Fix] Prevent DNSWL sabotage | Marc Dierksen | 2023-10-05 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | When exceeding the query limit for DNSWL it can happen that instead of the returncode 127.0.0.255, that according to documentation (https://www.dnswl.org/?page_id=15) indicates a block, the returncode 127.0.10.3 is returned for all queries. According to documentation (https://www.dnswl.org/?page_id=15) the 127.0.10.3 returncode indicates the highest level of trustworthiness that should never be blocked and a category of 'some special cases'. As it turns out that documentation is a lie and that 127.0.10.3 returncode is used by DNSWL to intentionally sabotage email security by marking all sending servers as highly trustworthy (https://www.dnswl.org/?p=120). | ||||
* | [Minor] Improve readability of RBL module configuration file | twesterhever | 2023-02-17 | 1 | -5/+4 |
| | |||||
* | [Minor] Remove orphaned SARBL directives | twesterhever | 2023-02-17 | 1 | -6/+0 |
| | |||||
* | [Conf] Fix hashbl | Vsevolod Stakhov | 2022-12-21 | 1 | -1/+1 |
| | |||||
* | [Conf] RBL: Fix selector | Vsevolod Stakhov | 2022-12-18 | 1 | -1/+2 |
| | |||||
* | [Conf] Preliminary try to add SURBL hashbl support (WIP) | Vsevolod Stakhov | 2022-12-17 | 1 | -0/+24 |
| | |||||
* | [Minor] Query EBLs for authenticated users as well | twesterhever | 2022-04-18 | 1 | -0/+2 |
| | |||||
* | Merge pull request #4141 from twesterhever/temp-uribl-surbl-queries | Vsevolod Stakhov | 2022-04-11 | 1 | -2/+2 |
|\ | | | | | [Feature] Query HELOs, PTRs, and Reply-To's against SURBL and URIBL as well | ||||
| * | [Enhancement] Query HELOs, PTRs, and Reply-To's against SURBL and URIBL as well | twesterhever | 2022-04-09 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #4144 from twesterhever/temp-enable-uribl-lookups-local-users | Vsevolod Stakhov | 2022-04-09 | 1 | -0/+4 |
|\ \ | | | | | | | [Fix] Do not exclude authenticated users from URIBL lookups | ||||
| * | | [Fix] Do not exclude authenticated users from URIBL lookups | twesterhever | 2022-04-09 | 1 | -0/+4 |
| |/ | |||||
* / | [Fix] Disable IPv6 lookups for Blocklist.de RBL | twesterhever | 2022-04-09 | 1 | -1/+0 |
|/ | |||||
* | [Enhancement] Query HELOs, PTRs, and Reply-To's against Spamhaus DBL too | twesterhever | 2022-01-30 | 1 | -1/+1 |
| | |||||
* | Uncomment but disable SpamHaus URIBL | Jean-Louis Dupond | 2021-11-29 | 1 | -12/+13 |
| | | | | | | | Fix the Spamhaus URIBL and uncomment but disable it. This way it can be easily enabled in local.d without the need to copy the whole block. Symbols are also ignored as this will generate a warning otherwise. | ||||
* | [Minor] config: remove RBL defaults that re-enforce true defaults | Andrew Lewis | 2021-10-07 | 1 | -5/+0 |
| | |||||
* | [Project] Rbl: Migrate to `checks` | Vsevolod Stakhov | 2020-10-20 | 1 | -37/+18 |
| | |||||
* | [Rework] Rbl: Rework defaults logic | Vsevolod Stakhov | 2020-10-20 | 1 | -11/+24 |
| | |||||
* | [Conf] Mark Rspamd emailbl as ignore whitelist | Vsevolod Stakhov | 2020-03-26 | 1 | -0/+1 |
| | |||||
* | Merge pull request #3309 from ricalfieri/patch-1 | Vsevolod Stakhov | 2020-03-26 | 1 | -0/+1 |
|\ | | | | | Update rbl.conf | ||||
| * | Update rbl.conf | Riccardo Alfieri | 2020-03-25 | 1 | -0/+1 |
| | | | | | | | | | | MSBL list a lot of gmail dropboxes, but these are being excluded from the checks due to gmail.com being whitelisted. Same happens for other freemail providers. Ignoring the whitelist in this case should be safe enough. | ||||
* | | [Conf] RBL: Add missing emails = true option | Vsevolod Stakhov | 2020-03-25 | 1 | -0/+2 |
|/ | |||||
* | [Conf] Register new Spamhaus codes | Vsevolod Stakhov | 2019-10-11 | 1 | -0/+5 |
| | | | | | Issue: #3074 Closes: #3074 | ||||
* | [Minor] Rbl: Moar fixes to the registration logic | Vsevolod Stakhov | 2019-09-24 | 1 | -1/+1 |
| | |||||
* | [Conf] Use multi-prefixes RBLs in the default config | Vsevolod Stakhov | 2019-09-24 | 1 | -30/+16 |
| | |||||
* | [Conf] Update header | Vsevolod Stakhov | 2019-09-21 | 1 | -8/+7 |
| | |||||
* | [Conf] Introduce maps.d directories | moisseev | 2019-09-18 | 1 | -1/+2 |
| | |||||
* | [Conf] Remove surbl parts, fix hash_format attribute | Vsevolod Stakhov | 2019-09-02 | 1 | -2/+8 |
| | |||||
* | [Conf] Move all to rbl | Vsevolod Stakhov | 2019-09-02 | 1 | -0/+161 |
| | |||||
* | [Minor] Fix tabulation | Vsevolod Stakhov | 2019-06-01 | 1 | -148/+148 |
| | |||||
* | [Conf] Remove abuse.ch | Vsevolod Stakhov | 2019-02-05 | 1 | -5/+0 |
| | | | | | Issue: #2744 Closes: #2744 | ||||
* | [Conf] Rbl: DWL is actually special whitelist | Vsevolod Stakhov | 2018-12-15 | 1 | -0/+1 |
| | |||||
* | [Conf] Add DWL support in the default configuration | Vsevolod Stakhov | 2018-10-29 | 1 | -1/+18 |
| | |||||
* | add blocklist.de RBL for from and received addresses | heraklit256 | 2018-09-08 | 1 | -0/+15 |
| | |||||
* | Merge pull request #2445 from heraklit256/rbl_groupname | Vsevolod Stakhov | 2018-08-27 | 1 | -1/+1 |
|\ | | | | | adjust Spamhaus group name for received IPs | ||||
| * | adjust Spamhaus group name for received IPs | heraklit256 | 2018-08-27 | 1 | -1/+1 |
| | | |||||
* | | add NiX Spam RBL (http://www.dnsbl.manitu.net/) | heraklit256 | 2018-08-07 | 1 | -0/+6 |
|/ | |||||
* | [Conf] Rename and fix RBL_VIRUSFREE symbol | Vsevolod Stakhov | 2018-07-16 | 1 | -1/+1 |
| | |||||
* | [Conf] Add RBL_VIRUSFREE RBL | Vsevolod Stakhov | 2018-07-13 | 1 | -0/+10 |
| |