Mailing List Archive

rt branch, 5.0/gnupg-file-extensions, updated. rt-5.0.0-53-g2a81cf323f
The branch, 5.0/gnupg-file-extensions has been updated
via 2a81cf323fc0c9c7d4fed92e3dfc8bd6f103def7 (commit)
from 0896e8ca802e769fa92cb05caf2016d4531c464f (commit)

Summary of changes:
devel/docs/UPGRADING-5.0 | 13 +++++++++++++
etc/RT_Config.pm.in | 5 +++++
2 files changed, 18 insertions(+)

- Log -----------------------------------------------------------------
commit 2a81cf323fc0c9c7d4fed92e3dfc8bd6f103def7
Author: Jim Brandt <jbrandt@bestpractical.com>
Date: Thu Oct 22 15:37:43 2020 -0400

Document new FileExtensions config option

diff --git a/devel/docs/UPGRADING-5.0 b/devel/docs/UPGRADING-5.0
index 67c21a3990..87b97e4224 100644
--- a/devel/docs/UPGRADING-5.0
+++ b/devel/docs/UPGRADING-5.0
@@ -61,4 +61,17 @@ SetDefaultDueIn, DefaultDueIn.

=back

+=head1 UPGRADING FROM 5.0.0 AND EARLIER
+
+=over 4
+
+=item *
+
+C<RT::Crypt::GnuPG> previously had a package variable C<$RE_FILE_EXTENSIONS>
+that could be modified to control file types RT should try to
+decrypt. This has been moved to a configuration option in the C<%GnuPG>
+setting in C<RT_Config.pm>.
+
+=back
+
=cut
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 8049bd0f7d..2539240f4d 100644
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -3862,6 +3862,11 @@ function, or a hash (to look up by address). If the hash is used, the
Set C<OutgoingMessagesFormat> to 'inline' to use inline encryption and
signatures instead of 'RFC' (GPG/MIME: RFC3156 and RFC1847) format.

+Plain (not encrypted) email sent to RT can have attached files that
+are encrypted. Set C<FileExtensions> to any file extensions on
+attachments that RT should treat as encrypted and attempt to
+decrypt with C<gpg>.
+
=cut

Set(%GnuPG,

-----------------------------------------------------------------------
_______________________________________________
rt-commit mailing list
rt-commit@lists.bestpractical.com
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit