Browse Source

Correct "file.conf" from dist config files

pull/5444/head
Sandro Jäckel 6 months ago
parent
commit
56df6a391d
No known key found for this signature in database GPG Key ID: 3AF5A43A3EECC2E5
  1. 4
      conf/common.conf
  2. 4
      conf/metrics.conf
  3. 6
      conf/modules.conf
  4. 4
      conf/rspamd.conf
  5. 4
      conf/scores.d/content_group.conf
  6. 6
      conf/scores.d/fuzzy_group.conf
  7. 4
      conf/scores.d/headers_group.conf
  8. 4
      conf/scores.d/hfilter_group.conf
  9. 4
      conf/scores.d/mime_types_group.conf
  10. 6
      conf/scores.d/mua_group.conf
  11. 4
      conf/scores.d/phishing_group.conf
  12. 4
      conf/scores.d/policies_group.conf
  13. 4
      conf/scores.d/rbl_group.conf
  14. 4
      conf/scores.d/statistics_group.conf
  15. 4
      conf/scores.d/subject_group.conf
  16. 4
      conf/scores.d/surbl_group.conf
  17. 4
      conf/scores.d/whitelist_group.conf

4
conf/common.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"

4
conf/metrics.conf

@ -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

6
conf/modules.conf

@ -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"

4
conf/rspamd.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

4
conf/scores.d/content_group.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/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

6
conf/scores.d/fuzzy_group.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/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";
}
}
}

4
conf/scores.d/headers_group.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/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

4
conf/scores.d/hfilter_group.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/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

4
conf/scores.d/mime_types_group.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/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

6
conf/scores.d/mua_group.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/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";
}
}
}

4
conf/scores.d/phishing_group.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/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

4
conf/scores.d/policies_group.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/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

4
conf/scores.d/rbl_group.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/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

4
conf/scores.d/statistics_group.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/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

4
conf/scores.d/subject_group.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/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

4
conf/scores.d/surbl_group.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/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

4
conf/scores.d/whitelist_group.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/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

Loading…
Cancel
Save