home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / VMS220.ZIP / REJECT.DAT < prev    next >
Encoding:
Text File  |  1993-01-03  |  1.9 KB  |  49 lines

  1. ; REJECT.DAT - list of addresses for which to accept or reject
  2. ;              requests.
  3. ;
  4. ; Notes:
  5. ;
  6. ;    Added support for specifically accepting addresses
  7. ;    New file structure:
  8. ;
  9. ;    address      - old address format - reject addresses only
  10. ;    address
  11. ;
  12. ;    #!VMS200    - Tag to declare remaining entries use new format
  13. ;
  14. ;    Aaddress    - "A" declares accept
  15. ;    Raddress    - "R" declares reject
  16. ;
  17. ; Pattern matching occurs from right->left, and matches the rightmost
  18. ; portion of an address.  It also makes a 'best-fit' when matching; ie.-
  19. ; it finds the longest address which matches the incoming address
  20. ;
  21. ; Example:
  22. ;
  23. ; *                       - reject everybody (!)
  24. ; jerk@some.site.com      - rejects on this address
  25. ; @some.site.com          - rejects everyone at this site
  26. ; .site.com               - reject entire subdomain, but not users @site.com
  27. ; site.com                - reject any address with site.com on the right
  28. ;                           NOTE !!!  This format is dangerous, in this
  29. ;                           messages from anysite.com will also be rejected.
  30. ;                           The match is is done strictly on the number of
  31. ;                           characters in the entry, and doesn't check if
  32. ;                           the site name matches exactly.
  33. ; #!VMS200                - specify the remaining entries are the new format
  34. ; A*                      - Accept everyone
  35. ; Rjerk@some.site.com     - reject the trouble-maker
  36. ;
  37. ;      --------- or this, which rejects everyone, except those ----------
  38. ;      --------- specifically allowed to send messages         ----------
  39. ; R*                      - reject everyone
  40. ; ARick@vsystem.wimsey.bc.ca  - allow Rick access
  41. ; A%InsOwnerID%          - allow access to yourself
  42. ; A.edu                   - allow access to entire .edu domain
  43. ; Rbad.site.edu           - except this site
  44. ;
  45.  
  46. #!VMS200
  47.  
  48.