blob: 9483ab9c8105b4327e554353443c914471cedc08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[
{ type: install
message: <<EOM
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
EOM
}
]
|