aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-14 02:28:27 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-14 02:28:27 +1300
commitae0d38d90a1a4c00ef8d453383dadb7873fa33ae (patch)
treef84c02ce02890544aa0f1e49874c38922a0fd28c
parentUpdate README.markdown (diff)
downloadMail-Run-Crypt-ae0d38d90a1a4c00ef8d453383dadb7873fa33ae.tar.gz
Mail-Run-Crypt-ae0d38d90a1a4c00ef8d453383dadb7873fa33ae.zip
Update README and brief description
-rw-r--r--README4
-rw-r--r--lib/Mail/Run/Crypt.pm4
2 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 436e7d9..f609555 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
Mail-Run-Crypt
-Wrapper to sign and encrypt cron(8) output and errors with PGP/MIME
-before sending them to the MAILTO destination.
+Wrapper to sign and/or encrypt command output and error content with
+GnuPG using PGP/MIME before sending them to the MAILTO destination.
INSTALLATION
diff --git a/lib/Mail/Run/Crypt.pm b/lib/Mail/Run/Crypt.pm
index 7105338..da68381 100644
--- a/lib/Mail/Run/Crypt.pm
+++ b/lib/Mail/Run/Crypt.pm
@@ -140,8 +140,8 @@ Version 0.01
This module runs commands with C<IPC::Run3::run3()>, and collects any standard
output and standard error it emits. If there is any standard output or standard
-error content, it is mailed (each stream separately) to a specified recipient
-address.
+error content, it is signed and/or encrypted with GnuPG, and then mailed to a
+specified recipient address (each stream separately).
The idea is to allow you to view the output of automated commands while having
the content encrypted as it passes through to your mailserver, and (optionally)