[Rt-commit] rt branch, 4.4.1/gpg-outlook, repushed
Jim Brandt
jbrandt at bestpractical.com
Fri Jun 2 16:04:08 EDT 2017
The branch 4.4.1/gpg-outlook was deleted and repushed:
was 7d097a8ab30471e4948b0f6b6642798661619afd
now 8367b9ebb60b90072c8d6b55cbcf5150e0a96845
1: 7d097a8 ! 1: 8367b9e Handle legacy PGP Partitioned format for Outlook-style messages
@@ -52,8 +52,10 @@
# if the decryption is fine but the signature is bad, then without this
# status check we lose the decrypted text
# XXX: add argument to the function to control this check
-@@
- return (undef, undef, %res) if $res{message};
+ delete $res{'message'} if $res{'status'} =~ /DECRYPTION_OKAY/;
+
+- return (undef, undef, %res) if $res{message};
++ return (undef, undef, $embedded_fn, %res) if $res{message};
seek $tmp_fh, 0, 0;
- return ($tmp_fh, $tmp_fn, %res);
More information about the rt-commit
mailing list