summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/bounce.py
diff options
context:
space:
mode:
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.""")