From ae0d38d90a1a4c00ef8d453383dadb7873fa33ae Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 14 Oct 2017 02:28:27 +1300 Subject: Update README and brief description --- README | 4 ++-- lib/Mail/Run/Crypt.pm | 4 ++-- 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, 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) -- cgit v1.2.3