summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/private.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Convert all module names to their new names. Import all modules frombwarsaw1998-06-191-19/+15
| | | | | | | | the Mailman package (using the semi-bogus, but quickly implemented from ... import style). Also, rewrote name_pat to use the most commonly accepted style for regular expressions. I can't see how the old regexp worked!
* From the error message, and what I've learned about base64, my bestviega1998-06-141-2/+2
| | | | | | | | | guess about the transient errors (ie, some people get them, some people do not) is that sometimes the base64 encoding can cause \n's to get in the string, which the mime stuff will treat as a newline. So I replace \n w/ @ before putting it in the cookie, and do the reverse before checking the cookie. Hopefully we won't hear about this problem again.
* These are the files that used to be in ../cgi, except they no longerviega1998-06-141-0/+228
handle logging to an error file, and no longer import paths. Also, any checks for __main__ have been removed.