[Bps-public-commit] RT-Client-CLI branch master updated. 5.0.3-4-g571e107

BPS Git Server git at git.bestpractical.com
Thu Oct 19 19:50:53 UTC 2023


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-Client-CLI".

The branch, master has been updated
       via  571e1076eb67d09524cb099a8c87d6bc3ffd7960 (commit)
      from  057f172ebe695afd1076acb5a61069b13fdff402 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 571e1076eb67d09524cb099a8c87d6bc3ffd7960
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Oct 19 15:49:19 2023 -0400

    Update to 5.0.5

diff --git a/script/rt-mailgate b/script/rt-mailgate
index 984ddd5..f1a82ce 100644
--- a/script/rt-mailgate
+++ b/script/rt-mailgate
@@ -151,7 +151,7 @@ sub get_useragent {
     my $self = shift;
     my $opts = shift;
     my $ua   = LWP::UserAgent->new();
-    $ua->agent("rt-mailgate/5.0.4 ");
+    $ua->agent("rt-mailgate/5.0.5 ");
     $ua->cookie_jar( { file => $opts->{'jar'} } ) if $opts->{'jar'};
 
     $ua->ssl_opts( verify_hostname => $opts->{'verify-ssl'}, SSL_verify_mode => $opts->{'verify-ssl'} );
@@ -315,7 +315,7 @@ sub slurp_message {
 Usual invocation (from MTA):
 
     rt-mailgate --action (correspond|comment|...) --queue queuename
-                --url http://your.rt.server/
+                --url http://your.rt.server
                 [ --debug ]
                 [ --extension (queue|action|ticket) ]
                 [ --timeout seconds ]
@@ -416,10 +416,10 @@ monitoring. For instance, if you're using F</etc/aliases> and you have a
 "bugs" queue, you will want something like this:
 
     bugs:         "|rt-mailgate --queue bugs --action correspond
-              --url http://rt.mycorp.com/"
+              --url http://rt.mycorp.com"
 
     bugs-comment: "|rt-mailgate --queue bugs --action comment
-              --url http://rt.mycorp.com/"
+              --url http://rt.mycorp.com"
 
 Note that you don't have to run your RT server on your mail server, as
 the mail gateway will happily relay to a different machine.

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

Summary of changes:
 script/rt-mailgate | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
RT-Client-CLI


More information about the Bps-public-commit mailing list