diff -Nur -x '*.orig' -x '*.rej' qpsmtpd-0.40/plugins/require_resolvable_fromhost mezzanine_patched_qpsmtpd-0.40/plugins/require_resolvable_fromhost --- qpsmtpd-0.40/plugins/require_resolvable_fromhost 2009-11-23 15:32:17.955491000 -0500 +++ mezzanine_patched_qpsmtpd-0.40/plugins/require_resolvable_fromhost 2009-11-23 15:31:59.615573000 -0500 @@ -56,10 +56,10 @@ # if any MX is valid, then we consider the domain # resolvable return 1 if mx_valid($self, $mx->exchange, $host); - # if there are MX records, and we got here, - # then none of them are valid - return 0 if (@mx > 0); } + # if there are MX records, and we got here, + # then none of them are valid + return 0 if (@mx > 0); my $query = $res->search($host); if ($query) { foreach my $rrA ($query->answer) {