1 2 1. Why doesn't archivemail support bzip2 compression in addition to gzip? 3 ------------------------------------------------------------------------- 4 5 The bzip2 module in Python 2.x is not fully compatible with the gzip module, 6 and cannot be used with the current implementation of compressed mailbox 7 support in archivemail. See Python feature request #5863 for details. 8 9 2. Can you add a switch to archive mailboxes greater than a certain size? 10 ------------------------------------------------------------------------- 11 12 If you are using mbox format mailboxes instead, use the find(1) command instead, it is more flexible: 13 14 find $HOME/Mail -type f ! -name '*archive*' 15