aboutsummaryrefslogtreecommitdiffstats
path: root/conf/modules.d
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [Minor] dkim_signing: auth_only is a misnomerAndrew Lewis2020-01-232-4/+4
|
* [Test] excluding external relay ip example from spf.confkorgoth12020-01-171-6/+0
|
* [Test] SPF external IP mapkorgoth12020-01-161-4/+5
|
* [Test] SPF external IP mapkorgoth12020-01-161-5/+5
|
* [Test] SPF external IP mapkorgoth12020-01-151-0/+6
|
* [Conf] Update spamtrap map path examplemoisseev2020-01-121-1/+1
|
* [Conf] Antivirus: Fix the default configVsevolod Stakhov2019-10-311-11/+10
|
* [Conf] Update neural.confAlexander Moisseev2019-10-241-3/+1
|
* ARC signing instead of DKIM signing.Kristian Klausen2019-10-121-1/+1
| | | | | | | The original commit: 198dca66a ARC signing instead of DKIM signing. was unintended "reverted" in: 3288513eb [Config] Reasonable default settings for ARC
* [Conf] Register new Spamhaus codesVsevolod Stakhov2019-10-111-0/+5
| | | | | Issue: #3074 Closes: #3074
* Merge branch 'master' into arc-defaultsVsevolod Stakhov2019-10-1046-605/+547
|\
| * [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
| |
| * ARC signing instead of DKIM signing.Reio Remma2019-09-221-1/+1
| |
| * [Conf] Update headerVsevolod Stakhov2019-09-2143-335/+308
| |
| * [Conf] Add path to greylist-whitelist-domains.incmoisseev2019-09-201-0/+1
| |
| * [Minor] Fix typos in p0f plugindenpamusic2019-09-181-1/+1
| | | | | | | | | | - Improved tests to include cached response cases - Changed default socket location to /var/run/p0f as per @moisseev recommendation
| * Merge pull request #3040 from moisseev/confVsevolod Stakhov2019-09-185-8/+16
| |\ | | | | | | [Conf] Introduce maps.d directories
| | * [Conf] Introduce maps.d directoriesmoisseev2019-09-185-8/+16
| | |
| * | Merge pull request #3037 from denpaforks/p0fVsevolod Stakhov2019-09-171-0/+46
| |\ \ | | | | | | | | [Feature] Add p0f scanner
| | * | [Feature] Add p0f scannerdenpamusic2019-09-151-0/+46
| | |/
| * / [CritFix] Eliminate old endpointVsevolod Stakhov2019-09-171-1/+1
| |/