diff options
| author | bwarsaw | 2002-12-02 14:34:18 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-12-02 14:34:18 +0000 |
| commit | 9955d14d40155e79802eea26a59c410a0a030f2e (patch) | |
| tree | 803e908c8b088c06d3f3a358b7934228d2fa5eb4 /Mailman/Queue/BounceRunner.py | |
| parent | 5273de827d4576d6bd9e0ffc19fb4110f619ebbf (diff) | |
| download | mailman-9955d14d40155e79802eea26a59c410a0a030f2e.tar.gz mailman-9955d14d40155e79802eea26a59c410a0a030f2e.tar.zst mailman-9955d14d40155e79802eea26a59c410a0a030f2e.zip | |
Diffstat (limited to 'Mailman/Queue/BounceRunner.py')
| -rw-r--r-- | Mailman/Queue/BounceRunner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Queue/BounceRunner.py b/Mailman/Queue/BounceRunner.py index f301ba9ed..e59ac47e1 100644 --- a/Mailman/Queue/BounceRunner.py +++ b/Mailman/Queue/BounceRunner.py @@ -134,7 +134,7 @@ class BounceRunner(Runner): # these, but do log it. syslog('bounce', 'bounce message with non-members of %s: %s', listname, COMMASPACE.join(addrs)) - maybe_forward(mlist, msg) + #maybe_forward(mlist, msg) |
