aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mailman/Bouncers/SMTP32.py2
1 files changed, 1 insertions, 1 deletions
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<addr>.*) # and finally, the address