diff options
-rw-r--r-- | FAQ | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -2,10 +2,9 @@ 1. Why doesn't archivemail support bzip2 compression in addition to gzip? ------------------------------------------------------------------------- -I am quite happy to add bzip2 support to archivemail as soon as a 'bzip2' -module (similar to the gzip module) is available for python. -[ Hint hint ;) ] - +The bzip2 module in Python 2.x is not fully compatible with the gzip module, +and cannot be used with the current implementation of compressed mailbox +support in archivemail. See Python feature request #5863 for details. 2. Can you add a switch to archive mailboxes greater than a certain size? ------------------------------------------------------------------------- |