mboxstats creates several top-10 lists from a file containing message
in mbox-format. List of top10 lists:
o Top writes
o Top receivers
o Top subjects
o Top cc'ers
o Top top-level-domain
o Top timezones
o Top organisations
o Top useragents (mailprograms)
o Top month/day-of-month/day-of-week/hour
o Average number of lines per message
o All kinds of per-user statistics
And much more!
This is a simple and small POP3 daemon implementation designed for
Maildir support. It have direct support for authenticating regular
unix users, has UIDL command support, can access maildirs in
non-default location, and have support for external (pre-)authenticators.
mess822 is a library for parsing Internet mail messages. The mess822
package contains several applications that work with qmail:
* ofmipd rewrites messages from dumb clients. It supports a database
of recognized senders and From lines, using cdb for fast lookups.
* new-inject is an experimental new version of qmail-inject. It
includes a flexible user-controlled hostname rewriting mechanism.
* iftocc can be used in .qmail files. It checks whether a known
address is listed in To or Cc.
* 822header, 822field, 822date, and 822received extract various
pieces of information from a mail message.
* 822print converts a message into an easier-to-read format.
mess822 supports the full complexity of RFC 822 address lists, including
address groups, source routes, spaces around dots, etc. It also supports
common RFC 822 extensions: backslashes in atoms, dots in phrases,
addresses without host names, etc. It extracts each address as an
easy-to-use string, with a separate string for the accompanying comment.
mess822 converts RFC 822 dates into libtai's struct caltime format. It
supports numeric time zones, the standard old-fashioned time zones, and
many nonstandard time zones.
mbx2mbox converts Microsoft Outlook Express .mbx files into
standard mail files (mbox) that programs like Pine, Mutt, and
Netscape can parse.
Usage: mbx2mbox file1.mbx file2.mbx ...
Mailsync is a way of keeping a collection of mailboxes synchronized. The
mailboxes may be on the local filesystem or on an IMAP server.
mboxgrep is a small utility that scans a mailbox for messages matching a
regular expression. Found messages can be either displayed on standard output,
counted, deleted, piped to a shell command or written to another mailbox.
Its features include:
* ability to limit the search to message body or headers (although the whole
message is scanned by default)
* message counting
* ability to invert the sense of matching
* ability to write found messages to another mailbox
* support for mbox (either plain or compressed), MH, nnmh, nnml and maildir
folders
* support for basic and extended POSIX regular expressions, and, optionally,
Perl-complatible regular expressions (if linked with the PCRE library)
milter manager protects you from spam mails and virus mails effectively
with milter. milter manager has embedded Ruby interpreter to control
milters flexibly.
Lurker is not just another mailing list archiver. It is capable of handling
gigabytes of mail without slowing down. Lurker has been designed to scale to
support sites with thousands of concurrent users and hundreds of new messages a
second. If you run a high-volume mailing list archive, you should seriously
consider lurker for this alone.
To facilitate finding interesting data, lurker supports:
* full keyword search by body, subject, author, ...
* a graphical representation of message relationships
* charts of the current activity about a topic
* searching lists or queries around an estimated time
* signature verification to confirm the author
* messages markup to find related information
As one would expect, lurker also supports file attachments, multiple languages,
message threading, gpg key photo ids, a transactional database, automatic
timezone detection, render caching, xml customization with xslt and css,
multiple front-ends (3-tier deployment), and many other buzz words.
mime-construct constructs and (by default) mails MIME messages. It is entirely
driven from the command line, it is designed to be used by other programs, or
people who act like programs.
mls will read mailbox file in MBOX format and display various
statistical data about it. You can specify input and ouput files (can
be stdin/stdout), language used for output (in this version
Slovak/English/Italian/Francais/Deutsch/Spanish/Serbian), error and
diagnostic msgs are always printed in english. You can also specify
text which will be displayed instead of standart title in output (can
be used for automatic mailing of produced output).
It also supports cache file for faster re-generation of stats from the
same input file. It is useful when you want to show statistics on web
- you can use HTML output & PHP wrapper.