diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-11-06 13:56:56 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-11-06 13:56:56 +0000 |
commit | 6cca898932e253ec26d1022178b7394348286121 (patch) | |
tree | 2bbde5a647d41e274a3d120e4eec547765324d18 /conf/modules.conf | |
parent | 0c3e5ce444c31e286855eef2752ce597206a44d5 (diff) | |
download | rspamd-6cca898932e253ec26d1022178b7394348286121.tar.gz rspamd-6cca898932e253ec26d1022178b7394348286121.zip |
[Minor] Fix optionality
Diffstat (limited to 'conf/modules.conf')
-rw-r--r-- | conf/modules.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index f99eab8dc..51f1f420e 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -15,4 +15,4 @@ # See https://rspamd.com/doc/tutorials/writing_rules.html for details .include(glob=true) "${CONFDIR}/modules.d/*.conf" -.include(glob=true) "${CONFDIR}/modules.local.d/*.conf"
\ No newline at end of file +.include(try=true, glob=true) "${CONFDIR}/modules.local.d/*.conf"
\ No newline at end of file |