Browse Source
Correct "file.conf" from dist config files
pull/5444/head
Sandro Jäckel
6 months ago
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
17 changed files with
35 additions and
39 deletions
-
conf/common.conf
-
conf/metrics.conf
-
conf/modules.conf
-
conf/rspamd.conf
-
conf/scores.d/content_group.conf
-
conf/scores.d/fuzzy_group.conf
-
conf/scores.d/headers_group.conf
-
conf/scores.d/hfilter_group.conf
-
conf/scores.d/mime_types_group.conf
-
conf/scores.d/mua_group.conf
-
conf/scores.d/phishing_group.conf
-
conf/scores.d/policies_group.conf
-
conf/scores.d/rbl_group.conf
-
conf/scores.d/statistics_group.conf
-
conf/scores.d/subject_group.conf
-
conf/scores.d/surbl_group.conf
-
conf/scores.d/whitelist_group.conf
|
|
@ -8,10 +8,6 @@ |
|
|
|
# You can modify '$LOCAL_CONFDIR/rspamd.conf.local' to add |
|
|
|
# parameters defined on the top level |
|
|
|
# |
|
|
|
# For specific modules or configuration you can also modify |
|
|
|
# '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults |
|
|
|
# |
|
|
|
# See https://rspamd.com/doc/developers/writing_rules.html for details |
|
|
|
|
|
|
|
lua = "$RULESDIR/rspamd.lua" |
|
|
|
|
|
@ -9,8 +9,8 @@ |
|
|
|
# parameters defined on the top level |
|
|
|
# |
|
|
|
# For specific modules or configuration you can also modify |
|
|
|
# '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults |
|
|
|
# '$LOCAL_CONFDIR/local.d/metrics.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/metrics.conf' - to override the defaults |
|
|
|
# |
|
|
|
# See https://rspamd.com/doc/developers/writing_rules.html for details |
|
|
|
|
|
|
|
|
|
@ -9,10 +9,10 @@ |
|
|
|
# parameters defined on the top level |
|
|
|
# |
|
|
|
# For specific modules or configuration you can also modify |
|
|
|
# '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults |
|
|
|
# '$LOCAL_CONFDIR/local.d/modules.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/modules.conf' - to override the defaults |
|
|
|
# |
|
|
|
# See https://rspamd.com/doc/developers/writing_rules.html for details |
|
|
|
|
|
|
|
.include(glob=true) "${CONFDIR}/modules.d/*.conf" |
|
|
|
.include(try=true, glob=true) "${CONFDIR}/modules.local.d/*.conf" |
|
|
|
.include(try=true, glob=true) "${CONFDIR}/modules.local.d/*.conf" |
|
|
@ -10,8 +10,8 @@ |
|
|
|
# parameters defined on the top level |
|
|
|
# |
|
|
|
# For specific modules or configuration you can also modify |
|
|
|
# '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults |
|
|
|
# '$LOCAL_CONFDIR/local.d/rspamd.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/rspamd.conf' - to override the defaults |
|
|
|
# |
|
|
|
# See https://rspamd.com/doc/developers/writing_rules.html for details |
|
|
|
|
|
|
|
|
|
@ -10,8 +10,8 @@ |
|
|
|
# parameters defined on the top level |
|
|
|
# |
|
|
|
# For specific modules or configuration you can also modify |
|
|
|
# '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults |
|
|
|
# '$LOCAL_CONFDIR/local.d/content_group.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/content_group.conf' - to override the defaults |
|
|
|
# |
|
|
|
# See https://rspamd.com/doc/developers/writing_rules.html for details |
|
|
|
|
|
|
|
|
|
@ -10,8 +10,8 @@ |
|
|
|
# parameters defined on the top level |
|
|
|
# |
|
|
|
# For specific modules or configuration you can also modify |
|
|
|
# '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults |
|
|
|
# '$LOCAL_CONFDIR/local.d/fuzzy_group.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/fuzzy_group.conf' - to override the defaults |
|
|
|
# |
|
|
|
# See https://rspamd.com/doc/developers/writing_rules.html for details |
|
|
|
|
|
|
@ -34,4 +34,4 @@ symbols = { |
|
|
|
weight = -2.1; |
|
|
|
description = "Whitelisted fuzzy hash, bl.rspamd.com"; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -10,8 +10,8 @@ |
|
|
|
# parameters defined on the top level |
|
|
|
# |
|
|
|
# For specific modules or configuration you can also modify |
|
|
|
# '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults |
|
|
|
# '$LOCAL_CONFDIR/local.d/headers_group.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/headers_group.conf' - to override the defaults |
|
|
|
# |
|
|
|
# See https://rspamd.com/doc/developers/writing_rules.html for details |
|
|
|
|
|
|
|
|
|
@ -10,8 +10,8 @@ |
|
|
|
# parameters defined on the top level |
|
|
|
# |
|
|
|
# For specific modules or configuration you can also modify |
|
|
|
# '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults |
|
|
|
# '$LOCAL_CONFDIR/local.d/hfilter_group.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/hfilter_group.conf' - to override the defaults |
|
|
|
# |
|
|
|
# See https://rspamd.com/doc/developers/writing_rules.html for details |
|
|
|
|
|
|
|
|
|
@ -10,8 +10,8 @@ |
|
|
|
# parameters defined on the top level |
|
|
|
# |
|
|
|
# For specific modules or configuration you can also modify |
|
|
|
# '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults |
|
|
|
# '$LOCAL_CONFDIR/local.d/mime_types_group.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/mime_types_group.conf' - to override the defaults |
|
|
|
# |
|
|
|
# See https://rspamd.com/doc/developers/writing_rules.html for details |
|
|
|
|
|
|
|
|
|
@ -10,8 +10,8 @@ |
|
|
|
# parameters defined on the top level |
|
|
|
# |
|
|
|
# For specific modules or configuration you can also modify |
|
|
|
# '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults |
|
|
|
# '$LOCAL_CONFDIR/local.d/mua_group.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/mua_group.conf' - to override the defaults |
|
|
|
# |
|
|
|
# See https://rspamd.com/doc/developers/writing_rules.html for details |
|
|
|
|
|
|
@ -22,4 +22,4 @@ symbols = { |
|
|
|
weight = 0.0; |
|
|
|
description = "Avoid false positives for FORGED_MUA_* in maillist"; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -10,8 +10,8 @@ |
|
|
|
# parameters defined on the top level |
|
|
|
# |
|
|
|
# For specific modules or configuration you can also modify |
|
|
|
# '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults |
|
|
|
# '$LOCAL_CONFDIR/local.d/phishing_group.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/phishing_group.conf' - to override the defaults |
|
|
|
# |
|
|
|
# See https://rspamd.com/doc/developers/writing_rules.html for details |
|
|
|
|
|
|
|
|
|
@ -10,8 +10,8 @@ |
|
|
|
# parameters defined on the top level |
|
|
|
# |
|
|
|
# For specific modules or configuration you can also modify |
|
|
|
# '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults |
|
|
|
# '$LOCAL_CONFDIR/local.d/policies_group.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/policies_group.conf' - to override the defaults |
|
|
|
# |
|
|
|
# See https://rspamd.com/doc/developers/writing_rules.html for details |
|
|
|
|
|
|
|
|
|
@ -10,8 +10,8 @@ |
|
|
|
# parameters defined on the top level |
|
|
|
# |
|
|
|
# For specific modules or configuration you can also modify |
|
|
|
# '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults |
|
|
|
# '$LOCAL_CONFDIR/local.d/rbl_group.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/rbl_group.conf' - to override the defaults |
|
|
|
# |
|
|
|
# See https://rspamd.com/doc/developers/writing_rules.html for details |
|
|
|
|
|
|
|
|
|
@ -10,8 +10,8 @@ |
|
|
|
# parameters defined on the top level |
|
|
|
# |
|
|
|
# For specific modules or configuration you can also modify |
|
|
|
# '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults |
|
|
|
# '$LOCAL_CONFDIR/local.d/statistics_group.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/statistics_group.conf' - to override the defaults |
|
|
|
# |
|
|
|
# See https://rspamd.com/doc/developers/writing_rules.html for details |
|
|
|
|
|
|
|
|
|
@ -10,8 +10,8 @@ |
|
|
|
# parameters defined on the top level |
|
|
|
# |
|
|
|
# For specific modules or configuration you can also modify |
|
|
|
# '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults |
|
|
|
# '$LOCAL_CONFDIR/local.d/subject_group.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/subject_group.conf' - to override the defaults |
|
|
|
# |
|
|
|
# See https://rspamd.com/doc/developers/writing_rules.html for details |
|
|
|
|
|
|
|
|
|
@ -10,8 +10,8 @@ |
|
|
|
# parameters defined on the top level |
|
|
|
# |
|
|
|
# For specific modules or configuration you can also modify |
|
|
|
# '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults |
|
|
|
# '$LOCAL_CONFDIR/local.d/surbl_group.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/surbl_group.conf' - to override the defaults |
|
|
|
# |
|
|
|
# See https://rspamd.com/doc/developers/writing_rules.html for details |
|
|
|
|
|
|
|
|
|
@ -10,8 +10,8 @@ |
|
|
|
# parameters defined on the top level |
|
|
|
# |
|
|
|
# For specific modules or configuration you can also modify |
|
|
|
# '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults |
|
|
|
# '$LOCAL_CONFDIR/local.d/whitelist_group.conf' - to add your options or rewrite defaults |
|
|
|
# '$LOCAL_CONFDIR/override.d/whitelist_group.conf' - to override the defaults |
|
|
|
# |
|
|
|
# See https://rspamd.com/doc/developers/writing_rules.html for details |
|
|
|
|
|
|
|