Update POD
authorMarius Gavrilescu <marius@ieval.ro>
Mon, 7 Jul 2014 21:09:13 +0000 (00:09 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 7 Jul 2014 21:09:13 +0000 (00:09 +0300)
edwardng
lib/App/EdwardNG.pm

index 7e1363f2cb05e07c41d6e0a56f1e9971949e626f..4f6124eb02a9e0e5acf844ee31ced84a970a1925 100755 (executable)
--- a/edwardng
+++ b/edwardng
@@ -14,14 +14,19 @@ edwardng - GnuPG email sign/encrypt testing bot
 
 =head1 SYNOPSIS
 
 
 =head1 SYNOPSIS
 
-edwardng --
+Manually:
 
 
+  edwardng --from=edwardng@example.org --key=12345678 < mail.eml
+
+In F</etc/aliases>:
+
+  edwardng: |edwardng --from=edwardng@example.org --key=12345678
 
 =head1 DESCRIPTION
 
 EdwardNG is a reimplementation of the Edward reply bot referenced in L<https://emailselfdefense.fsf.org/>.
 
 
 =head1 DESCRIPTION
 
 EdwardNG is a reimplementation of the Edward reply bot referenced in L<https://emailselfdefense.fsf.org/>.
 
-It takes mail messages, checks them for PGP signatures and encryption, then replies appropriately.
+It reads an email from STDIN, checks it for PGP signatures and encryption, then replies appropriately.
 
 =head1 OPTIONS
 
 
 =head1 OPTIONS
 
index 9a01dc03458e4a19f5b6c64e2f4cf402a4951cb9..6f6b3a0adc0abc8cd3b4fcebb93050bc963a0817 100644 (file)
@@ -166,8 +166,6 @@ App::EdwardNG - GnuPG email sign/encrypt testing bot
 
 EdwardNG is a reimplementation of the Edward reply bot referenced in L<https://emailselfdefense.fsf.org/>.
 
 
 EdwardNG is a reimplementation of the Edward reply bot referenced in L<https://emailselfdefense.fsf.org/>.
 
-It takes mail messages, checks them for PGP signatures and encryption, then replies appropriately.
-
 This module exports a single function, B<process_message>, which takes a single parameter representing the message. This parameter can be:
 
 =over
 This module exports a single function, B<process_message>, which takes a single parameter representing the message. This parameter can be:
 
 =over
This page took 0.011161 seconds and 4 git commands to generate.