App-Eduard version 0.001 ======================== Eduard is Ceata's reimplementation of the Edward reply bot referenced in https://emailselfdefense.fsf.org/. It takes mail messages, checks them for PGP signatures and encryption, then replies appropriately. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install USAGE Typical usage of Eduard is as follows: 1. Create a new GPG homedir $ mkdir /srv/eduard 2. Create a suitable gpg.conf $ cat > /srv/eduard/gpg.conf <> /etc/aliases For multiple language support, add multiple entries to /etc/aliases of the form: $ echo 'eduard-lang: |/path/to/eduard --keydir=/srv/eduard --key=KEYID --from=eduard@hostname.tld --tmpl=lang' >>/etc/aliases DEPENDENCIES This module requires these other modules and libraries: * Email::Sender * File::Slurp * File::Share * File::ShareDir::Install * MIME-Tools * Mail::GnuPG * PerlX::Maybe * Template-Toolkit * Try::Tiny COPYRIGHT AND LICENCE 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, at your option, any later version of Perl 5 you may have available.