diff options
| author | msapiro | 2006-02-05 19:47:33 +0000 |
|---|---|---|
| committer | msapiro | 2006-02-05 19:47:33 +0000 |
| commit | 994ef6f4c66d599b4129ac6a4320af1724c21b51 (patch) | |
| tree | 6509e7b2c3ae97e8fc4dafda3e4e1a0f028bc4d4 | |
| parent | 89d5bad7b7f48f11168e90db1ffb24a3ea286138 (diff) | |
| download | mailman-994ef6f4c66d599b4129ac6a4320af1724c21b51.tar.gz mailman-994ef6f4c66d599b4129ac6a4320af1724c21b51.tar.zst mailman-994ef6f4c66d599b4129ac6a4320af1724c21b51.zip | |
| -rw-r--r-- | Mailman/Bouncers/SMTP32.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Bouncers/SMTP32.py b/Mailman/Bouncers/SMTP32.py index 9273d17ce..3ad7ce44c 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 |
