[Bps-public-commit] RT-Extension-CommandByMail branch, master, updated. 2.03-3-gd0aa718

Shawn Moore shawn at bestpractical.com
Fri Sep 9 13:35:34 EDT 2016


The branch, master has been updated
       via  d0aa7188a03ae994d6cb46a8f8c116b219603d70 (commit)
       via  630c642cdeaad760e794fb6cf0f878f38abba214 (commit)
       via  810bdf4938d38b1d933755bb4e0852dc09064a18 (commit)
      from  896693ee6663576bb90c52afcbb657f1603b065b (commit)

Summary of changes:
 Changes                           |  7 +++++++
 META.yml                          |  2 +-
 README                            | 13 +++++++++++++
 lib/RT/Extension/CommandByMail.pm | 22 +++++++++++++++++++++-
 4 files changed, 42 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit d0aa7188a03ae994d6cb46a8f8c116b219603d70
Merge: 896693e 630c642
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Fri Sep 9 13:35:24 2016 -0400

    Merge branch 'ignore-unknown-commands'

diff --cc Changes
index 718dfc2,b1c1d90..a10aadf
--- a/Changes
+++ b/Changes
@@@ -1,12 -1,10 +1,19 @@@
+ 3.00 2016-09-08
+  - Change default behavior for unknown commands: Unknown commands no longer
+    generate an unknown command email. There will be a warning in the logs
+    whenever an ignored command is encountered.
+  - Add new config option $CommandByMailErrorOnUnknown to restore previous
+    behavior before the above change
+ 
 +2.03 2016-08-03
 + - Explicitly decode all values extracted from MIME headers to align
 +   with RT's handling. This allows for proper handling of characters
 +   like umlauts in subjects. Fixes #115654. Thanks to Alex Vandiver.
 +
 +2.02 2016-07-13
 + - Allow email through for normal processing when CommandByMailGroup
 +   is set and the From: user is not in the group. Fixes #114132
 +
  2.01 2016-04-11
   - Recreate ParseCcAddressesFromHead to support create with
     ParseNewMessageForTicketCcs set
diff --cc META.yml
index 7a9fd27,07abf2a..1427460
--- a/META.yml
+++ b/META.yml
@@@ -28,7 -27,6 +28,7 @@@ requires
    perl: 5.10.1
  resources:
    license: http://opensource.org/licenses/gpl-license.php
 +  repository: https://github.com/bestpractical/rt-extension-commandbymail
- version: '2.03'
+ version: '3.00'
  x_module_install_rtx_version: '0.37'
  x_requires_rt: 4.0.0

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


More information about the Bps-public-commit mailing list