blob: 65af092b0e4aa8d1dab75b8f01a296e4bbd76ca7 (
plain)
- #!/bin/sh
- #
- # /etc/local-COMMON/getmaildomains.sh
- # Copyright 2007 Jonas Smedegaard <dr@jones.dk>
- #
- # $Id: getmaildomains.sh,v 1.1 2007-07-12 18:49:36 jonas Exp $
- #
- # Grabs a public list of maildomains frequently faked, so sane to always verify
- # More info here: http://www.postfix.org/ADDRESS_VERIFICATION_README.html
- #
- wget -O maildomains https://web.archive.org/web/20021005175740/http://www.monkeys.com/anti-spam/filtering/sender-domain-validate.in
|