Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-02-27 | Added a urlhost argument to the MailList.MailList.Create() method to | Mark Sapiro | 1 | -2/+2 | |
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. | |||||
2009-08-05 | Use the actual host name for validation of the list posting address. | Mark Sapiro | 1 | -2/+3 | |
2008-11-12 | Apply Heiko Rommel's patch for hashlib deprecation warnings for bug 293178. | Barry Warsaw | 1 | -4/+4 | |
I've modified the patch to improve some of the stylistic issues. | |||||
2008-03-03 | Fixed bin/newlist to add the list's preferred language to the list's | Mark Sapiro | 1 | -1/+5 | |
available_languages if it is other than the server's default language (1906368). | |||||
2005-08-27 | FSF office has moved to 51 Franklin Street. | tkikuchi | 1 | -1/+1 | |
2005-01-16 | New names added to ACKNOWLEDGMENTS. Updated NEWS in preparation for 2.1.6b1. | bwarsaw | 1 | -2/+2 | |
Update copyright years for files changes in 2005. Whitespace normalization. | |||||
2004-11-07 | add options for hostnames in newlist command. | tkikuchi | 1 | -17/+52 | |
2004-10-19 | [ 874764 ] -admin address is now equiv to -bounce | tkikuchi | 1 | -3/+3 | |
2004-02-29 | main(): Catch base class of EmailAddressError so either MMBadEmailError or | bwarsaw | 1 | -13/+13 | |
MMHostileAddress will be caught. This (and the previous similar patch to Mailman/Cgi/create.py) were given by SHIGENO Kazutaka. |