Welcome to MAPS 2.0
[clearscm.git] / maps / doc / SPAM.php
1 <?php\r
2 include "site-functions.php";\r
3 include "MAPS.php"\r
4 ?>\r
5 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
6 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">\r
7 <head>\r
8   <title>MAPS: What is SPAM?</title>\r
9   <?php MAPSHeader ()?>\r
10 </head>\r
11 <body>\r
12 \r
13 <div class="heading">\r
14   <h2 class="header" align="center">What is SPAM?</h2>\r
15 </div>\r
16 \r
17 <div class="content">\r
18   <?php\r
19   OpenDB ();\r
20   SetContext ($userid);\r
21   NavigationBar ($userid);\r
22   ?>\r
23 \r
24   <h3>What is SPAM?</h3>\r
25 \r
26   <p>SPAM, also known as unsolicited email, has many definitions to\r
27   many people. Some people consider it only unsolicited commerical\r
28   email - the kind of email that is trying to sell you\r
29   something. Others consider it any email that you did not wish to\r
30   see. MAPS does not really attempt to define SPAM rather it simply\r
31   classifies email as either permitted or not. Initially all email is\r
32   considered not permitted. It is only when others register for\r
33   permission to email you that MAPS considers email as <i>wanted</i>.</p>\r
34 \r
35   <p>Initially all email will be returned to the sender with a message\r
36   that describes how to register for permission to email you. Returned\r
37   email is saved for up to 30 days (configurable) so that if the\r
38   sender decides to register their previous email(s) will be\r
39   delivered. If they register then all previous emails will be\r
40   delivered and they will be added to your white list. Future emails\r
41   from them will be delivered instead of returned.</p>\r
42 \r
43   <p>Typically spammers are really robots or scripts that send\r
44   thousands or millions of emails to address lists. They don't read\r
45   returned messages so they will not register for permission to email\r
46   you. Occasionally a spammer, usually a small operation, will read\r
47   the returned message and may register. If this happens then you can\r
48   easily <i>blacklist</i> that spammer and not be bothered by them\r
49   again. As a MAPS user myself who receives probably more SPAM than\r
50   you will ever see I can say that perhaps one to two real spammers\r
51   will register every other month. So you can easily deal with such\r
52   annoyances.</p>\r
53 \r
54   <p>Because spammers often use invalid email addresses or email\r
55   address that quickly fill up with "Please don't bother me" return\r
56   messages, often a MAPS register message will be returned by a\r
57   <i>mailer daemon</i> telling you that the spammer's email address\r
58   doesn't exist or is full. You don't want to be bothered with such\r
59   return messages so MAPS seeds your <i>null list</i> with entries to\r
60   prevent this. If you receive emails from such mailer daemons and do\r
61   not wish to receive them simply null list them. The <i>null list</i>\r
62   is also good for other annoying email that you receive that you'd\r
63   rather not be bothered with. For example, you might receive a\r
64   newsletter sort of email from a company you normally wish to deal\r
65   with but are not really interested in their newsletters. Perhaps the\r
66   newsletters are send from an address of\r
67   <i>newsletters@&lt;company I care about&gt;.com</i> where\r
68   other email might come from <i>support@&lt;company I care\r
69   about&gt;.com</i>. In that case you can safely null list\r
70   <i>newsletters@&lt;company I care about&gt;.com</i>. For\r
71   exmaple, I null list <i>discship@netflix.com</i> because I\r
72   do not wish to receive those information emails from <a\r
73   href="http://netflix.com">Netflix.com</a> about shipments.</p>\r
74 \r
75   <p>Your <i>black list</i> is similar to your <i>null list</i> except\r
76   instead of merely discarding the email, a return message is sent to\r
77   the sender saying that they are blacklisted. This is good for people\r
78   who you wish to make sure know that you are consciously ignoring\r
79   them.</p>\r
80 \r
81   <?php copyright (2001);?>\r
82 \r
83   </div>\r
84 </body>\r
85 </html>\r