X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=bin%2Fnewsletter.bounces.processor.py;fp=bin%2Fnewsletter.bounces.processor.py;h=89333491eeb26576b48efad3e3bf9226a1c37df9;hb=e571dd3b244d85463edf580a55fcae8d0821b13c;hp=3aaa66054294f363bd474f35a81bb43d17780830;hpb=01c71a69673192a484788a584abe51512e310b3a;p=platal.git diff --git a/bin/newsletter.bounces.processor.py b/bin/newsletter.bounces.processor.py index 3aaa660..8933349 100755 --- a/bin/newsletter.bounces.processor.py +++ b/bin/newsletter.bounces.processor.py @@ -351,6 +351,7 @@ def findAddressInPlainBounce(bounce, real_bounce=None): "I'm sorry to have to inform you that your message could not", "I wasn't able to deliver your message", "try to send your message again at a later time", + "User unknown in local recipient table", "> was undeliverable.", "we were unable to deliver your message", ] @@ -365,7 +366,9 @@ def findAddressInPlainBounce(bounce, real_bounce=None): permanent_error_hints = [ "Delivery to the following recipient failed permanently", "failed due to an unavailable mailbox", + "following addresses had permanent fatal errors", "I'm sorry to have to inform you that your message could not", + "The email account that you tried to reach does not exist", "This is a permanent error", "Unknown address error", "unreachable for too long",