You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[greylist](greylisting.html) - allows suspicious messages to be delayed (requires Redis)
87
+
- Some documentation refers to this as the 'greylist**ing**' module, but internally it is seen as 'greylist'.
88
+
-[hfilter](hfilter.html) - filters some known bad patterns in hostnames, received headers, helo domains and reverse dns (requires configuration)
78
89
-[history redis](history_redis.html) - stores history in Redis (requires Redis)
79
-
-[ip_score](ip_score.html) - dynamically scores sender reputation (requires Redis). This module is removed since Rspamd 2.0 and replaced by [reputation module](reputation.html). The existing configuration is automatically converted by Rspamd.
80
90
-[maillist](maillist.html) - determines the common mailing list signatures in a message.
81
91
-[metadata_exporter](metadata_exporter.html) - pushes message metadata to external systems (requires configuration)
82
92
-[metric_exporter](metric_exporter.html) - pushes statistics to external monitoring systems (requires configuration)
@@ -85,30 +95,65 @@ The following Lua modules are enabled in the default configuration (but may requ
85
95
-[mime_types](mime_types.html) - applies some rules about mime types met in messages
86
96
-[multimap](multimap.html) - a complex module that operates with different types of maps.
87
97
-[neural networks](neural.html) - allows to post-process messages using neural network classification. (requires Redis).
98
+
- Some documentation refers to this as the 'neural **network**' module, but internally it is referenced as just 'neural'.
88
99
-[once_received](once_received.html) - detects messages with a single `Received` headers and performs some additional checks for such messages.
89
100
-[phishing](phishing.html) - detects messages with phished URLs.
- Removed as of v2.0 and replaced by the [reputation module](reputation.html). The existing configuration
118
+
in older installations is automatically converted by an Rspamd upgrade.
100
119
101
120
The following modules are explicitly disabled in the default configuration, set `enabled = true` in `local.d/${MODULE_NAME}.conf` to enable them:
102
121
103
122
-[mx_check](mx_check.html) - checks if sending domain has a connectable MX (requires Redis)
123
+
-**p0f** - see below
124
+
-[spamtrap](spamtrap.html) - catch spam trapped emails or even a catch-all domain. Intended for learning Bayes spam. (requires configuration)
104
125
105
-
The following modules are explicitly disabled and are experimental, so you need to set `enabled = true` in `local.d/${MODULE_NAME}.conf`**AND** to set the global option `enable_experimental = true` in `local.d/options.inc`:
126
+
The following modules are explicitly disabled and are experimental, see below to Enable a module **AND** set the global option `enable_experimental = true` in `local.d/options.inc`:
106
127
107
128
-[url_reputation](url_reputation.html) - assigns reputation to domains in URLs (requires Redis). Removed in Rspamd 2.0.
108
129
-[url_tags](url_tags.html) - persists URL tags in Redis (requires Redis). Removed in Rspamd 2.0.
109
130
110
131
Experimental modules are not recommended for production usage!
0 commit comments