Wrong blacklist - rules.php

assuncao

Member
Does anyone also getting emails blacklisted in MW when IP is in under a bad reputation? Is it possible to avoid it? This is an example from Hotmail deferred messages:

Code:
smtp; 451 4.7.650 The mail server [XXX.XXX.XXX.XXX] has been temporarily rate limited due to IP reputation. For e-mail delivery information, see https://postmaster.live.com (S843)
 
Last edited:
I made it. Actually it was pretty easy. I just added '/has been temporarily rate limited due to IP reputation/i', to regex into rules.php (BOUNCE_INTERNAL). I tested with rules.test.php. That's magic. I love MW.
 
Back
Top