http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8897
Mirko Tietgen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion --- Comment #2 from Mirko Tietgen <[email protected]> --- To try the initial patch you would need - install gnupg and libcrypt-gpg-perl - add a keypair to GnuPG for your KohaAdminEmailAddress - add a key for your test patron (or use the same email as KohaAdminEmailAddress) - set EnhancedMessagingPreferences to 'allow' - set messaging preferences for your test patron to send emails for check-in and checkout - set GnuPG prefs: GnuPGPassphrase is the passphrase for your admin key, also enables the feature GnuPGPath is the path to gnupg. Standard on Debian is default: '/usr/bin/gpg' - check one thing out - check SQL: SELECT * FROM message_queue WHERE to_address = <testpatronemailaddress>; - observe that 'content' is encrypted, 'metadata' (next field) shows one entry (encryption of add) - check in and out more stuff - check SQL again, observe that 'content' is still encrypted while 'metadata' is gettign filled with more items checked in and checked out (encryption of append) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
