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/Postfix.py | |
| parent | fb469cad2ba6040d9c942eeb62ba769ce365d585 (diff) | |
| download | mailman-c2c6f9c24c7ea40a4a3eddf263093e586ae838ed.tar.gz mailman-c2c6f9c24c7ea40a4a3eddf263093e586ae838ed.tar.zst mailman-c2c6f9c24c7ea40a4a3eddf263093e586ae838ed.zip | |
Diffstat (limited to 'Mailman/Bouncers/Postfix.py')
| -rw-r--r-- | Mailman/Bouncers/Postfix.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Bouncers/Postfix.py b/Mailman/Bouncers/Postfix.py index 6ffe967da..122ab30c7 100644 --- a/Mailman/Bouncers/Postfix.py +++ b/Mailman/Bouncers/Postfix.py @@ -26,7 +26,7 @@ from Mailman.pythonlib.StringIO import StringIO -def process(mlist, msg): +def process(msg): if msg.gettype() <> 'multipart/mixed': return None boundary = msg.getparam('boundary') |
