I think greylisting can be a great anti-spam provision, however, it can e a killer when the sender employs multiple sending MTAs. For example, those sending via outlook.com may theretically come from one of more than half a million hosts (according to their SPF records, which include two among others ipv4/14 nets - not to mention that they also mention an ip6/48).
Is it possible to exclude such sender domains from greylisting (apart from manually configuring each time a user complaints about an urgent mail having taken hours)? As in configuring something like
IF (sender ip is listed in SPF of sender domain as "Pass") THEN (skip greylisting)
?
This thread was automatically locked due to age.