[Rt-commit] rt branch 4.4/error-public-key-template-tweak created. rt-4.4.5-32-g689202dc9c

BPS Git Server git at git.bestpractical.com
Mon Mar 28 18:24:35 UTC 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".

The branch, 4.4/error-public-key-template-tweak has been created
        at  689202dc9cbd0b85e3e997c7395ae37d2d2aec65 (commit)

- Log -----------------------------------------------------------------
commit 689202dc9cbd0b85e3e997c7395ae37d2d2aec65
Author: Brian Conry <bconry at bestpractical.com>
Date:   Mon Mar 28 13:19:27 2022 -0500

    Improve template 'Error: public key'
    
    The template 'Error: public key' had content that didn't flow well and
    had the potential to cause some confusion for users.
    
    This change will only affect new installs.  Existing installs will need
    to modify the template manually to get the new text.

diff --git a/etc/initialdata b/etc/initialdata
index 454f76336b..913713d51c 100644
--- a/etc/initialdata
+++ b/etc/initialdata
@@ -681,9 +681,9 @@ You received this message because RT received mail from you that was not encrypt
        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
+       Content => q{Subject: We were unable to encrypt to your public key
 
-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.
+You received this message because we were unable to encrypt a message to your public key, either because it is missing or has a problem.  Please inform the administrator about the problem.
 }
     },
     {  Queue       => 0,

-----------------------------------------------------------------------


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list