diff options
author | schmonz <schmonz> | 2004-07-26 23:26:27 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2004-07-26 23:26:27 +0000 |
commit | 2bcfe90e51a0e1d6c97dce23e8ac6b20b88008ac (patch) | |
tree | 26b5f3c712ab42f95b71e751b8788808440c0004 /mail/mess822/DESCR | |
parent | 06e0bd8ad4e19fc1a817e858fa0aa9f93b2958a4 (diff) | |
download | pkgsrc-2bcfe90e51a0e1d6c97dce23e8ac6b20b88008ac.tar.gz |
Initial import of mess822-0.58.
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.
Diffstat (limited to 'mail/mess822/DESCR')
-rw-r--r-- | mail/mess822/DESCR | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/mess822/DESCR b/mail/mess822/DESCR new file mode 100644 index 00000000000..319e75eb0da --- /dev/null +++ b/mail/mess822/DESCR @@ -0,0 +1,23 @@ +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. |