mirror of https://github.com/rspamd/rspamd.git
Rapid spam filtering system
https://rspamd.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
777 B
18 lines
777 B
# A common rspamd configuration file (should never ever be changed)
|
|
# Please don't modify this file as your changes might be overwritten with
|
|
# the next update.
|
|
#
|
|
# You can modify '$LOCAL_CONFDIR/rspamd.conf.local.override' to redefine
|
|
# parameters defined on the top level
|
|
#
|
|
# 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/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"
|