home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / lan / g0bsx / smtpbull.lst < prev    next >
File List  |  1989-10-23  |  4KB  |  138 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. ; P @ GBR                   will match all messages At GBR (private and public)
  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 SMTPBULL.LST file and I use it
  59. ; for forwarding my bulletins at off peak hours (early hours). If a user
  60. ; omits to collect his mail in the 16 hours between 0000 and 1700, he does
  61. ; not get any more bulletins!!
  62. host g4sca
  63. address bulletin@g4sca.ampr.org
  64. B > !SYSOP* @ EU
  65. P < GB7HQQ
  66. B < GB2RS
  67. P > RAYNET
  68. P > NEWS
  69. P > ARRL
  70. P > RSGB
  71. P > TCPIP
  72. *** EOF
  73. host g3yjq
  74. address bulletin@g3yjq.ampr.org
  75. B > !SYSOP* > !MBLBBS > !RLIBBS
  76. *** EOF
  77. ; This one is not collecting his bulletins so he don't get them sent!
  78. ;host g3tgr
  79. ;address bulletin@g3tgr.ampr.org
  80. ;B > !SYSOP* > !MBLBBS > !RLIBBS > @ EU
  81. ;B > NEWS
  82. ;B < GB7HQQ
  83. ;B < GB2RS
  84. ;B > ARRL
  85. ;B > RAYNET
  86. ;*** EOF
  87. host g4snl
  88. address bulletin@g4snl.ampr.org
  89. B @ SWAX25
  90. B > RNARS
  91. B > NEWS
  92. B > ARRL
  93. B > AMSAT
  94. B > NETROM
  95. B > THENET
  96. B > AMSAT
  97. B > 10GHZ
  98. B > KEPLER
  99. B > WEAFAX
  100. B > SATELL
  101. B < G6KVK
  102. B < GB7PLY
  103. B < G8MWR
  104. B < G8CTX
  105. B > SPACE
  106. *** EOF
  107. host g7auq
  108. address bulletin@g7auq.ampr.org
  109. B > TCPIP
  110. B > SIX
  111. B > 50MC
  112. B > ASTRO
  113. B > AMSAT
  114. B > DXHF
  115. B > NEWS
  116. B > FAX
  117. B > HFDX
  118. *** EOF
  119. host g7any
  120. address bulletin@g7any.ampr.org
  121. B > TCPIP
  122. B > SIX
  123. B > 50MC
  124. B > ASTRO
  125. B > AMSAT
  126. B > DXHF
  127. B > NEWS
  128. B > FAX
  129. B > HFDX
  130. B > SCOUTS
  131. *** EOF
  132. ;host g1sqi
  133. ;address bulletin@g1sqi.ampr.org
  134. ;B > TCPIP
  135. ;B > RAYNET
  136. ;*** EOF
  137.