Link to PGP post from send_pgp_mime post.
authorW. Trevor King <wking@drexel.edu>
Sat, 14 May 2011 13:02:08 +0000 (09:02 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 14 May 2011 13:02:08 +0000 (09:02 -0400)
posts/send_pgp_mime.mdwn

index ddc269f9c3e48d4f8b53996c2f873424a53d5461..c8dc64d184d6078b45c1a4bc40f9d96a170c38c7 100644 (file)
@@ -2,16 +2,16 @@
 [[!meta  date="2009-02-04 11:39:37"]]
 
 I've been scripting up a few things recently and my inability to send
-nicely formatted PGP/MIME messages was starting to really bug me.  I
-had been encrypting my logwatch output with gpg and just emailing the
-raw gpg out to myself, but it's annoying to have to ESC-P every time I
-want to decrypt a log.  The tipping point came while I was writing up
-a script to automatically email grades out to my students (not that
-any of the student's care about PGP, but it's the principle of the
-thing ;), since there's no way I'm going to send them raw gpg output
-(they would die) and there's also no way I'm going to hold Mutt's hand
-while it signs the emails.  I dunno why Mutt doesn't have some
-`--batch` mode options to support PGP, but there it is.
+nicely formatted [[OpenPGP|PGP]] messages was starting to really bug
+me.  I had been encrypting my logwatch output with gpg and just
+emailing the raw gpg out to myself, but it's annoying to have to ESC-P
+every time I want to decrypt a log.  The tipping point came while I
+was writing up a script to automatically email grades out to my
+students (not that any of the student's care about PGP, but it's the
+principle of the thing ;), since there's no way I'm going to send them
+raw gpg output (they would die) and there's also no way I'm going to
+hold Mutt's hand while it signs the emails.  I dunno why Mutt doesn't
+have some `--batch` mode options to support PGP, but there it is.
 
 So I [wrote my own][send_pgp_mime.py].  Not very complicated really,
 just implementing the [RFC 3156][] specs.  There's obviously room for