Penguin

Differences between current version and previous revision of MailManNotes.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Tuesday, September 20, 2005 1:20:33 pm by JohnMcPherson
Older page: version 1 Last edited on Tuesday, September 20, 2005 1:13:05 pm by PerryLorier Revert
@@ -1,12 +1,12 @@
 !!You must supply a valid email address 
 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. 
-<verbatim
+<pre
 bin/withlist ''listname'' 
 m.Lock() 
 m.web_page_url="''url''" 
 m.Save() 
 ^D 
-</verbatim
+</pre
  
 ---- 
 CategoryNotes