diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-18 14:34:21 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-18 14:34:21 +0000 |
commit | 5733cc904c84da231ec87da3d4e41b939b9a2a79 (patch) | |
tree | 7cb1985b6342422cf283d1449667cd4144fccb50 /conf | |
parent | b1b812621109ea89160893f91f9ac3c1446a3d76 (diff) | |
download | rspamd-5733cc904c84da231ec87da3d4e41b939b9a2a79.tar.gz rspamd-5733cc904c84da231ec87da3d4e41b939b9a2a79.zip |
Fix misprint in the configuration.
Diffstat (limited to '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 9ed061f0f..dd619b0bf 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -85,7 +85,7 @@ rbl { received = true; from = false; } - spamhaus_pbl { + spamhaus_xbl { symbol = "RECEIVED_XBL"; rbl = "xbl.spamhaus.org"; ipv4 = true; |