X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=edwardng;h=4f6124eb02a9e0e5acf844ee31ced84a970a1925;hb=8dd68edb17156d846480991d2db9844c2b3ba6e6;hp=e111f70ca2042acb7a029afa13da5de31f293c03;hpb=2f9e679a099ab2e59aed109e1d5e3555b5c23b57;p=app-edwardng.git diff --git a/edwardng b/edwardng index e111f70..4f6124e 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: |edwardng --from=edwardng@example.org --key=12345678 =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 @@ -51,6 +56,10 @@ Path to GnuPG homedir. Private key passphrase. +=item B<--tmpl-path>=I + +Path to the template directory. Users of the default templates can select the language with this argument. Available languages: en. Defaults to B<--tmpl-path=en>. + =item B<--use-agent>, B<--no-use-agent> If B<--use-agent>, use L. Defaults to B<--no-gpg-agent>. @@ -87,6 +96,10 @@ Corresponds to B<--keydir>. Corresponds to B<--passphrase>. +=item EDWARDNG_TMPL_PATH + +Corresponds to B<--tmpl-path>. + =item EDWARDNG_USE_AGENT Corresponds to B<--use-agent> (if true) and B<--no-use-agent> (if false). @@ -103,7 +116,7 @@ Marius Gavrilescu, Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2014 by Marius Gavrilescu +Copyright (C) 2014 by Fundația Ceata This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.18.2 or,