summaryrefslogtreecommitdiff
path: root/Mailman/MemberAdaptor.py
diff options
context:
space:
mode:
authorbwarsaw2002-01-29 19:07:06 +0000
committerbwarsaw2002-01-29 19:07:06 +0000
commit6429790a5fc3f75d895c51a07b2211236d1caf4e (patch)
tree2ee6806758d4634d3e4758fe1435dc1c4d3cd841 /Mailman/MemberAdaptor.py
parent7bfdbd73cf74b2ac5dde6e6222120bd3078b9dc7 (diff)
downloadmailman-6429790a5fc3f75d895c51a07b2211236d1caf4e.tar.gz
mailman-6429790a5fc3f75d895c51a07b2211236d1caf4e.tar.zst
mailman-6429790a5fc3f75d895c51a07b2211236d1caf4e.zip
Diffstat (limited to 'Mailman/MemberAdaptor.py')
-rw-r--r--Mailman/MemberAdaptor.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/Mailman/MemberAdaptor.py b/Mailman/MemberAdaptor.py
index e54a18ba7..00fe0b9f3 100644
--- a/Mailman/MemberAdaptor.py
+++ b/Mailman/MemberAdaptor.py
@@ -196,6 +196,15 @@ class MemberAdaptor:
"""
raise NotImplemented
+ def getBouncingMembers(self):
+ """Return the list of members who have outstanding bounce information.
+
+ This list of members doesn't necessarily overlap with
+ getDeliveryStatusMembers() since getBouncingMembers() will return
+ member who have bounced but not yet reached the disable threshold.
+ """
+ raise NotImplemented
+
def getBounceInfo(self, member):
"""Return the member's bounce information.