home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 August / PCO0897.ISO / filesbbs / dos / fdt.arj / DEMOSENG.ZIP / LOGSHORT.FDT < prev    next >
Encoding:
Text File  |  1996-02-29  |  1.3 KB  |  58 lines

  1. ;
  2. ; LogShort - sample
  3. ;
  4. ;    created : 21.04.95   By Heiko Stoevesandt
  5. ;       edit : 23.04.95
  6. ;       edit : 24.08.95
  7. ;       edit : 28.02.96   translated in my bad english :(
  8. ;
  9. ;--------------------------------------------------------------------------
  10. ;
  11. ;
  12. ; General Rules
  13. ;
  14. ;  possible keywords
  15. ;
  16. ;  Double = 2 lines they hold exactly the same information will be deleted
  17.  
  18. Double
  19. ;--------------------------------------------------------------------------
  20. ;
  21. ; the following keyword will inform FDT to delete lines by the ules that
  22. ; comes after that.
  23. DELLINES
  24. ;
  25. ; FOL delete a line, when a word is inside the line, witch position
  26. ;     will be identify by the position witht $1-$9 (first word up to
  27. ;     the 9. word)
  28. ;
  29. ; TRI Triviale lines deleting. the line must exactly startet like
  30. ;
  31. ; KOM Total line given. only delete a line, when they exactly is it
  32. ;
  33. FOL $1=Msg $3=from
  34. FOL $1=Destination $2=System $4=doesn't $5=exist, $6=Msg $8=stamped
  35. TRI Bundle not sent to
  36. TRI NoTouch:
  37. TRI sType:
  38. TRI Handles:
  39. TRI Stack:
  40. TRI Stck:
  41. TRI Connect
  42. ;TRI Sent
  43. TRI Msg
  44. TRI Deleting
  45. TRI From
  46. TRI Scanning
  47. TRI Heap:
  48. TRI FHeap:
  49. TRI Empty
  50. TRI Password
  51. TRI Truncating
  52. TRI Unexpected
  53. KOM Rescan requested
  54. KOM Preparing outbound mail
  55. ;--------------------------------------------------------------------------
  56. ; EOF
  57.