[Rt-commit] r7948 - rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/lib/RT/Crypt

ruz at bestpractical.com ruz at bestpractical.com
Mon May 28 17:04:40 EDT 2007


Author: ruz
Date: Mon May 28 17:04:40 2007
New Revision: 7948

Modified:
   rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/lib/RT/Crypt/GnuPG.pm

Log:
* add keywords we parse to the list, now the list is complete

Modified: rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/lib/RT/Crypt/GnuPG.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/lib/RT/Crypt/GnuPG.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/lib/RT/Crypt/GnuPG.pm	Mon May 28 17:04:40 2007
@@ -1236,7 +1236,7 @@
 # keywords we parse
 my %parse_keyword = map { $_ => 1 } qw(
     USERID_HINT
-    SIG_CREATED GOODSIG
+    SIG_CREATED GOODSIG BADSIG ERRSIG
     END_ENCRYPTION
     DECRYPTION_FAILED DECRYPTION_OKAY
     BAD_PASSPHRASE GOOD_PASSPHRASE


More information about the Rt-commit mailing list