| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
longer created world readable to protect against access by untrusted
local users.
|
|
|
|
|
|
|
|
|
|
| |
(LP: 1295875)
- Added the CGI module name to various "No such list" error log entries.
(LP: 1295875)
- Modified contrib/mmdsr to report module name if present in "No such list
error log entries.
|
|
|
|
|
| |
preserve a held message for the site admin if HOLD_MESSAGES_AS_PICKLES
is False. (LP: #1282365)
|
|
|
|
|
|
| |
the subject in the user's preferred language instead of the list's
preferred language and possibly not properly RFC 2047 encoded.
(LP: #998949)
|
|
|
|
|
| |
interface. This is fixed by changing the sender to <missing>.
Bug #897103.
|
|
|
|
|
| |
- Fixed a bug in admindb.py that could erroneously discard an unsubscribe
request as a duplicate.
|
| |
|
| |
|
|
|
|
|
|
| |
It fixed the underlying issue, but didn't fix an improperly converted
request.pck file. This change adds code to detect and recover from an
incorect conversion.
|
|
|
|
|
|
|
| |
requests have not been migrated properly. This is fixed.
Bug #266106 (sf998384).
Updated NEWS for this and some prior changes.
|
|
|
|
|
| |
instead of the -bounces address.
|
| |
|
|
|
|
|
| |
also a minor typo fix.
Thanks to Jim Tittsler - jtittsler.
|
| |
|
|
|
|
| |
before trying to call replace on them for the rejection notice substitution.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
now a pickle instead the less secure marshal. Other changes:
__filename(): Removed. We'll use the instance variable __filename instead.
__opendb(): Simplified by removing upgrade logic largely duplicated in
_UpdateRecords().
__closedb(): Use pickles and the __filename instance variable.
__request_id(): Removed this since it wasn't thread-safe. It didn't require
the acquisition of the list lock. Replaced with __nextid() which not only
asserts the list lock, but also ensures that the id returned will be unique.
HoldMessage(): Always flush and fsync the heldmsg file.
Various other code improvement.
|
|
|
|
| |
ApprovedAddMember().
|
| |
|
| |
|
|
'Release_2_1-maint'.
|