~abompard/mailman/import21

« back to all changes in this revision

Viewing changes to src/mailman/interfaces/bounce.py

  • Committer: Aurélien Bompard
  • Date: 2014-01-27 10:58:16 UTC
  • mfrom: (7215.2.17 3.0)
  • Revision ID: aurelien@bompard.org-20140127105816-xptlvnpr3ixak5d2
Merge from the main branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2010-2013 by the Free Software Foundation, Inc.
 
1
# Copyright (C) 2010-2014 by the Free Software Foundation, Inc.
2
2
#
3
3
# This file is part of GNU Mailman.
4
4
#
60
60
class IBounceEvent(Interface):
61
61
    """Registration record for a single bounce event."""
62
62
 
63
 
    list_name = Attribute(
64
 
        """The name of the mailing list that received this bounce.""")
 
63
    list_id = Attribute(
 
64
        """The List-ID of the mailing list that received this bounce.""")
65
65
 
66
66
    email = Attribute(
67
67
        """The email address that bounced.""")