summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/Bouncers/GroupWise.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mailman/Bouncers/GroupWise.py b/Mailman/Bouncers/GroupWise.py
index d02babb81..564b58792 100644
--- a/Mailman/Bouncers/GroupWise.py
+++ b/Mailman/Bouncers/GroupWise.py
@@ -18,6 +18,7 @@
X-Mailer: Novell GroupWise Internet Agent 5.5.3.1
X-Mailer: NTMail v4.30.0012
+X-Mailer: Internet Mail Service (5.5.2653.19)
"""
import re
@@ -57,6 +58,8 @@ def process(msg):
addrs[mo.group('addr')] = 1
elif '@' in line:
i = line.find(' ')
+ if i == 0:
+ continue
if i < 0:
addrs[line] = 1
else: