diff options
| author | Barry Warsaw | 2011-05-17 16:25:25 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2011-05-17 16:25:25 -0400 |
| commit | 8e86c361c33c5f51ce8215173b8e9703be4af7f9 (patch) | |
| tree | 461b066e8aa3953543e927b7b1b31ea7ba097f5e /src/mailman/interfaces/bounce.py | |
| parent | ae5fe445251b22aaed0a986600b982a27279b2c7 (diff) | |
| download | mailman-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.py | 6 |
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.""") |
