Initial commit
[clearscm.git] / maps / doc / add2nulllist.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
2 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">\r
3 <head>\r
4   <title>MAPS Add to Black List</title>\r
5                              \r
6   <link rev="made" href="mailto:Andrew%40DeFaria.com">\r
7                  \r
8   <script language="JavaScript1.2" src="checkform.js"\r
9  type="text/javascript"></script>\r
10 </head>\r
11   <body link="#0000ee" alink="#ff0000" vlink="#cc33cc" bgcolor="#33ccff">\r
12                         \r
13 <h2 align="center">MAPS: Add to Null List<br>\r
14     </h2>\r
15     This screen allows you to add to your null list. Note that regular expressions\r
16   can be used so you can modify the <b>Email address</b> below to be any\r
17 portion   thereof or specify a regular expression. Here are some examples.\r
18 Given an email   address of Spammer@spamdomain.com you can:<br>\r
19        \r
20 <ul>\r
21       <li>Specify just the domain (e.g. @spamdomain.com). This will effectively\r
22   discard all email from everybody at that domain.</li>\r
23       <li>Specify just the username portion (e.g. Spammer@). This will effectively\r
24   discard all email from anybody using the username of spammer (note that \r
25 email addresses are      <b>not</b> case sensitive) from any domain</li>\r
26       <li>Use regular expression characters to further refine your filter.\r
27  For  example, "^spammer.*@" means any email from an address that starts\r
28 (^) with the word  "spammer", has any number of characters after (.*), then\r
29 an "@" sign will be discarded.</li>\r
30        \r
31 </ul>\r
32        \r
33 <table cellpadding="2" cellspacing="0" border="0" width="50%"\r
34  align="center" bgcolor="Red">\r
35       <tbody>\r
36         <tr>\r
37           <td valign="top">                            \r
38       <table cellpadding="2" cellspacing="0" border="0" width="100%"\r
39  rules="rows" bgcolor="White">\r
40             <tbody>\r
41               <tr align="center">\r
42                 <th valign="top" bgcolor="#ff0000"><big><font\r
43  color="#ffffff">Warning</font></big><br>\r
44                 </th>\r
45               </tr>\r
46               <tr>\r
47                 <td valign="top"><small>Care should be taken when using regular\r
48   expressions as you can easily lose email messages you do not want to  have \r
49 discarded!</small><br>\r
50                 </td>\r
51               </tr>\r
52                                        \r
53         </tbody>                            \r
54       </table>\r
55           </td>\r
56         </tr>\r
57                \r
58   </tbody>    \r
59 </table>\r
60    <br>\r
61       \r
62 <form method="post" action="/maps/bin/register.cgi"\r
63  enctype="application/x-www-form-urlencoded"\r
64  onsubmit="return validate (this);">                                \r
65   <table border="0" cellspacing="0" cellpadding="2" width="57%"\r
66  bgcolor="black" align="center">\r
67        <tbody>\r
68        <tr>\r
69        <td>                                       \r
70         <table cellpadding="5" cellspacing="0" border="0" width="100%"\r
71  bgcolor="#ffffcc" cols="2">\r
72          <tbody>\r
73            <tr>\r
74              <td><b>Full name</b>         </td>\r
75              <td align="right"><input type="text" name="realname"\r
76  value="" size="50" maxlength="50">         </td>\r
77            </tr>\r
78             <tr>\r
79              <td><b>Email address</b><br>\r
80              </td>\r
81              <td align="right"><input type="text" name="email" value=""\r
82  size="50" maxlength="50">         </td>\r
83            </tr>\r
84                                                       \r
85           </tbody>                                                      \r
86       \r
87         </table>\r
88        </td>\r
89        </tr>\r
90                            \r
91     </tbody>             \r
92   </table>\r
93                            \r
94   <center>   <input type="submit" name="submit" value="Submit"> </center>\r
95       </form>\r
96      <br>\r
97        <br>\r
98 </body>\r
99 </html>\r