Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / MAPS / archives / 000137.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
4 <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6    <meta name="generator" content="Movable Type 3.2" />
7
8    <link rel="stylesheet" href="http://defaria.com/blogs/MAPS/styles-site.css" type="text/css" />
9    <link rel="alternate" type="application/atom+xml" title="Atom" href="http://defaria.com/blogs/MAPS/atom.xml" />
10    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://defaria.com/blogs/MAPS/index.xml" />
11
12    <title>MAPS: Delete bug</title>
13
14    <link rel="start" href="http://defaria.com/blogs/MAPS/" title="Home" />
15    <link rel="prev" href="http://defaria.com/blogs/MAPS/archives/000030.html" title="Rounded Tables" />
16    <link rel="next" href="http://defaria.com/blogs/MAPS/archives/000138.html" title="Space" />
17
18    
19
20    
21
22    <script type="text/javascript" src="http://defaria.com/blogs/MAPS/mt-site.js"></script>
23 </head>
24 <body class="layout-one-column" onload="individualArchivesOnLoad(commenter_name)">
25    <div id="container">
26       <div id="container-inner" class="pkg">
27
28          <div id="banner">
29             <div id="banner-inner" class="pkg">
30                <h1 id="banner-header"><a href="http://defaria.com/blogs/MAPS/" accesskey="1">MAPS</a></h1>
31                <h2 id="banner-description"></h2>
32             </div>
33          </div>
34
35          <div id="pagebody">
36             <div id="pagebody-inner" class="pkg">
37                <div id="alpha">
38                   <div id="alpha-inner" class="pkg">
39
40                      <p class="content-nav">
41                         <a href="http://defaria.com/blogs/MAPS/archives/000030.html">&laquo; Rounded Tables</a> |
42                         <a href="http://defaria.com/blogs/MAPS/">Main</a>
43                         | <a href="http://defaria.com/blogs/MAPS/archives/000138.html">Space &raquo;</a>
44                      </p>
45
46                      <a id="a000137"></a>
47                      <div class="entry" id="entry-137">
48                         <h3 class="entry-header">Delete bug</h3>
49                         <div class="entry-content">
50                            <div class="entry-body">
51                               <p>Many, many improvements have happened to MAPS. I have not been keeping this blog up to date. I will try to do better. Here are some of the things that have been implemented or improved:</p>
52
53 <ol>
54
55 <li>Went live 12/10/2003! We are now using MAPS from the Linux system and using the MySQL backend.</li>
56
57 <li>Many improvements and implemented a lot of the pages</li>
58
59 <li>Started re-writing things in PHP. PHP is pretty cool and now that I have mod PHP running it's also quick. I suspect that if I managed to get mod Perl installed that that would solve some of the sluggishness of the Perl pages, however PHP is more "web friendly" and it's nice not having to write a whole web page just because part of it will be dynamic</li>
60
61 <li>Implemented most of the "list" processing. You can now add/change and delete entries in the various lists.</li>
62
63 <li>Details.cgi needs some work but otherwise is functional. You can even select entries and say Add to Null list, etc.</li>
64
65 <li>Implemented Returned Messages by Domain report (in PHP)</li>
66
67 <li>Updated the look of the register and blacklist return messages</li>
68
69 <li>Implemented the Forgot Your Password link</li>
70
71 <li>Making pages have refresh option so that Quickstats updates itself. Added time to Quickstats</li>
72
73 <li>Implemented search facility to search sender and subject in returned email. While this is helpful it's not finished yet. Also takes a long time on a large message base...</li>
74
75 <li>Changed MAPS to only send return message once instead of up to 5 times</li>
76
77 <li>Changed MAPS to use envelope address if From address is blank</li>
78
79 </ol>
80
81 <p>That said here's a bug:</p>
82
83 <p>When an entry is added to a list the system now searches the other lists and if a matching entry appears in another list it is deleted. This effectively "moves" the entry. Problem is that the delete does not resequence the list that it deleted the entry from.</p>
84
85 <p>We should also consider decoupling the sequence # concept. I don't think it is necessary anymore. MAPS applies filtering based on lists - order doesn't seem to be important.</p>
86
87 <p>We might also consider not basing the stats and detail pages off of the log entries but directly off of the email in the email table.</p>
88
89 <p>Might wish to implement a "super white list". Super white list would be bascially the users address book. The "other" white list would be entries added by registration. User should be able to promote from white list -> super white list. The difference is that the super white list would be applied before other lists. Currently MAPS processes lists in the following order:</p>
90
91 <ul>
92
93 <li>Check null list. If found send message to /dev/null</li>
94
95 <li>Check black list. If found send blacklist.html to the sender and discard message</li>
96
97 <li>Check white list. If found deliver message</li>
98
99 <li>Otherwise return message (if we have not already returned a message for this sender)</li>
100
101 </ul>
102
103 <p>This way the user can apply special privilege for some users. For example, I'd really like to null list all of the *.br$ spam I get but if I did I could not get email from my dad in Brasil. If I had a super white list I could add his address to it and then nulllist everybody else.</p>
104
105 <p>We also need to figure out how to handle spam I get when the spammer sets From to be me (or anybody else on my white list). I was thinking about an X-MAPS header that I could set for myself. This would not solve the problem of a spammer sending me spam from somebody else on my white list though I've yet to see that - it would be rare. Except for domain whitelisting such as *@defaria.com. Not sure how to address that</p>
106                            </div>
107                            <div id="more" class="entry-more">
108                               
109                            </div>
110                         </div>
111                         <p class="entry-footer">
112                            <span class="post-footers">Posted by Andrew DeFaria on February 16, 2004 12:24 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/MAPS/archives/000137.html">Permalink</a>
113                         </p>
114                      </div>
115
116                      
117
118                      
119                   </div>
120                </div>
121             </div>
122          </div>
123       </div>
124    </div>
125 </body>
126 </html>