diff options
author | msapiro <> | 2006-07-09 03:42:41 +0000 |
---|---|---|
committer | msapiro <> | 2006-07-09 03:42:41 +0000 |
commit | 7f5a6591910a10c5ecdd79322e53dc47c6e7a9cd (patch) | |
tree | 8dbfba956897a7c1cc35440a598c08fde2a0715f /NEWS | |
parent | 4dc70bbcc0856b2a27d0d6c0a2def51433712e36 (diff) | |
download | mailman2-7f5a6591910a10c5ecdd79322e53dc47c6e7a9cd.tar.gz mailman2-7f5a6591910a10c5ecdd79322e53dc47c6e7a9cd.tar.xz mailman2-7f5a6591910a10c5ecdd79322e53dc47c6e7a9cd.zip |
- Switchboard.py - Closed very tiny holes at the upper ends of queue
slices that could result in unprocessable queue entries. Improved FIFO
processing when two queue entries have the same timestamp.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,10 @@ Here is a history of user visible changes to Mailman. - Fixed Decorate.py so that characters in message header/footer which are not in the character set of the list's language are ignored rather than causing shunted messages (1507248). + + - Switchboard.py - Closed very tiny holes at the upper ends of queue + slices that could result in unprocessable queue entries. Improved FIFO + processing when two queue entries have the same timestamp. 2.1.8 (15-Apr-2006) |