From 39462b54f855c40e85d940822ceb8c4e3f42e5c4 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 6 Jul 2012 16:04:26 +0300 Subject: [PATCH] PGP/Replies.html: add instructions on what to remove when replying to PGP/INLINE signed emails. --- PGP/Replies.html | 28 ++++++++++++++++++++++++++++ PGP/Replies.html.md | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 PGP/Replies.html create mode 100644 PGP/Replies.html.md diff --git a/PGP/Replies.html b/PGP/Replies.html new file mode 100644 index 0000000..8f1ff7e --- /dev/null +++ b/PGP/Replies.html @@ -0,0 +1,28 @@ +

What you should remove from email, when you reply into PGP/INLINE signed email.

+

Top

+

From top of the email, remove everything after

+
+

-----BEGIN PGP SIGNED MESSAGE-----

+
+

untill the first line change.

+

For example:

+
-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+Hi,
+

You would remove

+
-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+

so the message would be

+
+

Hi,

+
+

Bottom

+

Remove everything between lines

+
+

-----BEGIN PGP SIGNATURE-----

+
+

and

+
+

-----END PGP SIGNATURE-----

+
diff --git a/PGP/Replies.html.md b/PGP/Replies.html.md new file mode 100644 index 0000000..09dbca8 --- /dev/null +++ b/PGP/Replies.html.md @@ -0,0 +1,39 @@ +# What you should remove from email, when you reply into PGP/INLINE signed email. + +## Top + +From top of the email, remove everything after + +> -----BEGIN PGP SIGNED MESSAGE----- + +untill the first line change. + +For example: + +``` +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +Hi, +``` + +You would remove + +``` +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 +``` + +so the message would be + +> Hi, + +# Bottom + +Remove everything between lines + +> -----BEGIN PGP SIGNATURE----- + +and + +> -----END PGP SIGNATURE-----