Changed register handling
[clearscm.git] / maps / doc / index.php
index 4e8e151..4ab2c9b 100644 (file)
@@ -1,4 +1,4 @@
-<?php \r
+<?php\r
 include "site-functions.php";\r
 include "MAPS.php"\r
 ?>\r
@@ -16,7 +16,7 @@ include "MAPS.php"
 </div>\r
 \r
 <div class="content">\r
-  <?php \r
+  <?php\r
   OpenDB ();\r
   SetContext ($userid);\r
   NavigationBar ($userid);\r
@@ -24,7 +24,7 @@ include "MAPS.php"
 \r
   <h3>What is MAPS?</h3>\r
 \r
-  <p>MAPS - which the observant might notice is SPAM spelt backwards -\r
+  <p>MAPS - which the observant might notice is SPAM spelled backwards -\r
   works on a simple principal that is commonly used with Instant\r
   Messenger (IM) clients such as AOL's Instant Messenger or\r
   Microsoft's Messenger. That is that with most IM clients you need to\r
@@ -44,42 +44,54 @@ include "MAPS.php"
   filter) which processes your email like so:</p>\r
 \r
   <ol>\r
+    <li>Extract senders email address - no sender address (and no envelope\r
+    address)? Discard the email</li>\r
 \r
-    <li>Extract senders email address - no sender address (and no\r
-    envelope address)? Discard the email</li>\r
+    <li>Check to see if the sender is on your white list - if so deliver the\r
+    mail</li>\r
 \r
-    <li>Check to see if the sender is on your null list - if so\r
-    discard the email</li>\r
+    <li>Check to see if the sender is on your black list - if so return a\r
+    message telling the sender that s/he is blocked from emailing you.</li>\r
 \r
-    <li>Check to see if the sender is on your black list - if so\r
-    return a message telling the sender that s/he is blocked from\r
-    emailing you.</li>\r
+    <li>Check to see if the sender is on your null list - if so discard the\r
+    email</li>\r
 \r
-    <li>Check to see if the sender is on your white list - if so\r
-    deliver the mail</li>\r
+    <li>Otherwise send the sender a bounce back message with a link for them to\r
+    quickly register. Also, save their email so it can be delivered when they\r
+    register</li>\r
+  </ol>\r
 \r
-    <li>Otherwise send the sender a message with a link for them to\r
-    quickly register. Also, save their email so it can be delivered\r
-    when they register</li>\r
+  <p>As you can see this algorithm will greatly reduce your spam. Also, it's\r
+  easy for real people to register. Spammers typically do not read any email\r
+  returning to them so they never register!</p>\r
 \r
-  </ol>\r
+  <h3>What to do if you get a bounce back/register email from MAPS?</h3>\r
 \r
-  <p>As you can see this algorithm will greatly reduce your\r
-  spam. Also, it's easy for real people to register. Spammers\r
-  typically do not read any email returning to them so they never\r
-  register!</p>\r
+  <p>If you receive a bounce back/register email that means you are not yet on\r
+  my white list. You can register by clicking the link and then typing your\r
+  name. That's it! You will then be added to my white list and your previous\r
+  email will be delivered. Also, all future emails from your email address will\r
+  be automatically delivered. Note, I reserve the right to remove you from my\r
+  white list and optionally add you to my null or black lists.</p>\r
 \r
-  <h3>Other topics</h3>\r
+  <h3>What to do if you get a black list bounce back email from MAPS?</h3>\r
 \r
-  <ul>\r
+  <p>Not much you can do. I've blacklisted you for a reason. I guess you could\r
+  attempt to contact me another way but chances are I also blocked you phone\r
+  number from calling or texting me.</p>\r
 \r
-  <li><a href="Requirements.php">Requirements</a></li>\r
+  <h3>What to do if you find yourself on my null list?</h3>\r
 \r
-  <li><a href="/maps/SignupForm.html">Signup for MAPS</a></li>\r
-  \r
-  <li><a href="Using.php">Using MAPS</a></li>\r
+  <p>Nothing! It's a null list. Your email would have been silently discarded so\r
+  how would you know? Note I can't even see it - it was not delivered to me.</p>\r
 \r
-  </ul>  \r
+  <h3>Other topics</h3>\r
+\r
+  <ul>\r
+    <li><a href="Requirements.php">Requirements</a></li>\r
+    <li><a href="/maps/SignupForm.html">Signup for MAPS</a></li>\r
+    <li><a href="Using.php">Using MAPS</a></li>\r
+  </ul>\r
 \r
   <?php copyright (2001);?>\r
 \r