| Commit message (Collapse) | Author | Files | Lines |
|
|
|
versions of these files (compressed though).
|
|
now. By gzip'ing them we can get them down to reasonable sizes.
Check in the compressed versions, remove the uncompressed versions,
add a README, and remove the old intermediate files.
|
|
|
|
linked_newsgroup or nntp_host is empty. Instead log the error to
logs/error and just return, otherwise the email doesn't get posted to
the list.
Removed exception ImproperNNTPConfigError.
|
|
make it much more readable. First, use bare checkboxes and column
headers for what used to be the checkbox labels. Put a border around
the table. Add a legend for what the column headers mean.
|
|
|
|
through Utils.ParseAddrs() to get the real email address out of the
name argument.
|
|
the success notification specifies the address instead of any other
goo.
|
|
addresses from lines such as
User J. Person <person@allusers.com>
person@allusers.com (User J. Person)
It also handles bare email addresses. While this is rather simplistic
regexp matching, I think it will catch most situations.
|
|
|
|
|
|
1.5.1's bare raise statement
|
|
line in mass subscribe dialog. The old way didn't really work.
|
|
doesn't have the attribute sys.__stdout__; although this is placed
into the sys module by the driver, I think there are non-CGI paths to
this code.
|
|
1.5.2 distribution, so that names are uniquely generated in fork()
related children. Use a simlar import/hasattr trick as when importing
the latest smtplib.py
|