| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
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'.
|