diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-04-10 14:18:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-10 14:18:08 +0100 |
commit | c8846c01cc9acf3c12c7044c5965a7e6a1e5586f (patch) | |
tree | eb2aa5cf5af5174f014b2c891da0e68a645ffa2e | |
parent | efc9c809574d6aceaf9cbdab439589bbfa424eae (diff) | |
parent | 0d2f2dca8417801f15c3d6781d49f18b515d92f9 (diff) | |
download | rspamd-c8846c01cc9acf3c12c7044c5965a7e6a1e5586f.tar.gz rspamd-c8846c01cc9acf3c12c7044c5965a7e6a1e5586f.zip |
Merge pull request #2843 from resec/patch-1
[Minor] Add composite symbols reference to conf/composites.conf
-rw-r--r-- | conf/composites.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/composites.conf b/conf/composites.conf index 96ef9d58e..948ed9642 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -12,7 +12,8 @@ # '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults # '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults # -# See https://rspamd.com/doc/tutorials/writing_rules.html for details +# See https://rspamd.com/doc/tutorials/writing_rules.html and +# https://rspamd.com/doc/configuration/composites.html for details composites { |