home *** CD-ROM | disk | FTP | other *** search
File List | 1989-10-18 | 3.8 KB | 130 lines |
- ; SMTPI.COM Version 1.02 Conditions list file:
- ;
- ; Any line beginning with a ; can be uused as a comment line.
- ;
- ; Each entry in the xxxxxx.lst file must contain the following:
- ;
- ; ONE line starting with the characters: "host" in the format:
- ; host hostid - e.g. host g4sca
- ;
- ; ONE line starting with the characters "address" in the format:
- ; address user@host - e.g. address g0bsx@g0bsx.ampr.org
- ;
- ; Then up to 50 lines containg conditions for message selection in the format:
- ; <Type> <desinator> <string> <designator> string, etc.
- ;
- ; <Type> is a single character, either P or B. P indicates that private
- ; are allowed, while B indicates private messages are NOT allowed.
- ; <designators> can be one of: >, < or @ and denote the To, From or At fields.
- ; <string> must be the string to use for matching. This may be
- ; preceeded by an ! to denote "not" or followed by a * to denote
- ; generic matching. Note there is no space between the ! and string.
- ;
- ; * All fields are treated as ANDed together. i.e., if you say "> xyz > pqr" in
- ; the same line, you will find NO matches!
- ; * The maximum length of any condition line is 80 characters.
- ; * Multiple lines of conditions are permissible - up to a maximum of 50 per
- ; host and lines are 'ORed' but a message will only be forwarded on the
- ; FIRST match.
- ;
- ; For example:
- ; P > G4SCA will match messages To G4SCA including private.
- ; B < GB7HQQ will match messages From GB7HQQ except private.
- ; B @ GBR will match all messages At GBR
- ; B > !SYSOP > !MBLBBS @ GBR will match all messages At GBR but NOT private
- ; and those addressed To SYSOP or MBLBBS
- ; etc...
- ;
- ; Note that a message to ALL @ GBR < GB7HQQ will be 'found' by both "B @ GB"
- ; AND "B < GB7HQQ" but that this does not matter since all subsequent lines in
- ; the list of conditions are ignored if a match is found!
- ;
- ; each host group is concluded with a line containing: *** EOF.
- ; Note: exclusion fields ONLY act WITHIN the line they are specified. i.e.
- ; putting > !SYSOP on one line will not exclude it in the next line.
- ;
- ; As a practical example:
- ; host g4sca
- ; address g4sca@g4sca.ampr.org ; NOTE: the full address MUST be supplied
- ; P > G4SCA ; all mail (private and public) To G4SCA
- ; B > !SYSOP* > !MBLBBS @ GBR ; All @GBR bulletins (public only) and NOT
- ; ; Those to SYSOP* or MBLBBS
- ; P > ZS* > !ZS1* ; All mail (incl private) to ZS???? except
- ; ; that to ZS1???
- ; *** EOF
- ;
- ; DO NOT MAKE MISTAKES in this file! It will not crash the program, you may
- ; just end up sending messages to hosts you do not want!
- ; Here now follows my own file. This is my SMTPMAIL.LST file.
- ;
- host g4sca ; 44.131.9.6
- address g4sca@g4sca.ampr.org
- P > ALLTCP
- P > G4SCA
- *** EOF
- ; 44.131.9.9
- host g3yjq
- address g3yjq@g3yjq.ampr.org
- P > ALLTCP
- P > G3YJQ
- *** EOF
- ; 44.131.9.14
- host g3tgr
- address g3tgr@g3tgr.ampr.org
- P > ALLTCP
- P > G3TGR
- *** EOF
- ; 44.131.9.2
- ;host g1mrg
- ;address g1mrg@g1mrg.ampr.org
- ;P > G1MRG
- ;P > ALLTCP
- ;*** EOF
- ; 44.131.9.13
- host g1sqi
- address g1sqi@g1sqi.ampr.org
-
- P > ALLTCP
- P > G1SQI
- *** EOF
- ; 44.131.9.4
- host g4snl
- address g4snl@g4snl.ampr.org
- P > ALLTCP
- P > G4SNL
- *** EOF
- ; 44.131.9.8
- host g6ujb
- address g6ujb@g6ujb.ampr.org
- P > ALLTCP
- P > G6UJB
- *** EOF
- ; 44.131.9.12
- host g0dwk
- address g0dwk@g0dwk.ampr.org
- P > G0DWK
- P > ALLTCP
- *** EOF
- ; 44.131.9.10
- host g7auq
- address g7auq@g7auq.ampr.org
- P > ALLTCP
- P > G7AUQ
- *** EOF
- ; 44.131.9.17
- host g7any
- address g7any@g7any.ampr.org
- P > ALLTCP
- P > G7ANY
- *** EOF
- ; 44.131.9.16
- ;host g3kfn
- ;address g3kfn@g3kfn.ampr.org
- ; P > G3KFN
- *** EOF
- host g6glp
- address g6glp@g6glp.ampr.org
- P > ALLTCP
- P > G6GLP
- *** EOF
-