63
63
implements(IBounceProcessor)
65
def register(self, mlist, email, msg, where=None):
66
def register(self, store, mlist, email, msg, where=None):
66
67
"""See `IBounceProcessor`."""
67
68
event = BounceEvent(mlist.fqdn_listname, email, msg, where)
73
75
"""See `IBounceProcessor`."""
79
82
"""See `IBounceProcessor`."""