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

clkao at bestpractical.com clkao at bestpractical.com
Tue Apr 24 03:15:21 EDT 2007


Author: clkao
Date: Tue Apr 24 03:15:20 2007
New Revision: 7665

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

Log:
add todo for incoming mail encrypted with key not belongs to current queue

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	Tue Apr 24 03:15:20 2007
@@ -41,6 +41,9 @@
         return @args{qw(CurrentUser AuthLevel)};
     }
 
+    # FIXME: Check if the message is encrypted to the address of
+    # _this_ queue. send rejecting mail otherwise.
+
     unless ( $status ) {
         $RT::Logger->error("Had a problem during decrypting and verifying");
         my $reject = HandleErrors( Message => $args{'Message'}, Result => \@res );


More information about the Rt-commit mailing list