home *** CD-ROM | disk | FTP | other *** search
- ; REJECT.DAT - list of addresses for which to accept or reject
- ; requests.
- ;
- ; Notes:
- ;
- ; Added support for specifically accepting addresses
- ; New file structure:
- ;
- ; address - old address format - reject addresses only
- ; address
- ;
- ; #!VMS200 - Tag to declare remaining entries use new format
- ;
- ; Aaddress - "A" declares accept
- ; Raddress - "R" declares reject
- ;
- ; Pattern matching occurs from right->left, and matches the rightmost
- ; portion of an address. It also makes a 'best-fit' when matching; ie.-
- ; it finds the longest address which matches the incoming address
- ;
- ; Example:
- ;
- ; * - reject everybody (!)
- ; jerk@some.site.com - rejects on this address
- ; @some.site.com - rejects everyone at this site
- ; .site.com - reject entire subdomain, but not users @site.com
- ; site.com - reject any address with site.com on the right
- ; NOTE !!! This format is dangerous, in this
- ; messages from anysite.com will also be rejected.
- ; The match is is done strictly on the number of
- ; characters in the entry, and doesn't check if
- ; the site name matches exactly.
- ;
- ; #!VMS200 - specify the remaining entries are the new format
- ; A* - Accept everyone
- ; Rjerk@some.site.com - reject the trouble-maker
- ;
- ; --------- or this, which rejects everyone, except those ----------
- ; --------- specifically allowed to send messages ----------
- ; R* - reject everyone
- ; ARick@vsystem.wimsey.bc.ca - allow Rick access
- ; A%InsOwnerID% - allow access to yourself
- ; A.edu - allow access to entire .edu domain
- ; Rbad.site.edu - except this site
- ;
-
- #!VMS200
-
-