X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=edwardng;h=a86e32843adf83b57a4600199fac03efd725076f;hb=d03d611f3dd49549200b266ff84b70bd7a69ba4f;hp=7e1363f2cb05e07c41d6e0a56f1e9971949e626f;hpb=b26648112dbe0c44bae7ef96ed762157b8e3351b;p=app-edwardng.git diff --git a/edwardng b/edwardng index 7e1363f..a86e328 100755 --- a/edwardng +++ b/edwardng @@ -14,14 +14,19 @@ edwardng - GnuPG email sign/encrypt testing bot =head1 SYNOPSIS -edwardng -- +Manually: + edwardng --from=edwardng@example.org --key=12345678 < mail.eml + +In F: + + edwardng: |/path/to/edwardng --from=edwardng@example.org --key=12345678 --keydir=/srv/edwardng-keydir --debug --logfile=/var/log/edwardng =head1 DESCRIPTION EdwardNG is a reimplementation of the Edward reply bot referenced in L. -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 @@ -47,6 +52,10 @@ ID of key used for encrypting replies. Path to GnuPG homedir. +=item B<--logfile>=I + +If B<--debug>, append debug information to this file. Ignored if B<--no-debug>. + =item B<--passphrase>=I Private key passphrase. @@ -87,6 +96,10 @@ Corresponds to B<--key>. Corresponds to B<--keydir>. +=item EDWARDNG_LOGFILE + +Corresponds to B<--logfile>. + =item EDWARDNG_PASSPHRASE Corresponds to B<--passphrase>.