diff options
Diffstat (limited to 'Mailman/Bouncers/Qmail.py')
| -rw-r--r-- | Mailman/Bouncers/Qmail.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Bouncers/Qmail.py b/Mailman/Bouncers/Qmail.py index ba6ff83b4..77b439f41 100644 --- a/Mailman/Bouncers/Qmail.py +++ b/Mailman/Bouncers/Qmail.py @@ -34,7 +34,7 @@ acre = re.compile(r'<(?P<addr>[^>]*)>:') -def process(mlist, msg): +def process(msg): msg.rewindbody() # simple state machine # 0 = nothing seen yet |
