#!/usr/bin/env perl # What this file is: An updated list of wildcard MX hosts that may be # used with Mail::CheckUser rather than relying upon the usually outdated # hard-coded values in Mail::CheckUser. This file is updated once per day # at approximately 0200 Mountain Time and can be found at: # # http://www.artsackett.com/mail_checkuser_wildcard_mxes.txt # # Please don't perform automated retrieval of this file more often than # once per day as it will do neither of us any good. # # TO USE THIS FILE WITH Mail::CheckUser: Save this file to the machine # from which you're using Mail::CheckUser, and in your code: # # use Mail::CheckUser qw/check_email/; # plus whatever else you want # require '/path/to/this/file/on/your/machine'; # # Make sure that the require is after 'use Mail::CheckUser'. # Last Generated: Sun May 29 08:00:28 2022 UTC $Mail::CheckUser::NXDOMAIN = { '34.212.133.129' => 'mail.hope-mail.com', '34.221.92.59' => 'mail.hope-mail.com', '35.164.227.202' => 'mail.hope-mail.com', '45.79.222.138' => 'PH', '52.38.197.157' => 'mail.hope-mail.com', '54.69.120.26' => 'mail.hope-mail.com', '54.149.209.94' => 'mail.hope-mail.com', '54.189.54.161' => 'mail.hope-mail.com', '54.212.151.52' => 'mail.hope-mail.com', '54.214.124.53' => 'mail.hope-mail.com', '54.218.19.107' => 'mail.hope-mail.com', '64.70.19.203' => 'WS', '88.198.29.97' => 'VG', '188.93.95.11' => 'XN--NODE', '218.241.105.10' => 'XN--FIQZ9S', 'example.com' => ['127.0.0.1'], 'example.net' => ['127.0.0.1'], 'example.org' => ['127.0.0.1'], 'mail.hope-mail.com' => ['34.212.133.129', '34.221.92.59', '35.164.227.202', '52.38.197.157', '54.69.120.26', '54.149.209.94', '54.189.54.161', '54.212.151.52', '54.214.124.53', '54.218.19.107'], }; 1;