[Mailman-Developers] a patch to get the subscriber's email address in subscribeack.txt
Fil
fil@bok.net
Thu, 19 Oct 2000 11:50:04 +0200
I'm sorry I can't get to sourceforge. Here's a small but useful patch to be
able to use %(name)s in subscribeack.txt so as to write an answer looking
like
"Welcome to the YYYY mailin list. Your address <%(name)s> has been added
succesfully...." where %(name)s is the email of the subscriber.
I hope you can retain this patch in the official distrib.
btw, why write 'name' when it's actually an email ;)
*** Mailman/Deliverer.py.old Mon Oct 16 19:14:43 2000
--- Mailman/Deliverer.py Thu Oct 19 11:30:30 2000
*************** your membership administrative address,
*** 55,60 ****
--- 55,61 ----
'listinfo_url': self.GetScriptURL('listinfo', absolute=1),
'optionsurl' : self.GetOptionsURL(name, absolute=1),
'password' : password,
+ 'name' : name,
})
if digest:
digmode = ' (Digest mode)'