aboutsummaryrefslogtreecommitdiffstats
path: root/conf/modules.d
Commit message (Collapse)AuthorAgeFilesLines
* [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
| |/
| * [Conf] Remove surbl parts, fix hash_format attributeVsevolod Stakhov2019-09-022-107/+8
| |
| * [Conf] Move all to rblVsevolod Stakhov2019-09-023-59/+163
| |
| * [Conf] Remove configs for deleted modulesVsevolod Stakhov2019-08-282-77/+0
| |
* | [Config] Reasonable default settings for ARCKristian Klausen2019-08-281-5/+7
|/ | | | Fix: #2703
* [Rework] Kill 2tld.incVsevolod Stakhov2019-08-161-5/+0
|
* [Slashing] Remove ip_score moduleVsevolod Stakhov2019-07-171-26/+0
|
* [Project] Remove has_torch definitionsVsevolod Stakhov2019-07-011-2/+0
|
* [Conf] Surbl: Utilise new `check_emails` optionVsevolod Stakhov2019-06-091-0/+5
|
* [Minor] Fix indentationVsevolod Stakhov2019-06-023-145/+145
|
* [Minor] Fix tabulationVsevolod Stakhov2019-06-0119-474/+474
|
* Fix typos (separately, transferred)hartzell2019-05-111-1/+1
|
* Merge pull request #2850 from heraklit256/rule-descr-cleanupVsevolod Stakhov2019-04-161-1/+1
|\ | | | | [Minor] unify rule scores and weights and improve descriptions
| * unify rules scores and weights forgotten in first commitheraklit2562019-03-051-1/+1
| |
* | [Minor] fix some warningsCarsten Rosenberg2019-04-021-2/+0
| |
* | Merge pull request #2616 from heraklit256/uribl-spamhausVsevolod Stakhov2019-03-101-2/+5
|\ \ | |/ |/| also query resolved IPs against Spamhaus ZEN