[Rt-commit] r3366 - in rt/branches/3.5-TESTING: . bin

jesse at bestpractical.com jesse at bestpractical.com
Sun Jul 3 18:58:57 EDT 2005


Author: jesse
Date: Sun Jul  3 18:58:57 2005
New Revision: 3366

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/bin/rt-mailgate.in
Log:
 r22220 at hualien:  jesse | 2005-07-03 18:24:18 -0400
  r22144 at hualien:  jesse | 2005-07-03 17:50:04 -0400
   r22096 at hualien:  jesse | 2005-07-03 16:25:14 -0400
    r20757 at hualien:  jesse | 2005-06-17 19:34:37 -0400
     * Updated mailgateway documentation
   
  
 


Modified: rt/branches/3.5-TESTING/bin/rt-mailgate.in
==============================================================================
--- rt/branches/3.5-TESTING/bin/rt-mailgate.in	(original)
+++ rt/branches/3.5-TESTING/bin/rt-mailgate.in	Sun Jul  3 18:58:57 2005
@@ -171,24 +171,28 @@
 
 =item C<--action>
 
-Specifies what action this would be.
-Basic actions: C<correspond>, C<comment>, C<take> and C<resolve>.
-Also you can use two or more actions with C<-> separated list,
-for example you can use C<take-comment> or C<correspond-resolve> actions.
-
-Note that C<take> and C<resolve> actions ignore message text if use them
-alone, so use with C<comment> or C<correspond> actions if you want RT
-write message.
+Specifies what happens to email sent to this alias.  The avaliable
+basic actions are: C<correspond>, C<comment>, C<take> and C<resolve>.
+You can execute two or more actions on a single message using a C<->
+separated list.  RT will execute the actions in the listed order.
+For example you can use C<take-comment>, C<correspond-resolve> or
+C<take-comment-resolve> as actions.
+
+Note that C<take> and C<resolve> actions ignore message text if used
+alone.  Include a  C<comment> or C<correspond> action if you want RT
+to record the incoming message.
 
-Default action is C<correspond>.
+The default action is C<correspond>.
 
 =item C<--queue>
 
-Reflects which queue this address handles.
+This flag determines which queue this alias should create a ticket in if no ticket identifier
+is found.
 
 =item C<--url>
 
-The location of the web server for your RT instance.
+This flag tells the mail gateway where it can find your RT server. You should 
+probably use the same URL that users use to log into RT.
 
 
 =item C<--extension> OPTIONAL


More information about the Rt-commit mailing list