diff options
Diffstat (limited to 'mail/ripmime/pkg-message')
-rw-r--r-- | mail/ripmime/pkg-message | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ripmime/pkg-message b/mail/ripmime/pkg-message new file mode 100644 index 000000000000..4c4603701f15 --- /dev/null +++ b/mail/ripmime/pkg-message @@ -0,0 +1,9 @@ +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 + |