aboutsummaryrefslogtreecommitdiffstats
path: root/conf/modules.conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2024-11-06 13:44:19 +0000
committerVsevolod Stakhov <vsevolod@rspamd.com>2024-11-06 13:44:19 +0000
commit2fa3f26efff008ba65d8f32f5f41e71181d0bd59 (patch)
tree63a01566730397c0267d238dca3f2f655d16b2dd /conf/modules.conf
parentb5ba154e32a7c72a2be852b50a92a7c681f5da04 (diff)
downloadrspamd-2fa3f26efff008ba65d8f32f5f41e71181d0bd59.tar.gz
rspamd-2fa3f26efff008ba65d8f32f5f41e71181d0bd59.zip
[Conf] Add more ways to extend Rspamd configuration
+ Add examples of all that we can do
Diffstat (limited to 'conf/modules.conf')
-rw-r--r--conf/modules.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/modules.conf b/conf/modules.conf
index b37da06d5..f99eab8dc 100644
--- a/conf/modules.conf
+++ b/conf/modules.conf
@@ -14,4 +14,5 @@
#
# See https://rspamd.com/doc/tutorials/writing_rules.html for details
-.include(glob=true) "${CONFDIR}/modules.d/*.conf" \ No newline at end of file
+.include(glob=true) "${CONFDIR}/modules.d/*.conf"
+.include(glob=true) "${CONFDIR}/modules.local.d/*.conf" \ No newline at end of file