Skip to content

Commit

Permalink
dnsbl, dnswl, backscatterer -> dns-list
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Apr 11, 2024
1 parent 9e03658 commit e76f9a1
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 618 deletions.
23 changes: 0 additions & 23 deletions config/dnsbl.ini

This file was deleted.

4 changes: 2 additions & 2 deletions config/plugins
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
# geoip
# asn
# fcrdns
# block mails from known bad hosts (see config/dnsbl.zones for the DNS zones queried)
dnsbl
# block & allow lists (see config/dns-list.ini)
dns-list

# HELO
#early_talker
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"haraka-plugin-asn": "^2.0.2",
"haraka-plugin-auth-ldap": "^1.1.0",
"haraka-plugin-dcc": "^1.0.2",
"haraka-plugin-dns-list": "^1.1.0",
"haraka-plugin-elasticsearch": "^8.0.2",
"haraka-plugin-fcrdns": "^1.1.0",
"haraka-plugin-graph": "^1.0.5",
Expand Down
4 changes: 4 additions & 0 deletions plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ plugins.load_plugins = override => {
}

plugins.deprecated = {
'backscatterer' : 'dns-list',
'connect.asn' : 'asn',
'connect.fcrdns' : 'fcrdns',
'connect.geoip' : 'geoip',
Expand All @@ -352,6 +353,9 @@ plugins.deprecated = {
'data.noreceived' : 'headers',
'data.rfc5322_header_checks': 'headers',
'data.headers' : 'headers',
'data.uribl' : 'uribl',
'dnsbl' : 'dns-list',
'dnswl' : 'dns-list',
'log.syslog' : 'syslog',
'mail_from.access' : 'access',
'mail_from.blocklist' : 'access',
Expand Down
25 changes: 0 additions & 25 deletions plugins/backscatterer.js

This file was deleted.

4 changes: 0 additions & 4 deletions plugins/data.uribl.js

This file was deleted.

146 changes: 0 additions & 146 deletions plugins/dnsbl.js

This file was deleted.

58 changes: 0 additions & 58 deletions plugins/dnswl.js

This file was deleted.

Loading

0 comments on commit e76f9a1

Please sign in to comment.