"Fossies" - the Fresh Open Source Software Archive

Member "archivemail-0.9.0/README" (9 Jul 2011, 2168 Bytes) of package /linux/privat/old/archivemail-0.9.0.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 
    2 -----------------------------------------------------------
    3 archivemail - archive and compress old mail in your mailbox
    4 -----------------------------------------------------------
    5 
    6 OVERVIEW:
    7 
    8 archivemail is a tool written in python(1) for archiving and compressing old
    9 email in mailboxes. 
   10 
   11 It can move messages older than the specified number of days to a separate
   12 'archive' mbox-format mailbox that is compressed with 'gzip'.
   13 
   14 For example, have you been subscribing to the 'linux-kernel' mailing list
   15 for the last 6 years and ended up with an 160-meg mailbox that 'mutt' is
   16 taking a long time to load?  'archivemail' can move all messages that are
   17 older than 6 months to a separate compressed mailbox, and leave you with
   18 just the most recent messages. 
   19 
   20 'archivemail' can save a lot of disk space and will significantly reduce
   21 overhead on your mail reader. The number of days before mail is considered
   22 'old' is up to you, but the default is 180 days. You can also archive messages
   23 by an absolute date or only archive unread messages.
   24 
   25 
   26 REQUIREMENTS:
   27 
   28 archivemail requires python version 2.3. It also uses some optional python
   29 modules, but these should be pretty much standard; if you get an ImportError
   30 nonetheless, please report it, thanks. (For contact addresses see below.)
   31 
   32 Python is available from http://www.python.org/
   33 
   34 
   35 INSTALLATION:
   36 
   37 If you want to test archivemail:
   38     python test_archivemail
   39 
   40 To install archivemail, run:
   41     python setup.py install
   42 
   43 
   44 USE:
   45 
   46 For more detailed information and examples, look at the archivemail man page.
   47 
   48 The best way to run archivemail is from cron, giving the '-q' option to
   49 archivemail to make it quiet, only printing messages if something went wrong.
   50 Check out the 'examples' directory for an example shell script to be run from
   51 cron.
   52 
   53 The archivemail website is at: http://archivemail.sourceforge.net/
   54 
   55 If you have any feedback or bug reports about archivemail, you are very
   56 welcome to email the maintainers; as of November 2006, these are:
   57 
   58 Nikolaus Schulz <microschulz@web.de>
   59 Peter Poeml <poeml@suse.de>
   60 
   61 
   62 -- Paul Rodger <paul at paulrodger dot com>, archivemail author
   63    Updated by: Nikolaus Schulz, maintainer