home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / comm / thor / BounceSpam.readme < prev    next >
Text File  |  1997-03-02  |  5KB  |  133 lines

  1. Short:    Add addrs to GetMail config from Thor
  2. Author:   roy@ebrown.demon.co.uk (Roy E Brown)
  3. Uploader: Author
  4. Version:  1.2
  5. Type:     comm/thor
  6. Requires: GetMail by Philip Stokes
  7.  
  8. BounceSpam © 1997 Roy E Brown
  9.  
  10.                    ===============================
  11.  
  12. GetMail is © 1996-97 Philip Stokes (see below for a description)
  13.  
  14.                    ===============================
  15.  
  16. BounceSpam.thor will add the current message 'from address' to either the 'Kill
  17. Addresses' or the 'Allowed Addresses' section of GetMail's configuration file.
  18.  
  19. The 'Kill' option is useful for automatically adding spammers to your kill list,
  20. as any mail from these addresses is automatically bounced back to the sender
  21. without being downloaded to your system.
  22.  
  23. The 'Allowed' option allows GetMail to receive EMail from the specified
  24. addresses without asking the user for confirmation first. This option is
  25. configurable within GetMail - you should read the GetMail documentation
  26. carefully. You should manually delete the word 'any' from this section if you
  27. add new addresses.
  28.  
  29. BounceSpam.thor assumes that you have the following 3 lines at the end of your
  30. existing 'Kill Addresses';
  31.  
  32.    <Blank Line>
  33.    #  ===============================================================
  34.    #  Allowed Addresses
  35.  
  36. ... and these 2 lines at the end of the file:
  37.  
  38.    <Blank Line>
  39.    # EOF
  40.  
  41. If you haven't touched these lines at all, then the script should work OK.
  42.  
  43. This script will only work from within the EMail conference of Thor. Please
  44. ensure that the name of your EMail conference (near the top of the script) is
  45. correct.
  46.  
  47. Any suggestions or comments about BounceSpam.thor, please email me.
  48.  
  49. History
  50.  
  51. V1.2      Added a new user variable, UULibPath, which is the full path and
  52. (23.2.97) filename for SMTP.conf. This is because the assignment to UULib: may
  53.           not be present when the user reads mail and news whilst off-line.
  54.           Thanks to Chris Malin for the suggestion.
  55.  
  56. V1.1      Added support for adding 'Allowed Addresses'
  57. (16.2.97)
  58.  
  59. V1.0      Private release
  60. (15.2.97)
  61.  
  62.                          GetMail version 2.0
  63.                       =========================
  64.  
  65. GetMail is an ARexx SMTP Daemon for AmiTCP and Miami. It is called by
  66. inetd whenever it receives an incoming call to port 25.
  67.  
  68. GetMail handles all of the dialogue between your machine and the server.
  69. Incoming mail is passed to a temporary file in T: which is then passed
  70. to rmail for local delivery. GetMail does not acknowledge receipt of the
  71. mail item to the server until rmail has successfully delivered the mail
  72. to the destination mailbox. Additionally, the temporary file will not be
  73. deleted unless rmail reports a successful local delivery of the file. If
  74. an error condition occurs, GetMail will send an appropriate response to
  75. the server and shut down its connection.
  76.  
  77. All mail transactions are logged to a file. The filename is determined
  78. by GetMail but the path to the logfile can be set in the config file
  79. UULib:SMTP.conf. The default is T:
  80.  
  81. Basic rejection of unwanted mail is enabled and works on the sender's
  82. address. There must be an entry in UULib:SMTP.conf for each person whose
  83. mail you wish to reject, consisting of their email address or a string
  84. to match against that address. For example, mail from fred@foo.bar.com
  85. would be killed by the entries:
  86.  
  87.       fred@foo.bar.com
  88.       foo.bar.com
  89.       bar.com
  90.  
  91. The first entry will only kill mail from fred@foo.bar.com, whereas the
  92. second will kill all mail sent from the machine foo.bar.com and the
  93. third will kill all mail from anyone on any machines in the domain
  94. bar.com.
  95.  
  96. Mail from anyone included in that list is bounced back to them by the
  97. server for the reason "Access denied" and never actually downloaded to
  98. your machine.
  99.  
  100. Another new feature for version 2 is the ability to actively accept or
  101. bounce any item of mail at the time of delivery, unless the mail item
  102. matches an entry in the kill list (see above) or a list of allowed
  103. addresses. This is a list similar in format to the kill list, which
  104. allows you to define addresses or strings to match against addresses
  105. from which mail will be automatically and silently accepted. You can
  106. include in this list the addresses of mailing lists and people from whom
  107. you regularly receive mail, and which you don't want to be asked whether
  108. you wish to accept or bounce the mail every time an item is delivered.
  109. Any mail from a sender not matched in either the kill list or allowed
  110. list triggers a requester allowing you the option to either accept or
  111. bounce the mail item without downloading it to your machine. As with the
  112. user list, an entry "ALL" in the allowed address list will disable the
  113. requester and cause all mail not matched to the kill list to be silently
  114. accepted.
  115.  
  116.                    ===============================
  117.  
  118. GetMail V2.0 is available from http://www.stokes.demon.co.uk/
  119.  
  120. Any problems with GetMail, email Phil <phil@stokes.demon.co.uk>
  121.  
  122.                    ===============================
  123.  
  124.  
  125. ============================= Archive contents =============================
  126.  
  127. Original  Packed Ratio    Date     Time    Name
  128. -------- ------- ----- --------- --------  -------------
  129.     5094    2007 60.6% 23-Feb-97 10:39:16  BounceSpam.thor
  130.     4975    2061 58.5% 23-Feb-97 10:44:40  BounceSpam.readme
  131. -------- ------- ----- --------- --------
  132.    10069    4068 59.5% 23-Feb-97 18:10:18   2 files
  133.