[Rt-commit] r7645 - rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Email/Auth

clkao at bestpractical.com clkao at bestpractical.com
Mon Apr 23 14:43:08 EDT 2007


Author: clkao
Date: Mon Apr 23 14:43:07 2007
New Revision: 7645

Modified:
   rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Email/Auth/GnuPGNG.pm

Log:
GnuPGNG plugin needs to be used with MailFrom plugin.

Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Email/Auth/GnuPGNG.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Email/Auth/GnuPGNG.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Email/Auth/GnuPGNG.pm	Mon Apr 23 14:43:07 2007
@@ -11,7 +11,7 @@
 you care about and specify the following in your SiteConfig.pm
 
 Set(%GnuPGOptions, homedir => '/opt/rt3/var/data/GnuPG');
-Set(@MailPlugins, 'Auth::GnuPGNG', ...other filter...);
+Set(@MailPlugins, 'Auth::MailFrom', 'Auth::GnuPGNG', ...other filter...);
 
 =cut
 


More information about the Rt-commit mailing list