From 315dfd44fab52456f7430855a2b205f2561ed821 Mon Sep 17 00:00:00 2001
From: msapiro <>
Date: Mon, 23 Jan 2006 21:08:39 +0000
Subject: Added Microsoft SMTPSVC. 'Improved' pattern for prodigy.net.

---
 Mailman/Bouncers/SimpleMatch.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

(limited to 'Mailman')

diff --git a/Mailman/Bouncers/SimpleMatch.py b/Mailman/Bouncers/SimpleMatch.py
index 16220e87..2fd2557c 100644
--- a/Mailman/Bouncers/SimpleMatch.py
+++ b/Mailman/Bouncers/SimpleMatch.py
@@ -78,7 +78,11 @@ PATTERNS = [
     # Prodigy.net full mailbox
     (_c("User's mailbox is full:"),
      _c('Unable to deliver mail.'),
-     _c("User's mailbox is full:\s*<(?P<addr>.*)>.*$")),
+     _c("User's mailbox is full:\s*<(?P<addr>[^>]*)>")),
+    # Microsoft SMTPSVC
+    (_c('The email below could not be delivered to the following user:'),
+     _c('Old message:'),
+     _c('<(?P<addr>[^>]*)>')),
     # Next one goes here...
     ]
 
-- 
cgit v1.2.3