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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/interfaces/bounce.py b/src/mailman/interfaces/bounce.py
index 8e7266687..ff7a47732 100644
--- a/src/mailman/interfaces/bounce.py
+++ b/src/mailman/interfaces/bounce.py
@@ -60,8 +60,8 @@ class UnrecognizedBounceDisposition(Enum):
class IBounceEvent(Interface):
"""Registration record for a single bounce event."""
- list_name = Attribute(
- """The name of the mailing list that received this bounce.""")
+ list_id = Attribute(
+ """The List-ID of the mailing list that received this bounce.""")
email = Attribute(
"""The email address that bounced.""")