diff options
Diffstat (limited to 'conf/modules.conf')
-rw-r--r-- | conf/modules.conf | 3 |
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 |