I had just enabled the following
/remt.*\.cluster.*\.charter\.(net|com)/ DUNNO
/(.*\.charter\.(net|com))/ REJECT ACL subscriber_network,
(charter) please send to your ISPs MX server first. I do not
accept mail directly from $1
And tailing my logs I saw declude was being blocked
tail -f /var/log/maillog | \
awk '/reject:.*subscriber_network/ {printf "%-15s %-35s %-30s %-40s\n", $18,
$35, $36, $34}'
(charter) from=<[EMAIL PROTECTED]>
to=<[EMAIL PROTECTED]> cpe-24-107-232-14.ma.charter.com
I've since excluded them... But is there a known good exception for (other)
businesses with a connection via charter?