Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repackage dnsbl, dnswl, backscatterer -> dns-list #3313

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

- transaction: init with conn.init_transaction, always pass in cfg #3315
- check for local_mx only when default route is used #3307
- new NPM plugin dns-list, repackages dnsbl, dnswl, backscatterer #3313
- test: add a connection.response test case with DSN #3305
- deps: bump all versions to latest #3303
- auth_base: enable disabling constrain_sender at runtime #3298
Expand Down
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.

221 changes: 0 additions & 221 deletions plugins/dns_list_base.js

This file was deleted.

Loading
Loading