home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / lan / g0bsx / smtpmail.lst < prev    next >
File List  |  1989-10-18  |  4KB  |  130 lines

  1. ; SMTPI.COM  Version 1.02  Conditions list file:
  2. ;
  3. ; Any line beginning with a ; can be uused as a comment line.
  4. ;
  5. ; Each entry in the xxxxxx.lst file must contain the following:
  6. ;
  7. ; ONE line starting with the characters: "host" in the format:
  8. ;         host hostid - e.g. host g4sca
  9. ;
  10. ; ONE line starting with the characters "address" in the format:
  11. ;         address user@host - e.g. address g0bsx@g0bsx.ampr.org
  12. ;
  13. ; Then up to 50 lines containg conditions for message selection in the format:
  14. ;         <Type> <desinator> <string> <designator> string, etc.
  15. ;
  16. ; <Type> is a single character, either P or B. P indicates that private
  17. ;        are allowed, while B indicates private messages are NOT allowed.
  18. ; <designators> can be one of: >, < or @ and denote the To, From or At fields.
  19. ; <string> must be the string to use for matching. This may be
  20. ;          preceeded by an ! to denote "not" or followed by a * to denote
  21. ;          generic matching. Note there is no space between the ! and string.
  22. ;
  23. ; * All fields are treated as ANDed together. i.e., if you say "> xyz > pqr" in
  24. ;   the same line, you will find NO matches!
  25. ; * The maximum length of any condition line is 80 characters.
  26. ; * Multiple lines of conditions are permissible - up to a maximum of 50 per
  27. ;   host and lines are 'ORed' but a message will only be forwarded on the
  28. ;   FIRST match.
  29. ;
  30. ; For example:
  31. ; P > G4SCA                 will match messages To G4SCA including private.
  32. ; B < GB7HQQ                will match messages From GB7HQQ except private.
  33. ; B @ GBR                    will match all messages At GBR
  34. ; B > !SYSOP > !MBLBBS @ GBR   will match all messages At GBR but NOT private
  35. ;                             and those addressed To SYSOP or MBLBBS
  36. ; etc...
  37. ;
  38. ; Note that a message to ALL @ GBR < GB7HQQ will be 'found' by both "B @ GB"
  39. ; AND "B < GB7HQQ" but that this does not matter since all subsequent lines in
  40. ; the list of conditions are ignored if a match is found!
  41. ;
  42. ; each host group is concluded with a line containing: *** EOF.
  43. ; Note: exclusion fields ONLY act WITHIN the line they are specified. i.e.
  44. ; putting > !SYSOP on one line will not exclude it in the next line.
  45. ;
  46. ; As a practical example:
  47. ; host g4sca
  48. ; address g4sca@g4sca.ampr.org    ; NOTE: the full address MUST be supplied
  49. ; P > G4SCA            ; all mail (private and public) To G4SCA
  50. ; B > !SYSOP* > !MBLBBS @ GBR    ; All @GBR bulletins (public only) and NOT
  51. ;                ; Those to SYSOP* or MBLBBS
  52. ; P > ZS* > !ZS1*               ; All mail (incl private) to ZS???? except
  53. ;                ; that to ZS1???
  54. ; *** EOF
  55. ;
  56. ; DO NOT MAKE MISTAKES in this file! It will not crash the program, you may
  57. ; just end up sending messages to hosts you do not want!
  58. ; Here now follows my own file. This is my SMTPMAIL.LST file.
  59. host g4sca    ; 44.131.9.6
  60. address g4sca@g4sca.ampr.org
  61. P > ALLTCP
  62. P > G4SCA
  63. *** EOF
  64. ; 44.131.9.9
  65. host g3yjq
  66. address g3yjq@g3yjq.ampr.org
  67. P > ALLTCP
  68. P > G3YJQ
  69. *** EOF
  70. ; 44.131.9.14
  71. host g3tgr
  72. address g3tgr@g3tgr.ampr.org
  73. P > ALLTCP
  74. P > G3TGR
  75. *** EOF
  76. ; 44.131.9.2
  77. ;host g1mrg
  78. ;address g1mrg@g1mrg.ampr.org
  79. ;P > G1MRG
  80. ;P > ALLTCP
  81. ;*** EOF
  82. ; 44.131.9.13
  83. host g1sqi
  84. address g1sqi@g1sqi.ampr.org
  85.  
  86. P > ALLTCP
  87. P > G1SQI
  88. *** EOF
  89. ; 44.131.9.4
  90. host g4snl
  91. address g4snl@g4snl.ampr.org
  92. P > ALLTCP
  93. P > G4SNL
  94. *** EOF
  95. ; 44.131.9.8
  96. host g6ujb
  97. address g6ujb@g6ujb.ampr.org
  98. P > ALLTCP
  99. P > G6UJB
  100. *** EOF
  101. ; 44.131.9.12
  102. host g0dwk
  103. address g0dwk@g0dwk.ampr.org
  104. P > G0DWK
  105. P > ALLTCP
  106. *** EOF
  107. ; 44.131.9.10
  108. host g7auq
  109. address g7auq@g7auq.ampr.org
  110. P > ALLTCP
  111. P > G7AUQ
  112. *** EOF
  113. ; 44.131.9.17
  114. host g7any
  115. address g7any@g7any.ampr.org
  116. P > ALLTCP
  117. P > G7ANY
  118. *** EOF
  119. ; 44.131.9.16
  120. ;host g3kfn
  121. ;address g3kfn@g3kfn.ampr.org
  122. ; P > G3KFN
  123. *** EOF
  124. host g6glp
  125. address g6glp@g6glp.ampr.org
  126. P > ALLTCP
  127. P > G6GLP
  128. *** EOF
  129.