diff options
author | roam <roam@FreeBSD.org> | 2001-02-05 07:23:54 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-02-05 07:23:54 +0000 |
commit | 7ab775ff17a9df56388d3ec23f1a0fc1a98a4bcc (patch) | |
tree | 2ae10a07af599e5cb46b503bd89e5ba7a9680212 /mail/mess822/pkg-descr | |
parent | fc9e6792c3196944efa42fa71b09817e5dc62366 (diff) | |
download | FreeBSD-ports-7ab775ff17a9df56388d3ec23f1a0fc1a98a4bcc.zip FreeBSD-ports-7ab775ff17a9df56388d3ec23f1a0fc1a98a4bcc.tar.gz |
mess822 is a package containing a RFC 822 message parsing library and
rewriting utilities.
WWW: http://cr.yp.to/mess822.html
PR: 24848
Submitted by: David Siebörger <drs@rucus.ru.ac.za>
Diffstat (limited to 'mail/mess822/pkg-descr')
-rw-r--r-- | mail/mess822/pkg-descr | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/mess822/pkg-descr b/mail/mess822/pkg-descr new file mode 100644 index 0000000..11b7e66 --- /dev/null +++ b/mail/mess822/pkg-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. + +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. + +WWW: http://cr.yp.to/mess822.html |