summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/bounce.py
diff options
context:
space:
mode:
authorBarry Warsaw2011-05-17 16:25:25 -0400
committerBarry Warsaw2011-05-17 16:25:25 -0400
commit8e86c361c33c5f51ce8215173b8e9703be4af7f9 (patch)
tree461b066e8aa3953543e927b7b1b31ea7ba097f5e /src/mailman/interfaces/bounce.py
parentae5fe445251b22aaed0a986600b982a27279b2c7 (diff)
downloadmailman-8e86c361c33c5f51ce8215173b8e9703be4af7f9.tar.gz
mailman-8e86c361c33c5f51ce8215173b8e9703be4af7f9.tar.zst
mailman-8e86c361c33c5f51ce8215173b8e9703be4af7f9.zip
Diffstat (limited to 'src/mailman/interfaces/bounce.py')
-rw-r--r--src/mailman/interfaces/bounce.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mailman/interfaces/bounce.py b/src/mailman/interfaces/bounce.py
index 168ca7ee0..0b301aa98 100644
--- a/src/mailman/interfaces/bounce.py
+++ b/src/mailman/interfaces/bounce.py
@@ -113,3 +113,9 @@ class IBounceProcessor(Interface):
:return: The registered bounce event.
:rtype: IBounceEvent
"""
+
+ events = Attribute(
+ """An iterator over all events.""")
+
+ unprocessed = Attribute(
+ """An iterator over all unprocessed bounce events.""")