MarkdV wrote: > I'm thinking of trying something like this in acl_smtp_mail: > > defer > ! sender = : > ! dnslists = list.dnswl.org > ! verify = reverse_host_lookup > ! verify = helo > ratelimit = X_DNS_HELO_LIMIT / per_mail / leaky / > $sender_host_address > message = Ratelimited. Fix your (r)DNS and/or HELO for faster > deliveries.
Posted that right before going to bed last night, and one of the first spontaneous conscious thoughts I had while under the shower this morning was that I'd made a mistake. The thought really came out of nowhere. How does that happen? The mind works in mysterious ways... What it was supposed to do is !verify=reverse_host_lookup OR !verify=helo, not AND which is what the above snippet does. Should probably split it into two checks, or put it in a seperate acl and used with "acl= ". -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
