summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-11-23 18:36:55 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-11-23 18:36:55 +0000
commitab7abf9320fd39cb0827a8c83783c407fb29ac15 (patch)
tree1eaf729f3734ff2d46a58dec81f9e24e969c5030 /doc
parenteaa53ada70f724a8b3f6a9ce498a61fab80b46db (diff)
Include the maildrop recipe Mark Weinem
<mark.weinem@unidui.uni-duisburg.de> sent me some weeks ago.
Diffstat (limited to 'doc')
-rw-r--r--doc/PGP-Notes.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/PGP-Notes.txt b/doc/PGP-Notes.txt
index ea2b13bd..a5faa654 100644
--- a/doc/PGP-Notes.txt
+++ b/doc/PGP-Notes.txt
@@ -64,6 +64,31 @@ using procmail, aren't you?):
------------------------------
+For users of maildrop, "Mark Weinem"
+<mark.weinem@unidui.uni-duisburg.de> suggests the following recipe:
+
+ ------------------------------
+
+BPGPM="-----BEGIN PGP MESSAGE-----"
+EPGPM="-----END PGP MESSAGE-----"
+BPGPS="-----BEGIN PGP SIGNATURE-----"
+EPGPS="-----END PGP SIGNATURE-----"
+
+if (!/^Content-Type: message/ && !/^Content-Type: multipart/ \
+ && !/^Content-Type: application\/pgp/)
+{
+if (/^$BPGPM/:b && /^$EPGPM/:b)
+ xfilter "reformail -A 'Content-Type: application/pgp; format=text; \
+ x-action=encrypt'"
+
+if (/^$BPGPS/:b && /^$EPGPS/:b)
+ xfilter "reformail -A 'Content-Type: application/pgp; format=text; \
+ x-action=sign'"
+}
+
+ ------------------------------
+
+
Q: "I don't like that PGP/MIME stuff, but want to use the
old way of PGP-signing my mails. Can't you include