From b0389235bc9c1310ab76460b3b0cd5ed5f096385 Mon Sep 17 00:00:00 2001 From: msapiro <> Date: Thu, 2 Feb 2006 16:16:03 +0000 Subject: Added bounces from yahoo.com on behalf of other domains like sbcglobal.net. --- Mailman/Bouncers/SimpleMatch.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Mailman/Bouncers/SimpleMatch.py b/Mailman/Bouncers/SimpleMatch.py index 2fd2557c..534fd862 100644 --- a/Mailman/Bouncers/SimpleMatch.py +++ b/Mailman/Bouncers/SimpleMatch.py @@ -83,6 +83,10 @@ PATTERNS = [ (_c('The email below could not be delivered to the following user:'), _c('Old message:'), _c('<(?P[^>]*)>')), + # Yahoo on behalf of other domains like sbcglobal.net + (_c('Unable to deliver message to the following address\(es\)\.'), + _c('--- Original message follows\.'), + _c('<(?P[^>]*)>:')), # Next one goes here... ] -- cgit v1.2.3