home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / dongrovs.zip / dongrovs.txt < prev    next >
Text File  |  1996-10-16  |  5KB  |  167 lines

  1. Read.me             - This file
  2.     Note I removed the EA's to make the file smaller that's why they all
  3.   have the same date as today.
  4.     A simple getting started level documentation.
  5.  
  6.  The following ::Requires type files are documentated in the top of
  7. each file.  This set of files should be placed somewhere on your path.
  8.  
  9. RexxUtil_REQ.cmd    - ::Requires file to load RexxUtil.DLL
  10. array_cli.cmd       - ::Requires Convert Arguments type string into an Array.
  11. cmdline.cmd         - ::Requires Cmdline class Userinput with history.
  12. textstream.cmd      - ::Requires TextStream a set of Stream Class to make
  13.                       handling Text Files easier
  14. gettagline.cmd      - ::Requires GetTagLine class.
  15.                       You must update the 17th line to reflect where your
  16.                       tag line files are stored.
  17. datetime.cmd        - ::Requires DateTime a simplied Clock class.
  18. mytimezone.cmd      - ::Requires MyTimeZone class Adds TZ information to
  19.                       Clock Class. Uses the TZ Environment variable.
  20.  
  21.  
  22.   Mr/2 Filter type files { all of theses on in my Mr2I.exe home directory }
  23. errorsto.cmd        - Used to Forward Errors to <LIST-ADMIN@SECANT.COM>
  24. mr2tag.cmd          - Add Tags to the out going messages
  25. replyto.cmd         - Add Reply-To: field to "Owners-" type lists.
  26. tz1file.CMD         - Adjust the Date: field to local time zone.
  27.  
  28. timezone.CMD        - Off-Line All message Date field updater.
  29. tz1folder.CMD       - Off-line One Folder Date field updater.
  30.  
  31.   On my path somewhere
  32. rexxtry.cmd         - A custom version of Rexxtry has HISTORY plus more.
  33.  
  34.  
  35. My set of Mr/2 Filters is real simple:
  36.   Works in order given
  37.  
  38. --------------------------------------------------------------------
  39.  Description:
  40.   Errors from LIST MR ICE
  41.  Search type:
  42.    Free-Form
  43.  Search For:
  44.   {F}"MAILER-DAEMON" &
  45.    ({S}"RETURNED MAIL:" |
  46.     {S}"WARNING:" |
  47.     {S}"DELIVERY REPORT (FAILURE)" |
  48.     {S}"HOST UNKNOWN (NAME SERVER: " |
  49.     {S}"MAIL FAILED, RETURNING TO SENDER"
  50.    ) &
  51.   {M}"ERRORS-TO: <LIST-ADMIN@SECANT.COM>"
  52.  Filter type:
  53.    In-Bound
  54.  When:
  55.    Matches
  56.  Desired Action(s):
  57.    Copy to folder "Errors from MrIce List"
  58.    Link to REXX   "ErrorTo.Cmd"
  59.  Final Disposition:
  60.    Delete Now
  61. --------------------------------------------------------------------
  62.  
  63. --------------------------------------------------------------------
  64.  Description:
  65.   Errors from other sources
  66.  Search type:
  67.    Free-Form
  68.  Search For:
  69.   {F}"MAILER-DAEMON" &
  70.    ({S}"RETURNED MAIL:" |
  71.     {S}"WARNING:" |
  72.     {S}"DELIVERY REPORT (FAILURE)" |
  73.     {S}"HOST UNKNOWN (NAME SERVER: " |
  74.     {S}"MAIL FAILED, RETURNING TO SENDER"
  75.    )
  76.  Filter type:
  77.    In-Bound
  78.  When:
  79.    Matches
  80.  Desired Action(s):
  81.    Copy to folder "Errors E-Mail"
  82.  Final Disposition:
  83.    Delete Now
  84. --------------------------------------------------------------------
  85.  
  86.  {this one handles the AutoReplies Generated by the First Filter}
  87. --------------------------------------------------------------------
  88.  Description:
  89.   Error Reply handler
  90.  Search type:
  91.    Simple
  92.  Search For:
  93.   To: <LIST-ADMIN@SECANT.COM>
  94.  Filter type:
  95.    Out-Bound
  96.  When:
  97.    Matches
  98.  Desired Action(s):
  99.    Copy to folder "Errors from MrIce List"
  100.  Final Disposition:
  101.    Don't put in index
  102. --------------------------------------------------------------------
  103.  
  104.   { Handle the Lists that won't or can't add a "Reply-To:" field.}
  105. --------------------------------------------------------------------
  106.  Description:
  107.   Reply To
  108.  Search type:
  109.    Free-Form
  110.  Search For:
  111.   {H:SENDER}"OWNER-"
  112.  Filter type:
  113.    In-Bound
  114.  When:
  115.    Matches
  116.  Desired Action(s):
  117.    Link to REXX   "ReplyTo.Cmd"
  118.  Final Disposition:
  119.    Show in index
  120. --------------------------------------------------------------------
  121.  
  122.  {this handles calling the Tagline handler.}
  123. --------------------------------------------------------------------
  124.  Description:
  125.   Mr2Tag outbound Filter
  126.  Search type:
  127.    Free-Form
  128.  Search For:
  129.    {M}"->INSERT TAG HERE<-" |
  130.    {M}"->INSERT DATETIME<-"
  131.  Filter type:
  132.    Pre-Send
  133.  When:
  134.    Matches
  135.  Desired Action(s):
  136.    Link to REXX   "Mr2Tag.Cmd"
  137.  
  138. I've add the following two lines to me default SIG file:
  139. ****->INSERT DATETIME<-****
  140. ****->INSERT TAG HERE<-****
  141.  
  142. The above is what Mr2Tag.Cmd looks for.
  143. --------------------------------------------------------------------
  144.  
  145.  { What I filter Mr/2 ICE mailing list with }
  146. --------------------------------------------------------------------
  147.  Description:
  148.   MR/2 Mail List filter
  149.  Search type:
  150.    Simple
  151.  Search For:
  152.   To:
  153.    "MULTIPLE RECIPIENTS OF MR/2 ICE MAILING LIST <MR2ICE.LIST@SECANT.COM>"
  154.  Filter type:
  155.    In-Bound
  156.  When:
  157.    Matches
  158.  Desired Action(s):
  159.    Copy to Folder  "Mr/2 Mailing List"
  160.  Final Disposition:
  161.    Delete Message Now
  162. --------------------------------------------------------------------
  163.  
  164. The rest are simple copy to folder type, useful only to me.
  165.  
  166. Don E. Groves, Jr. <jetnick@erols.com>
  167.