diff options
| author | bwarsaw | 2000-06-05 15:54:47 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-06-05 15:54:47 +0000 |
| commit | c2c6f9c24c7ea40a4a3eddf263093e586ae838ed (patch) | |
| tree | 842ff30c70e5b7d67582bd46f45071e0650c736a /Mailman/Bouncers/Qmail.py | |
| parent | fb469cad2ba6040d9c942eeb62ba769ce365d585 (diff) | |
| download | mailman-c2c6f9c24c7ea40a4a3eddf263093e586ae838ed.tar.gz mailman-c2c6f9c24c7ea40a4a3eddf263093e586ae838ed.tar.zst mailman-c2c6f9c24c7ea40a4a3eddf263093e586ae838ed.zip | |
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 |
