diff options
author | cvs2git <cvs2git> | 2010-12-27 00:04:45 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2010-12-27 00:04:45 +0000 |
commit | c82d349f864e6bd9f96fd1156903bc1f7193a203 (patch) | |
tree | e117a87533656110b6acd56fc0ca64289892a9f5 /rt/etc/upgrade/3.7.10 | |
parent | 74e058c8a010ef6feb539248a550d0bb169c1e94 (diff) |
This commit was manufactured by cvs2svn to create tag 'TORRUS_1_0_9'.TORRUS_1_0_9
Diffstat (limited to 'rt/etc/upgrade/3.7.10')
-rw-r--r-- | rt/etc/upgrade/3.7.10/content | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/rt/etc/upgrade/3.7.10/content b/rt/etc/upgrade/3.7.10/content deleted file mode 100644 index d19f9e6fa..000000000 --- a/rt/etc/upgrade/3.7.10/content +++ /dev/null @@ -1,49 +0,0 @@ - -@Templates = ( - { Queue => 0, - Name => "Error: public key", # loc - Description => - "Inform user that he has problems with public key and couldn't recieve encrypted content", # loc - Content => q{Subject: We have no your public key or it's wrong - -You received this message as we have no your public PGP key or we have a problem with your key. Inform the administrator about the problem. -} - }, - { Queue => 0, - Name => "Error to RT owner: public key", # loc - Description => - "Inform RT owner that user(s) have problems with public keys", # loc - Content => q{Subject: Some users have problems with public keys - -You received this message as RT has problems with public keys of the following user: -{ - foreach my $e ( @BadRecipients ) { - $OUT .= "* ". $e->{'Message'} ."\n"; - } -}} - }, - { 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.} - }, - { Queue => 0, - Name => "Error: bad GnuPG data", # loc - Description => - "Inform user that a message he sent has invalid GnuPG data", # loc - Content => q{Subject: We received a message we cannot handle - -You sent us a message that we cannot handle due to corrupted GnuPG signature or encrypted block. we get the following error(s): -{ foreach my $msg ( @Messages ) { - $OUT .= "* $msg\n"; - } -}} - }, -); |