aboutsummaryrefslogtreecommitdiffstats
path: root/conf/local.d/module.conf.example
blob: ba3d0b7bbbc1a881b4ac2db4f75beaf9c6ff22e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Define local parameters that you need to merge with the main configuration from
# either modules.d (for the modules shipped with Rspamd) or modules.local.d (for
# the modules that you have written).
#
# !!! Ensure NOT to enclose your configuration in the outer block with the module

# DON'T DO THIS:
# module_name { <--- Don't do this
#   param = "other_value";
# }

# Just define your parameters here:

param = "other_value";

# Merge with the default complex param
complex_param {
  key = "new_value";
}