diff options
author | Mark Sapiro <mark@msapiro.net> | 2010-02-27 09:57:24 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2010-02-27 09:57:24 -0800 |
commit | 136ceb7679d51fa50504bbcdbf09c224c188e2ec (patch) | |
tree | 1cbeb6aff4ce6fbfbd10360c5b430a671155125d /NEWS | |
parent | 3eaeb16bbe2eeb039bd37a190f8ddf5d36533c57 (diff) | |
download | mailman2-136ceb7679d51fa50504bbcdbf09c224c188e2ec.tar.gz mailman2-136ceb7679d51fa50504bbcdbf09c224c188e2ec.tar.xz mailman2-136ceb7679d51fa50504bbcdbf09c224c188e2ec.zip |
Added a urlhost argument to the MailList.MailList.Create() method to
allow bin/newlist and the the create CGI to pass urlhost so the host
will be correct in the listinfo link on the emptyarchive page.
Bug #529100.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -13,6 +13,11 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches + - Added a urlhost argument to the MailList.MailList.Create() method to + allow bin/newlist and the the create CGI to pass urlhost so the host + will be correct in the listinfo link on the emptyarchive page. + Bug #529100. + - Added the List-Post header to the default list of headers retained in messages in the MIME digest. Bug #526143. |