summaryrefslogtreecommitdiff
path: root/mail/ripmime/pkg-message
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-04-07 07:42:47 +0000
committerWill Andrews <will@FreeBSD.org>2001-04-07 07:42:47 +0000
commit12a5cfcdb961fd36c9750b365130cfe0d883de94 (patch)
tree9ca34c63683ba42b4c8572abc49363a510cabbcf /mail/ripmime/pkg-message
parent8a44bfc3552b81f63284731a76ac04b170bc9466 (diff)
downloadfreebsd-ports-12a5cfcdb961fd36c9750b365130cfe0d883de94.zip
Add ripmime 1.0.0pr3, a program that extracts attached files out of a
MIME encoded email package. PR: 25848 Submitted by: Justin Stanford <jus@security.za.net>
Diffstat (limited to 'mail/ripmime/pkg-message')
-rw-r--r--mail/ripmime/pkg-message9
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
+