Penguin
Blame: MailManNotes
EditPageHistoryDiffInfoLikePages
Annotated edit history of MailManNotes version 2, including all changes. View license author blame.
Rev Author # Line
1 PerryLorier 1 !!You must supply a valid email address
2 If you are getting "You must supply a valid email address" when you attempt to subscribe, Mailman probably has the wrong url for it's website and is being redirected back to the real one which loses <tt>POST</tt> form data. This is annoying to fix as the config option isn't available through the website. However it can be fixed by using the <tt>withlist</tt> script.
2 JohnMcPherson 3 <pre>
1 PerryLorier 4 bin/withlist ''listname''
5 m.Lock()
6 m.web_page_url="''url''"
7 m.Save()
8 ^D
2 JohnMcPherson 9 </pre>
1 PerryLorier 10
11 ----
12 CategoryNotes