diff options
| author | msapiro | 2005-12-06 21:11:04 +0000 |
|---|---|---|
| committer | msapiro | 2005-12-06 21:11:04 +0000 |
| commit | a4c48c71f0ecdf5d78aa13b5bcad18e681450c73 (patch) | |
| tree | ff20c0fad9aad9e9dcfdab4e5022a738ee40b6d8 | |
| parent | 9209d76e9f07069a475835da948b155b8ea8d2cb (diff) | |
| download | mailman-a4c48c71f0ecdf5d78aa13b5bcad18e681450c73.tar.gz mailman-a4c48c71f0ecdf5d78aa13b5bcad18e681450c73.tar.zst mailman-a4c48c71f0ecdf5d78aa13b5bcad18e681450c73.zip | |
| -rw-r--r-- | Mailman/Bouncer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Bouncer.py b/Mailman/Bouncer.py index e2a9de6c3..d62fb295f 100644 --- a/Mailman/Bouncer.py +++ b/Mailman/Bouncer.py @@ -145,7 +145,7 @@ class Bouncer: info.score += weight info.date = day syslog('bounce', '%s: %s current bounce score: %s', - member, self.internal_name(), info.score) + self.internal_name(), member, info.score) # Continue to the check phase below # # Now that we've adjusted the bounce score for this bounce, let's |
