| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
fixes several bugs uncovered in Mailman and other testing.
|
| |
|
|
| |
empty. Make sure there is a space when there are options.
|
| |
|
|
| |
already existing commas. Should do a better job.
|
| |
|
|
|
|
|
| |
getallrecipients() and just make getaddrlist() do the right thing
(scan all matching headers, not just the first one).
Patch submitted to Guido.
|
| |
|
|
| |
recipients, parsed with AddressList()
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
content-type header, or include a bogus one.
cgi.py
FieldStorage.__init__(): if there is no content-type header, use
text/plain for inner parts, but application/x-www-form-urlencoded
for outer parts. Honor any existing content-type header.
Lower down, if the content-type header is something we don't
understand, default to text/plain for inner parts, but
application/x-www-form-urlencoded for outer parts.
This patch will be proposed for Python 1.5.2
driver
run_main(): Play some games to get Mailman's special cgi.py
module. We import it from Mailman.pythonlib.cgi, but then we jam
this module into sys.modules['cgi'] so all those imports in all
those Mailman.Cgi scripts get our special one (without having to
hack all those scripts!)
|
| | |
|
| |
|
|
|
|
| |
`raise' here since we may be running under Python 1.5. I don't use
Utils.reraise() because I don't want to import Utils, so just do the
manual sys import and raise.
|
| |
|
|
| |
safe filename generation across fork() related children.
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
Pythons. When Mailman requires a newer version of a standard Python
library than can be required to already be installed, we copy the .py
file to this directory. This makes it easier to remove later when
that version of Python is required.
Other than the standard package and CVS boilerplate, smtplib.py is the
latest almost-Python-1.5.2 version.
|
| |
|
|
| |
Emacs ;-)
|
| |
|
|
| |
bugs in various docstrings.
|
| |
|
|
|
|
|
| |
instead of a list, turn it into a list containing that string. This
avoids an apparently common newbie mistake -- passing in a single
string for the destination and have it treated as a sequence of
characters.
|
| | |
|
| |
|
|
|
|
|
|
| |
I did some bugfixes, and fixed a major problem with the esmtp suport (I
think the person who did that part misunderstood RFC1869) Some of the
interface fer esmtp-related things has changed as a result.
I also added some documentation to the SMTP class' docstring.
|
| |
|
|
| |
by Carey Evans <c.evans@clear.net.nz>, for picky mail servers.
|
| |
|
|
| |
in comments and doc strings.
|
| | |
|
| | |
|
| |
|
|
|
| |
Ok, I fixed the quotes, along with a bug or two.
Also added another exception.
|
| |
|