summaryrefslogtreecommitdiffstats
path: root/conf/modules.d
Commit message (Collapse)AuthorAgeFilesLines
* [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] Move configuration to proper locationAndrew Lewis2023-10-021-0/+0
|
* [Minor] Fix copypasta (#4469)Andrew Lewis2023-10-021-3/+3
|
* [Conf] Add new plugin default configurationVsevolod Stakhov2023-09-241-0/+31
|
* Merge pull request #4575 from dragoangel/feat/add-phishing-feed-exclusionsVsevolod Stakhov2023-08-221-0/+6
|\ | | | | [Feature] Support feed exclusions in phishing module
| * Update phishing.confDmitriy Alekseev2023-08-161-0/+6
| |
* | Added support for Redis 6 ACL (username/password)laodc2023-08-211-0/+1
|/
* [Conf] Add `one_shot` to some specific multimap rulesVsevolod Stakhov2023-04-231-0/+7
|
* fix incorrect asn references in bimi.confMehmet Tolga Avcioglu2023-02-231-3/+4
|
* Merge pull request #4351 from korgoth1/masterVsevolod Stakhov2023-02-221-0/+9
|\ | | | | Checking for redirector url in mail
| * Update conf/modules.d/multimap.confkorgoth12022-11-271-1/+1
| | | | | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com>
| * Checking for redirector url in mailkorgoth12022-11-271-0/+9
| |
* | [Minor] Add newline at EOF where missingtwesterhever2023-02-175-5/+3
| |
* | [Minor] Improve readability of RBL module configuration filetwesterhever2023-02-171-5/+4
| |
* | [Minor] Remove orphaned SARBL directivestwesterhever2023-02-171-6/+0
| |
* | conf/modules.d/arc.conf: fix parameter nameJan Smutny2023-01-311-1/+1
| | | | | | | | rename symbol_sign -> sign_symbol
* | [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
|
* Map application/x-pdf to pdfJean-Louis Dupond2021-12-171-1/+2
| | | | | | | Some mails were marked as MIME_BAD_ATTACHMENT (4) [pdf:application/x-pdf] application/x-pdf might be obsolete but still used.
* 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.
* [Feature] BIMI: Add preliminary version of the BIMI pluginVsevolod Stakhov2021-11-061-0/+29
| | | | Issue: #3935
* [Config] Allow configurable s3 urlsbradleydoherty592021-11-051-0/+1
|
* [Minor] config: remove RBL defaults that re-enforce true defaultsAndrew Lewis2021-10-071-5/+0
|
* [Minor] config: don't lie about antivirus whitelistAndrew Lewis2021-10-071-1/+1
|
* [Feature] Add preliminary exporter to AWS S3Vsevolod Stakhov2021-08-121-0/+26
|
* [Feature] external_relay pluginAndrew Lewis2021-06-071-0/+22
|
* [Test] Fix phishing testsVsevolod Stakhov2021-02-251-1/+1
|
* [Rework] Phishing: Split from redirectors usageVsevolod Stakhov2021-02-251-6/+13
|
* [Minor] Move http_headers to pluginAndrew Lewis2020-12-171-0/+22
| | | | | | | | - Support multiple DKIM results - Insert DKIM trace symbols - Always disable callbacks if we got a header - Make the plugin default-disabled - Disable callbacks instead of virtual symbols
* [Project] Rbl: Migrate to `checks`Vsevolod Stakhov2020-10-201-37/+18
|
* [Rework] Rbl: Rework defaults logicVsevolod Stakhov2020-10-201-11/+24
|
* [Fix] Fuzzy_check: Disable shingles for short texts (really)Vsevolod Stakhov2020-09-281-1/+2
|
* [Minor] ratelimit: remove max_rcpt from configAndrew Lewis2020-07-151-1/+0
|
* [Conf] Neural: Fix the default name for max_trainsVsevolod Stakhov2020-06-231-1/+1
|
* [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
|/
* Phishing commentkorgoth12020-01-281-1/+1
|