From e72022bc6771235ffe21ea9b437a45aa1cdbaa96 Mon Sep 17 00:00:00 2001 From: Nicolas Iooss Date: Wed, 9 Apr 2014 22:33:42 +0200 Subject: [PATCH] NL bounces: add two new failures hints which appearead in April bounces --- bin/newsletter.bounces.processor.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/newsletter.bounces.processor.py b/bin/newsletter.bounces.processor.py index f315b84..3aaa660 100755 --- a/bin/newsletter.bounces.processor.py +++ b/bin/newsletter.bounces.processor.py @@ -200,6 +200,8 @@ def findAddressInBounce(bounce): failure_hints = [ "insufficient system storage", "mailbox full", + "mailbox recipient does not have a mailbox database", + "over quota", "requested action aborted: local error in processing", "user unknown", ] -- 2.1.4