diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-02-11 15:36:34 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-02-11 15:44:35 +0200 |
commit | 0f43abdc166e292fecaf191bfc155fa300bcb958 (patch) | |
tree | e5bd4d7ac1ad84cf4b8b07fd75623458a307b822 /conf/modules.conf | |
parent | 3977d62bbf8a9f5e391b3f461f656da6d02c1290 (diff) | |
download | rspamd-0f43abdc166e292fecaf191bfc155fa300bcb958.tar.gz rspamd-0f43abdc166e292fecaf191bfc155fa300bcb958.zip |
Add DNSWL_BLOCKED symbol
Diffstat (limited to 'conf/modules.conf')
-rw-r--r-- | conf/modules.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index 7d046093a..719b86793 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -193,6 +193,7 @@ rbl { RCVD_IN_DNSWL_LOW = "127.0.%d+.1"; RCVD_IN_DNSWL_MED = "127.0.%d+.2"; RCVD_IN_DNSWL_HI = "127.0.%d+.3"; + DNSWL_BLOCKED = "127.0.0.255"; } } |