diff options
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 |