From e571dd3b244d85463edf580a55fcae8d0821b13c Mon Sep 17 00:00:00 2001 From: Nicolas Iooss Date: Sun, 16 Nov 2014 15:12:33 +0100 Subject: [PATCH] NL bounces: add new failure hints --- bin/newsletter.bounces.processor.py | 3 +++ 1 file changed, 3 insertions(+) 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", -- 2.1.4