diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-02-19 23:20:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-19 23:20:56 +0000 |
commit | 1e27c46e5d929f660810e60505db059c2c81b79d (patch) | |
tree | c482f282a247023a71f05160ae557f1c5f3c5d81 /conf/actions.conf | |
parent | 00896ca733b6098f45f6f3cfb4edcc77ff9bb786 (diff) | |
parent | 5684ffe1779ab4f8675cd13e969ab2357509a8e3 (diff) | |
download | rspamd-1e27c46e5d929f660810e60505db059c2c81b79d.tar.gz rspamd-1e27c46e5d929f660810e60505db059c2c81b79d.zip |
Merge branch 'master' into temp-propose-alternative-solution-to-xbl-any-hack
Diffstat (limited to 'conf/actions.conf')
-rw-r--r-- | conf/actions.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/actions.conf b/conf/actions.conf index a141be778..8be38230d 100644 --- a/conf/actions.conf +++ b/conf/actions.conf @@ -26,4 +26,4 @@ actions { .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/actions.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/actions.conf" -}
\ No newline at end of file +} |