diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-05 04:09:41 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-05 04:09:41 +0000 |
commit | fa0fa4e20f4433b2d0ea969082ffb0c01bb7cf55 (patch) | |
tree | c971a45f86df9cbe35c044fab480f0c97e123f71 /mail/ripmime/pkg-message | |
parent | 57cc34adf8f6e91bb214fc7af63171cf00409a21 (diff) | |
download | freebsd-ports-fa0fa4e20f4433b2d0ea969082ffb0c01bb7cf55.zip |
o Update to 1.0.6
o Unecho commands
o Update both DESCR and COMMENT
PR: 29424
Submitted by: Pete Fritchman <petef@databits.net>
Reviewed by: MAINTAINER
Diffstat (limited to 'mail/ripmime/pkg-message')
-rw-r--r-- | mail/ripmime/pkg-message | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/mail/ripmime/pkg-message b/mail/ripmime/pkg-message index 4c4603701f15..3a8d451db1a3 100644 --- a/mail/ripmime/pkg-message +++ b/mail/ripmime/pkg-message @@ -1,9 +1,7 @@ -To use RipMIME... - - If you have an MIME encoded archive (say from sendmail's output) - called recvmail001.mime and you wish to unpack it to a directory - (which already exists) called "/var/tmp/unpack", then use ripMIME - as follows... - - ripmime -i recvmail001.mime -d /var/tmp/unpack +You have installed RipMIME, a utility to extract attachments from +MIME-encoded email messages. +If you have an MIME encoded archive (say from sendmail's output) +called recvmail001.mime and you wish to unpack it to a directory +(which already exists) called "/var/tmp/unpack", then you would +type: ripmime -i recvmail001.mime -d /var/tmp/unpack |