4e8e151c9023561b99c6e56f41a45189f0956d71
[clearscm.git] / maps / doc / index.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: Help</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">\r
15   <font class="standout">MAPS</font> Spam Elimination System!</h2>\r
16 </div>\r
17 \r
18 <div class="content">\r
19   <?php \r
20   OpenDB ();\r
21   SetContext ($userid);\r
22   NavigationBar ($userid);\r
23   ?>\r
24 \r
25   <h3>What is MAPS?</h3>\r
26 \r
27   <p>MAPS - which the observant might notice is SPAM spelt backwards -\r
28   works on a simple principal that is commonly used with Instant\r
29   Messenger (IM) clients such as AOL's Instant Messenger or\r
30   Microsoft's Messenger. That is that with most IM clients you need to\r
31   get the permission of the person you want to message before you can\r
32   send them an instant message. MAPS considers all email spam and\r
33   returns it to the sender unless the email is from somebody on your\r
34   white list.</p>\r
35 \r
36   <p>Now white lists are not new but maintaining a white list is a\r
37   bother. So MAPS automates the maintaining of the that white list by\r
38   putting the responsibility of maintaining it on the people who wish\r
39   to email you. MAPS also seeks to make it easy for real people, not\r
40   spammers, to request permission to email you. Here's how it\r
41   works....</p>\r
42 \r
43   <p>Email that is delivered to you is passed through a filter (maps\r
44   filter) which processes your email like so:</p>\r
45 \r
46   <ol>\r
47 \r
48     <li>Extract senders email address - no sender address (and no\r
49     envelope address)? Discard the email</li>\r
50 \r
51     <li>Check to see if the sender is on your null list - if so\r
52     discard the email</li>\r
53 \r
54     <li>Check to see if the sender is on your black list - if so\r
55     return a message telling the sender that s/he is blocked from\r
56     emailing you.</li>\r
57 \r
58     <li>Check to see if the sender is on your white list - if so\r
59     deliver the mail</li>\r
60 \r
61     <li>Otherwise send the sender a message with a link for them to\r
62     quickly register. Also, save their email so it can be delivered\r
63     when they register</li>\r
64 \r
65   </ol>\r
66 \r
67   <p>As you can see this algorithm will greatly reduce your\r
68   spam. Also, it's easy for real people to register. Spammers\r
69   typically do not read any email returning to them so they never\r
70   register!</p>\r
71 \r
72   <h3>Other topics</h3>\r
73 \r
74   <ul>\r
75 \r
76   <li><a href="Requirements.php">Requirements</a></li>\r
77 \r
78   <li><a href="/maps/SignupForm.html">Signup for MAPS</a></li>\r
79   \r
80   <li><a href="Using.php">Using MAPS</a></li>\r
81 \r
82   </ul>  \r
83 \r
84   <?php copyright (2001);?>\r
85 \r
86   </div>\r
87 </body>\r
88 </html>\r