4ab2c9b8cbeabfc6931d97ee728467f549fe96e4
[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 spelled 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     <li>Extract senders email address - no sender address (and no envelope\r
48     address)? Discard the email</li>\r
49 \r
50     <li>Check to see if the sender is on your white list - if so deliver the\r
51     mail</li>\r
52 \r
53     <li>Check to see if the sender is on your black list - if so return a\r
54     message telling the sender that s/he is blocked from emailing you.</li>\r
55 \r
56     <li>Check to see if the sender is on your null list - if so discard the\r
57     email</li>\r
58 \r
59     <li>Otherwise send the sender a bounce back message with a link for them to\r
60     quickly register. Also, save their email so it can be delivered when they\r
61     register</li>\r
62   </ol>\r
63 \r
64   <p>As you can see this algorithm will greatly reduce your spam. Also, it's\r
65   easy for real people to register. Spammers typically do not read any email\r
66   returning to them so they never register!</p>\r
67 \r
68   <h3>What to do if you get a bounce back/register email from MAPS?</h3>\r
69 \r
70   <p>If you receive a bounce back/register email that means you are not yet on\r
71   my white list. You can register by clicking the link and then typing your\r
72   name. That's it! You will then be added to my white list and your previous\r
73   email will be delivered. Also, all future emails from your email address will\r
74   be automatically delivered. Note, I reserve the right to remove you from my\r
75   white list and optionally add you to my null or black lists.</p>\r
76 \r
77   <h3>What to do if you get a black list bounce back email from MAPS?</h3>\r
78 \r
79   <p>Not much you can do. I've blacklisted you for a reason. I guess you could\r
80   attempt to contact me another way but chances are I also blocked you phone\r
81   number from calling or texting me.</p>\r
82 \r
83   <h3>What to do if you find yourself on my null list?</h3>\r
84 \r
85   <p>Nothing! It's a null list. Your email would have been silently discarded so\r
86   how would you know? Note I can't even see it - it was not delivered to me.</p>\r
87 \r
88   <h3>Other topics</h3>\r
89 \r
90   <ul>\r
91     <li><a href="Requirements.php">Requirements</a></li>\r
92     <li><a href="/maps/SignupForm.html">Signup for MAPS</a></li>\r
93     <li><a href="Using.php">Using MAPS</a></li>\r
94   </ul>\r
95 \r
96   <?php copyright (2001);?>\r
97 \r
98   </div>\r
99 </body>\r
100 </html>\r