diff options
| author | bwarsaw | 2003-06-06 18:24:28 +0000 |
|---|---|---|
| committer | bwarsaw | 2003-06-06 18:24:28 +0000 |
| commit | 6238289b70e7268ee36319b40587532bbafbe92d (patch) | |
| tree | 0472d8088a4cc9345dc575f3639cef20aa9101f5 | |
| parent | 09a5532a342d6729a8e858cfe19ee8ee972d503d (diff) | |
| download | mailman-6238289b70e7268ee36319b40587532bbafbe92d.tar.gz mailman-6238289b70e7268ee36319b40587532bbafbe92d.tar.zst mailman-6238289b70e7268ee36319b40587532bbafbe92d.zip | |
| -rw-r--r-- | Mailman/MailList.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mailman/MailList.py b/Mailman/MailList.py index e0bcc8938..9979d221e 100644 --- a/Mailman/MailList.py +++ b/Mailman/MailList.py @@ -683,6 +683,7 @@ class MailList(HTMLFormatter, Deliverer, ListAdmin, crafting a message to the member informing them of the invitation. """ invitee = userdesc.address + Utils.ValidateEmail(invitee) requestaddr = self.GetRequestEmail() # Hack alert! Squirrel away a flag that only invitations have, so # that we can do something slightly different when an invitation |
