[Bps-public-commit] r16678 - RT-Extension-CommandByEmail

falcone at bestpractical.com falcone at bestpractical.com
Tue Nov 4 18:37:14 EST 2008


Author: falcone
Date: Tue Nov  4 18:37:14 2008
New Revision: 16678

Modified:
   RT-Extension-CommandByEmail/INSTALL
   RT-Extension-CommandByEmail/README

Log:
* document the CommandByMailGroup option, specifically that
  it takes an ID not a group Name (this should get tweaked,
  although it makes it harder to grant access to the Privileged
  group

Modified: RT-Extension-CommandByEmail/INSTALL
==============================================================================
--- RT-Extension-CommandByEmail/INSTALL	(original)
+++ RT-Extension-CommandByEmail/INSTALL	Tue Nov  4 18:37:14 2008
@@ -8,16 +8,18 @@
 
 PATCH
 
-This extension requres patching RT. Patch(es) is in patch directory.
-Apply patch with following commands:
+If you are using RT 3.6.0 or earlier, you MUST apply a patch in order to use 
+this extension. 
+
+Patch(es) are in patch directory. Apply patch with following commands:
 
     cd /opt/rt3
     patch -p0 <path/to/patch/command_by_mail-<patch version>-RT-<rt version>.patch
 
-If you are using RT 3.6.0 or earlier, you MUST apply a patch in order to use 
-this extension. Use the patch with the greatest <patch version> -- old patches 
-are shipped with the distribution so you can revert old patch(es) and apply the 
-new one on upgrades.
+
+Use the patch with the greatest <patch version> -- old patches are
+shipped with the distribution so you can revert old patch(es) and apply
+the new one on upgrades.
 
 If you are using RT 3.6.1 or later, you no longer need to apply a patch.
 
@@ -46,6 +48,9 @@
 
 Set(@Plugins,(qw(RT::Extension::CommandByMail)))
 
+There is an optional configuration option CommandByMailGroup
+Set($CommandByMailGroup, group_id);
+You can find the id in 3.8 by browsing to Configuration -> Groups
 
 Enjoy.
 

Modified: RT-Extension-CommandByEmail/README
==============================================================================
--- RT-Extension-CommandByEmail/README	(original)
+++ RT-Extension-CommandByEmail/README	Tue Nov  4 18:37:14 2008
@@ -1,5 +1,3 @@
-RT-Extension-CommandByMail version 0.0.1
-
 INSTALLATION
 
 Read INSTALL file to get more info about installation.



More information about the Bps-public-commit mailing list