summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces
diff options
context:
space:
mode:
authorBarry Warsaw2009-12-12 17:03:30 -0500
committerBarry Warsaw2009-12-12 17:03:30 -0500
commit725ebe36e2548c5da711087640bd423181411241 (patch)
tree8aae553f5b05d3889511dcbce8dd92f3fa7c469e /src/mailman/interfaces
parent3c4c8f9c383b6e92e0a9a970079b296a4ac30e88 (diff)
downloadmailman-725ebe36e2548c5da711087640bd423181411241.tar.gz
mailman-725ebe36e2548c5da711087640bd423181411241.tar.zst
mailman-725ebe36e2548c5da711087640bd423181411241.zip
IRegistrar is now a utility; it doesn't need to be adapted from an IDomain.
This is because registration confirmation messages must come from the mailing list that the subscription request came from. Remove IDomain.confirm_address() since this lives only on the IMailingList now.
Diffstat (limited to 'src/mailman/interfaces')
-rw-r--r--src/mailman/interfaces/domain.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mailman/interfaces/domain.py b/src/mailman/interfaces/domain.py
index 538cd0f74..a16d41466 100644
--- a/src/mailman/interfaces/domain.py
+++ b/src/mailman/interfaces/domain.py
@@ -80,15 +80,6 @@ class IDomain(Interface):
E.g. postmaster@example.com"""),
))
- def confirm_address(token=''):
- """The address used for various forms of email confirmation.
-
- :param token: The confirmation token to use in the email address.
- :type token: string
- :return: The email confirmation address.
- :rtype: string
- """
-
def confirm_url(token=''):
"""The url used for various forms of confirmation.