diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-10-08 13:01:51 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-10-08 13:01:51 +0200 |
commit | be96dcffd2c7aa5cdba1ae979d97e0b0a6463e30 (patch) | |
tree | 2da1daf52e0fc843236de3d1ab43ee32b7e7433a /postfix | |
parent | 34e9559d1586110a969f13c96b06e75b9063fe78 (diff) |
use archive.org for ancient mail domain list
Diffstat (limited to 'postfix')
-rwxr-xr-x | postfix/getmaildomains.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix/getmaildomains.sh b/postfix/getmaildomains.sh index c7534ed..65af092 100755 --- a/postfix/getmaildomains.sh +++ b/postfix/getmaildomains.sh @@ -9,4 +9,4 @@ # More info here: http://www.postfix.org/ADDRESS_VERIFICATION_README.html # -wget -O maildomains http://www.monkeys.com/anti-spam/filtering/sender-domain-validate.in +wget -O maildomains https://web.archive.org/web/20021005175740/http://www.monkeys.com/anti-spam/filtering/sender-domain-validate.in |