aboutsummaryrefslogtreecommitdiffstats
path: root/conf/modules.d/rbl.conf
Commit message (Collapse)AuthorAgeFilesLines
* [Conf] Use full hostnames for SURBLvstakhov-surbl-conf-fixVsevolod Stakhov2024-11-061-0/+1
|
* [Conf] Add SenderScore Reputationlist RBLmoisseev2024-07-311-0/+26
|
* Rename unrecognized SenderScore RBL result symbolmoisseev2024-07-291-1/+1
|
* [Conf] Add SenderScore RPBL return codesmoisseev2024-07-281-0/+20
|
* [Minor] Properly make use of selectors for checking MID RHSs against DNSBLstwesterhever2024-05-061-3/+9
| | | | Related to: https://github.com/rspamd/rspamd/pull/4888
* [Minor] Query MID RHS FQDNs against popular DNSBL using selectorstwesterhever2024-04-281-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"twesterhever2024-04-281-3/+3
| | | | This reverts commit c78c70c76bb7ae8e714ed773037ccce1012dd20f.
* [Enhancement] Check Message-ID RHS against popular DNSBLs by defaulttwesterhever2024-04-281-3/+3
|
* [Minor] Add more returnbits to surbl configurationAndrew Lewis2024-01-311-0/+2
|
* [Feature] rbl: support disabling or replacing url_whitelist per RBLAndrew Lewis2023-12-121-0/+2
|
* [Minor] Reiterate on the previous changesAndrew Lewis2023-10-261-3/+3
| | | | | - Demote message to info level - Name it returncodes_matcher for better specificity
* [Minor] rbl: support use of different matchers for return codesAndrew Lewis2023-10-241-0/+3
|
* [Fix] Prevent DNSWL sabotageMarc Dierksen2023-10-051-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 filetwesterhever2023-02-171-5/+4
|
* [Minor] Remove orphaned SARBL directivestwesterhever2023-02-171-6/+0
|
* [Conf] Fix hashblVsevolod Stakhov2022-12-211-1/+1
|
* [Conf] RBL: Fix selectorVsevolod Stakhov2022-12-181-1/+2
|
* [Conf] Preliminary try to add SURBL hashbl support (WIP)Vsevolod Stakhov2022-12-171-0/+24
|
* [Minor] Query EBLs for authenticated users as welltwesterhever2022-04-181-0/+2
|
* Merge pull request #4141 from twesterhever/temp-uribl-surbl-queriesVsevolod Stakhov2022-04-111-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 welltwesterhever2022-04-091-2/+2
| |
* | Merge pull request #4144 from twesterhever/temp-enable-uribl-lookups-local-usersVsevolod Stakhov2022-04-091-0/+4
|\ \ | | | | | | [Fix] Do not exclude authenticated users from URIBL lookups
| * | [Fix] Do not exclude authenticated users from URIBL lookupstwesterhever2022-04-091-0/+4
| |/
* / [Fix] Disable IPv6 lookups for Blocklist.de RBLtwesterhever2022-04-091-1/+0
|/
* [Enhancement] Query HELOs, PTRs, and Reply-To's against Spamhaus DBL tootwesterhever2022-01-301-1/+1
|
* Uncomment but disable SpamHaus URIBLJean-Louis Dupond2021-11-291-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 defaultsAndrew Lewis2021-10-071-5/+0
|
* [Project] Rbl: Migrate to `checks`Vsevolod Stakhov2020-10-201-37/+18
|
* [Rework] Rbl: Rework defaults logicVsevolod Stakhov2020-10-201-11/+24
|
* [Conf] Mark Rspamd emailbl as ignore whitelistVsevolod Stakhov2020-03-261-0/+1
|
* Merge pull request #3309 from ricalfieri/patch-1Vsevolod Stakhov2020-03-261-0/+1
|\ | | | | Update rbl.conf
| * Update rbl.confRiccardo Alfieri2020-03-251-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 optionVsevolod Stakhov2020-03-251-0/+2
|/
* [Conf] Register new Spamhaus codesVsevolod Stakhov2019-10-111-0/+5
| | | | | Issue: #3074 Closes: #3074
* [Minor] Rbl: Moar fixes to the registration logicVsevolod Stakhov2019-09-241-1/+1
|
* [Conf] Use multi-prefixes RBLs in the default configVsevolod Stakhov2019-09-241-30/+16
|
* [Conf] Update headerVsevolod Stakhov2019-09-211-8/+7
|
* [Conf] Introduce maps.d directoriesmoisseev2019-09-181-1/+2
|
* [Conf] Remove surbl parts, fix hash_format attributeVsevolod Stakhov2019-09-021-2/+8
|
* [Conf] Move all to rblVsevolod Stakhov2019-09-021-0/+161
|
* [Minor] Fix tabulationVsevolod Stakhov2019-06-011-148/+148
|
* [Conf] Remove abuse.chVsevolod Stakhov2019-02-051-5/+0
| | | | | Issue: #2744 Closes: #2744
* [Conf] Rbl: DWL is actually special whitelistVsevolod Stakhov2018-12-151-0/+1
|
* [Conf] Add DWL support in the default configurationVsevolod Stakhov2018-10-291-1/+18
|
* add blocklist.de RBL for from and received addressesheraklit2562018-09-081-0/+15
|
* Merge pull request #2445 from heraklit256/rbl_groupnameVsevolod Stakhov2018-08-271-1/+1
|\ | | | | adjust Spamhaus group name for received IPs
| * adjust Spamhaus group name for received IPsheraklit2562018-08-271-1/+1
| |
* | add NiX Spam RBL (http://www.dnsbl.manitu.net/)heraklit2562018-08-071-0/+6
|/
* [Conf] Rename and fix RBL_VIRUSFREE symbolVsevolod Stakhov2018-07-161-1/+1
|
* [Conf] Add RBL_VIRUSFREE RBLVsevolod Stakhov2018-07-131-0/+10
|