diff options
| -rw-r--r-- | Mailman/Bouncers/BouncerAPI.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Bouncers/BouncerAPI.py b/Mailman/Bouncers/BouncerAPI.py index 894f2c805..3c75baf8a 100644 --- a/Mailman/Bouncers/BouncerAPI.py +++ b/Mailman/Bouncers/BouncerAPI.py @@ -72,7 +72,7 @@ def ScanMessages(mlist, msg, testing=0): # we found a bounce or a list of bounce addrs if not testing: try: - mlist.RegisterBounce(addr, msg) + mlist.registerBounce(addr, msg) except Exception, e: syslog('error', 'Bouncer exception: %s', e) s = StringIO() |
