Read.me             - This file
    Note I removed the EA's to make the file smaller that's why they all
  have the same date as today.
    A simple getting started level documentation.

 The following ::Requires type files are documentated in the top of
each file.  This set of files should be placed somewhere on your path.

RexxUtil_REQ.cmd    - ::Requires file to load RexxUtil.DLL
array_cli.cmd       - ::Requires Convert Arguments type string into an Array.
cmdline.cmd         - ::Requires Cmdline class Userinput with history.
textstream.cmd      - ::Requires TextStream a set of Stream Class to make
                      handling Text Files easier
gettagline.cmd      - ::Requires GetTagLine class.
                      You must update the 17th line to reflect where your
                      tag line files are stored.
datetime.cmd        - ::Requires DateTime a simplied Clock class.
mytimezone.cmd      - ::Requires MyTimeZone class Adds TZ information to
                      Clock Class. Uses the TZ Environment variable.


  Mr/2 Filter type files { all of theses on in my Mr2I.exe home directory }
errorsto.cmd        - Used to Forward Errors to <LIST-ADMIN@SECANT.COM>
mr2tag.cmd          - Add Tags to the out going messages
replyto.cmd         - Add Reply-To: field to "Owners-" type lists.
tz1file.CMD         - Adjust the Date: field to local time zone.

timezone.CMD        - Off-Line All message Date field updater.
tz1folder.CMD       - Off-line One Folder Date field updater.

  On my path somewhere
rexxtry.cmd         - A custom version of Rexxtry has HISTORY plus more.


My set of Mr/2 Filters is real simple:
  Works in order given

--------------------------------------------------------------------
 Description:
  Errors from LIST MR ICE
 Search type:
   Free-Form
 Search For:
  {F}"MAILER-DAEMON" &
   ({S}"RETURNED MAIL:" |
    {S}"WARNING:" |
    {S}"DELIVERY REPORT (FAILURE)" |
    {S}"HOST UNKNOWN (NAME SERVER: " |
    {S}"MAIL FAILED, RETURNING TO SENDER"
   ) &
  {M}"ERRORS-TO: <LIST-ADMIN@SECANT.COM>"
 Filter type:
   In-Bound
 When:
   Matches
 Desired Action(s):
   Copy to folder "Errors from MrIce List"
   Link to REXX   "ErrorTo.Cmd"
 Final Disposition:
   Delete Now
--------------------------------------------------------------------

--------------------------------------------------------------------
 Description:
  Errors from other sources
 Search type:
   Free-Form
 Search For:
  {F}"MAILER-DAEMON" &
   ({S}"RETURNED MAIL:" |
    {S}"WARNING:" |
    {S}"DELIVERY REPORT (FAILURE)" |
    {S}"HOST UNKNOWN (NAME SERVER: " |
    {S}"MAIL FAILED, RETURNING TO SENDER"
   )
 Filter type:
   In-Bound
 When:
   Matches
 Desired Action(s):
   Copy to folder "Errors E-Mail"
 Final Disposition:
   Delete Now
--------------------------------------------------------------------

 {this one handles the AutoReplies Generated by the First Filter}
--------------------------------------------------------------------
 Description:
  Error Reply handler
 Search type:
   Simple
 Search For:
  To: <LIST-ADMIN@SECANT.COM>
 Filter type:
   Out-Bound
 When:
   Matches
 Desired Action(s):
   Copy to folder "Errors from MrIce List"
 Final Disposition:
   Don't put in index
--------------------------------------------------------------------

  { Handle the Lists that won't or can't add a "Reply-To:" field.}
--------------------------------------------------------------------
 Description:
  Reply To
 Search type:
   Free-Form
 Search For:
  {H:SENDER}"OWNER-"
 Filter type:
   In-Bound
 When:
   Matches
 Desired Action(s):
   Link to REXX   "ReplyTo.Cmd"
 Final Disposition:
   Show in index
--------------------------------------------------------------------

 {this handles calling the Tagline handler.}
--------------------------------------------------------------------
 Description:
  Mr2Tag outbound Filter
 Search type:
   Free-Form
 Search For:
   {M}"->INSERT TAG HERE<-" |
   {M}"->INSERT DATETIME<-"
 Filter type:
   Pre-Send
 When:
   Matches
 Desired Action(s):
   Link to REXX   "Mr2Tag.Cmd"

I've add the following two lines to me default SIG file:
****->INSERT DATETIME<-****
****->INSERT TAG HERE<-****

The above is what Mr2Tag.Cmd looks for.
--------------------------------------------------------------------

 { What I filter Mr/2 ICE mailing list with }
--------------------------------------------------------------------
 Description:
  MR/2 Mail List filter
 Search type:
   Simple
 Search For:
  To:
   "MULTIPLE RECIPIENTS OF MR/2 ICE MAILING LIST <MR2ICE.LIST@SECANT.COM>"
 Filter type:
   In-Bound
 When:
   Matches
 Desired Action(s):
   Copy to Folder  "Mr/2 Mailing List"
 Final Disposition:
   Delete Message Now
--------------------------------------------------------------------

The rest are simple copy to folder type, useful only to me.

Don E. Groves, Jr. <jetnick@erols.com>
