From b0165fb2b136affffe199dc64ff054136be2cb62 Mon Sep 17 00:00:00 2001 From: msapiro <> Date: Sun, 5 Feb 2006 19:46:20 +0000 Subject: Fixed 'undeliverable to' pattern. It can have multiple spaces 'undeliverable to'. --- Mailman/Bouncers/SMTP32.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mailman/Bouncers/SMTP32.py') diff --git a/Mailman/Bouncers/SMTP32.py b/Mailman/Bouncers/SMTP32.py index 9273d17c..3ad7ce44 100644 --- a/Mailman/Bouncers/SMTP32.py +++ b/Mailman/Bouncers/SMTP32.py @@ -37,7 +37,7 @@ acre = re.compile(r''' user\ mailbox[^:]*: # have been spotted in the |delivery\ failed[^:]*: # wild... |unknown\ user[^:]*: - |undeliverable\ to + |undeliverable\ +to ) \s* # space separator (?P.*) # and finally, the address -- cgit v1.2.3