From: Nicolas Iooss Date: Wed, 9 Apr 2014 20:33:42 +0000 (+0200) Subject: NL bounces: add two new failures hints which appearead in April bounces X-Git-Tag: xorg/1.1.13~37 X-Git-Url: http://git.polytechnique.org/?p=platal.git;a=commitdiff_plain;h=e72022bc6771235ffe21ea9b437a45aa1cdbaa96 NL bounces: add two new failures hints which appearead in April bounces --- 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", ]