73
73
# Let's be extra cautious.
74
74
getUtility(IEmailValidator).validate(email)
75
75
# Check to see if the email address is banned.
77
77
raise MembershipIsBannedError(mlist, email)
78
78
# See if there's already a user linked with the given address.
79
79
user_manager = getUtility(IUserManager)