[Rt-commit] r7650 - in rt/branches/3.7-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Mon Apr 23 19:16:50 EDT 2007
Author: ruz
Date: Mon Apr 23 19:16:49 2007
New Revision: 7650
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/etc/initialdata
Log:
r5103 at cubic-pc: cubic | 2007-04-24 03:15:52 +0400
* add "Error: no private key" template
Modified: rt/branches/3.7-EXPERIMENTAL/etc/initialdata
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/etc/initialdata (original)
+++ rt/branches/3.7-EXPERIMENTAL/etc/initialdata Mon Apr 23 19:16:49 2007
@@ -414,8 +414,19 @@
$res .= "* ". $e->{'Message'} ."\n";
}
$res
-}
-}
+}}
+ },
+ { Queue => 0,
+ Name => "Error: no private key", # loc
+ Description =>
+ "Inform user that we received an encrypted email and we have no private keys to decrypt", # loc
+ Content => q{Subject: we received message we cannot decrypt
+
+You sent an encrypted message with subject '{ $Message->head->get('Subject') }',
+but we have no private key it's encrypted to.
+
+Please, check that you encrypt messages with correct keys
+or contact the system administrator.}
},
);
# }}}
More information about the Rt-commit
mailing list