diff options
| author | bwarsaw | 2001-02-28 21:38:15 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-02-28 21:38:15 +0000 |
| commit | 6042641e6d9f0b366b7648664ac870f3838c1768 (patch) | |
| tree | 45753a63c92c753b81137b3e81747173e9bcf9d3 | |
| parent | 34f743c34d7e4cf3cab626f686f1adf6bc569f22 (diff) | |
| download | mailman-6042641e6d9f0b366b7648664ac870f3838c1768.tar.gz mailman-6042641e6d9f0b366b7648664ac870f3838c1768.tar.zst mailman-6042641e6d9f0b366b7648664ac870f3838c1768.zip | |
| -rw-r--r-- | Mailman/Bouncers/GroupWise.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Bouncers/GroupWise.py b/Mailman/Bouncers/GroupWise.py index 76d506c6b..d02babb81 100644 --- a/Mailman/Bouncers/GroupWise.py +++ b/Mailman/Bouncers/GroupWise.py @@ -40,7 +40,7 @@ def find_textplain(msg): def process(msg): - if msg.gettype() <> 'multipart/mixed': + if msg.gettype() <> 'multipart/mixed' or not msg['x-mailer']: return None addrs = {} # find the first text/plain part in the message |
