diff options
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/rspamd.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 0c1b8b045..5c50247dc 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: rspamd Section: mail Priority: extra Maintainer: Vsevolod Stakhov <vsevolod@highsecure.ru> -Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.16.1~), cmake, libevent-dev (>= 1.3), libglib2.0-dev (>= 2.16.0), libgmime-2.6-dev, liblua5.1-0-dev, libpcre3-dev, cdbs, libssl-dev (>= 1.0) +Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.16.1~), cmake, libevent-dev (>= 1.3), libglib2.0-dev (>= 2.16.0), libgmime-2.6-dev, liblua5.1-0-dev, libpcre3-dev, cdbs, libssl-dev (>= 1.0), libjudy-dev Standards-Version: 3.9.3 Homepage: https://bitbucket.org/vstakhov/rspamd/ Vcs-Hg: https://bitbucket.org/vstakhov/rspamd/ diff --git a/debian/rspamd.xml b/debian/rspamd.xml index 1a1990506..ffed2f06e 100644 --- a/debian/rspamd.xml +++ b/debian/rspamd.xml @@ -263,7 +263,7 @@ <symbol weight="12.50" description="rambler.ru uribl">RAMBLER_URIBL</symbol> <!-- DBL uribl --> - <symbol weight="11.50" description="dbl.spamhaus.org uribl">DBL</symbol> + <symbol weight="7.50" description="dbl.spamhaus.org uribl">DBL</symbol> <!-- rambler.ru emailbl --> <symbol weight="9.50" description="rambler.ru emailbl">RAMBLER_EMAILBL</symbol> @@ -428,7 +428,7 @@ <rule>type = header, header = To, pattern = @(.+)>?$, map = file:///etc/rspamd/rcpt_test, symbol = R_RCPT_WHITELIST, description = RCPT whitelist</rule> <rule>type = ip, map = file:///etc/rspamd/ip_test, symbol = R_IP_WHITELIST, description = IP whitelist</rule> --> - <rule>type = dnsbl, map = pbl.spamhaus.org, symbol = R_IP_PBL, description = PBL dns block list</rule> + <rule>type = dnsbl, map = pbl.spamhaus.org, symbol = R_IP_PBL, description = PBL dns block list</rule> </module> <!-- phishing --> |