Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / General / archives / 000434.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html
3    xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> <head>
4    <meta http-equiv="Content-Type" content="text/html;
5    charset=utf-8" />
6    <meta name="generator" content="Movable Type 3.2" />
7
8    <link rel="stylesheet" href="http://defaria.com/blogs/General/styles-site.css"
9    type="text/css" />
10    <link rel="alternate" type="application/atom+xml" title="Atom"
11    href="http://defaria.com/blogs/General/atom.xml" />
12    <link rel="alternate" type="application/rss+xml" title="RSS 2.0"
13    href="http://defaria.com/blogs/General/index.xml" />
14
15    <title>General: Comment Spam blocking</title>
16
17    <link rel="start" href="http://defaria.com/blogs/General/" title="Home" />
18    <link rel="prev" href="http://defaria.com/blogs/General/archives/000412.html"
19    title="Jinzora" />
20    <link rel="next" href="http://defaria.com/blogs/General/archives/000442.html"
21    title="Jinzora: Getting lame to work" />
22
23    
24
25    
26
27    <script type="text/javascript"
28    src="http://defaria.com/blogs/General/mt-site.js"></script> </head> <body
29    class="layout-two-column-right"
30    onload="individualArchivesOnLoad(commenter_name)">
31    <div id="container">
32       <div id="container-inner" class="pkg">
33
34          <div id="banner">
35             <div id="banner-inner" class="pkg">
36                <h1 id="banner-header"><a href="http://defaria.com/blogs/General/"
37                accesskey="1">General</a></h1>
38                <h2 id="banner-description"></h2>
39             </div>
40          </div>
41
42          <div id="pagebody">
43             <div id="pagebody-inner" class="pkg">
44                <div id="alpha">
45                   <div id="alpha-inner" class="pkg">
46
47                      <p class="content-nav">
48                         <a
49                         href="http://defaria.com/blogs/General/archives/000412.html">&laquo;
50                         Jinzora</a> |
51                         <a href="http://defaria.com/blogs/General/">Main</a>
52                         | <a
53                         href="http://defaria.com/blogs/General/archives/000442.html">Jinzora: Getting lame to work
54                         &raquo;</a>
55                      </p>
56
57                      <a id="a000434"></a>
58                      <div class="entry" id="entry-434">
59                         <h3 class="entry-header">Comment Spam blocking</h3>
60                         <div class="entry-content">
61                            <div class="entry-body">
62                               <p>Found the following from <a href="http://www.dvorak.org/blog/?p=2904">Dvorak Uncensored</a>:
63
64 <blockquote><p>Most people who run blogs have issues with comment spam in their blogs and there are all sorts of fixes. Marc Perkel at ctyme.com – my host — was floored, he said, when he realized a simple command to the Apache software would kill most of it — and it does indeed work!</p>
65
66 <p>Here is the short code running on the ctyme server for my dvorak.org using WordPress-based blogging software. Altering it for other blog software and other blogs should be simple for anyone running Apache.</p>
67
68 <div class="code"><pre>
69 &lt;location /blog/wp-comments-newpost.php&gt;
70     RewriteEngine On
71     RewriteCond %{HTTP_REFERER} !^.*dvorak.org/.*
72     RewriteRule ^.* http://www.ctyme.com/comment-spam.html
73 &lt;/location&gt;
74 </pre></div>
75
76 <p>Essentially it makes the basic condition for any post rigid: it has to be coming from a link within the blog itself, the “comment” link. Most spam does not.</p>
77
78 <p>My spam count on the blog has dropped from 50-100 to 2 per day without any other tricks.</p></blockquote>
79                            </div>
80                            <div id="more" class="entry-more">
81                               
82                            </div>
83                         </div>
84                         <p class="entry-footer">
85                            <span class="post-footers">Posted by
86                            Andrew DeFaria on
87                            September 28, 2005 01:16 PM</span> <span
88                            class="separator">|</span> <a
89                            class="permalink"
90                            href="http://defaria.com/blogs/General/archives/000434.html">Permalink</a>
91                         </p>
92                      </div>
93
94                      
95
96                      
97                   </div>
98                </div>
99                <div id="beta">
100                   <div id="beta-inner" class="pkg">
101                      <div class="module-search module">
102                         <h2 class="module-header">Search</h2>
103                         <div class="module-content">
104                            <form method="get"
105                            action="http://defaria.com/mt/mt-search.cgi">
106                               <input type="hidden" name="IncludeBlogs"
107                               value="1" />
108                               <label for="search" accesskey="4">Search
109                               this blog:</label><br />
110                               <input id="search" name="search"
111                               size="20" />
112                               <input type="submit" value="Search" />
113                            </form>
114                         </div>
115                      </div>
116                      
117                      
118                      
119                                           <div class="module-archives module">
120                         <h2 class="module-header"><a
121                         href="http://defaria.com/blogs/General/archives.html">Archives</a></h2>
122                         <div class="module-content">
123                                                    <ul
124                            class="module-list">
125                               <li class="module-list-item"><a
126                               href="http://defaria.com/blogs/General/archives/2011_03.html">March 2011</a></li>
127                            
128                                                    
129                               <li class="module-list-item"><a
130                               href="http://defaria.com/blogs/General/archives/2010_11.html">November 2010</a></li>
131                            
132                                                    
133                               <li class="module-list-item"><a
134                               href="http://defaria.com/blogs/General/archives/2010_10.html">October 2010</a></li>
135                            
136                                                    
137                               <li class="module-list-item"><a
138                               href="http://defaria.com/blogs/General/archives/2010_06.html">June 2010</a></li>
139                            
140                                                    
141                               <li class="module-list-item"><a
142                               href="http://defaria.com/blogs/General/archives/2010_04.html">April 2010</a></li>
143                            
144                                                    
145                               <li class="module-list-item"><a
146                               href="http://defaria.com/blogs/General/archives/2010_03.html">March 2010</a></li>
147                            
148                                                    
149                               <li class="module-list-item"><a
150                               href="http://defaria.com/blogs/General/archives/2010_02.html">February 2010</a></li>
151                            
152                                                    
153                               <li class="module-list-item"><a
154                               href="http://defaria.com/blogs/General/archives/2009_05.html">May 2009</a></li>
155                            
156                                                    
157                               <li class="module-list-item"><a
158                               href="http://defaria.com/blogs/General/archives/2009_04.html">April 2009</a></li>
159                            
160                                                    
161                               <li class="module-list-item"><a
162                               href="http://defaria.com/blogs/General/archives/2009_01.html">January 2009</a></li>
163                            
164                                                    
165                               <li class="module-list-item"><a
166                               href="http://defaria.com/blogs/General/archives/2007_04.html">April 2007</a></li>
167                            
168                                                    
169                               <li class="module-list-item"><a
170                               href="http://defaria.com/blogs/General/archives/2006_11.html">November 2006</a></li>
171                            
172                                                    
173                               <li class="module-list-item"><a
174                               href="http://defaria.com/blogs/General/archives/2006_09.html">September 2006</a></li>
175                            
176                                                    
177                               <li class="module-list-item"><a
178                               href="http://defaria.com/blogs/General/archives/2005_12.html">December 2005</a></li>
179                            
180                                                    
181                               <li class="module-list-item"><a
182                               href="http://defaria.com/blogs/General/archives/2005_10.html">October 2005</a></li>
183                            
184                                                    
185                               <li class="module-list-item"><a
186                               href="http://defaria.com/blogs/General/archives/2005_09.html">September 2005</a></li>
187                            
188                                                    
189                               <li class="module-list-item"><a
190                               href="http://defaria.com/blogs/General/archives/2005_08.html">August 2005</a></li>
191                            
192                                                    
193                               <li class="module-list-item"><a
194                               href="http://defaria.com/blogs/General/archives/2005_03.html">March 2005</a></li>
195                            
196                                                    
197                               <li class="module-list-item"><a
198                               href="http://defaria.com/blogs/General/archives/2004_02.html">February 2004</a></li>
199                            
200                                                    
201                               <li class="module-list-item"><a
202                               href="http://defaria.com/blogs/General/archives/2004_01.html">January 2004</a></li>
203                            
204                                                    
205                               <li class="module-list-item"><a
206                               href="http://defaria.com/blogs/General/archives/2003_11.html">November 2003</a></li>
207                            
208                                                    
209                               <li class="module-list-item"><a
210                               href="http://defaria.com/blogs/General/archives/2003_10.html">October 2003</a></li>
211                            </ul>
212                         
213                         </div>
214                      </div>
215                      
216                      
217                      <div class="module-archives module">
218                         <h2 class="module-header">Recent Posts</h2>
219                         <div class="module-content">
220                            <ul class="module-list">
221                                                          <li class="module-list-item"><a
222                               href="http://defaria.com/blogs/General/archives/000746.html">California</a></li>
223                                                          <li class="module-list-item"><a
224                               href="http://defaria.com/blogs/General/archives/000745.html">Point people more directly</a></li>
225                                                          <li class="module-list-item"><a
226                               href="http://defaria.com/blogs/General/archives/000744.html">Comcast speed</a></li>
227                                                          <li class="module-list-item"><a
228                               href="http://defaria.com/blogs/General/archives/000739.html">More Playon Fun</a></li>
229                                                          <li class="module-list-item"><a
230                               href="http://defaria.com/blogs/General/archives/000736.html">How not to run a company</a></li>
231                                                          <li class="module-list-item"><a
232                               href="http://defaria.com/blogs/General/archives/000734.html">How to get your mic working on Ubuntu 9.10</a></li>
233                                                          <li class="module-list-item"><a
234                               href="http://defaria.com/blogs/General/archives/000729.html">Cell phones - Not up to snuff!</a></li>
235                                                          <li class="module-list-item"><a
236                               href="http://defaria.com/blogs/General/archives/000728.html">Stupid is as stupid does</a></li>
237                                                          <li class="module-list-item"><a
238                               href="http://defaria.com/blogs/General/archives/000723.html">Priority Queues...</a></li>
239                                                          <li class="module-list-item"><a
240                               href="http://defaria.com/blogs/General/archives/000722.html">Broken DNS</a></li>
241                            
242                            </ul>
243                         </div>
244                      </div>
245                      
246                      <div class="module-syndicate module">
247                         <div class="module-content">
248                            <a href="http://defaria.com/blogs/General/atom.xml">Subscribe
249                            to this blog's feed</a><br />
250                            [<a
251                            href="http://www.sixapart.com/about/feeds">What
252                            is this?</a>]
253                         </div>
254                      </div>
255                      
256                      
257                      
258                      <div class="module-powered module">
259                         <div class="module-content">
260                            Powered by<br /><a
261                            href="http://www.sixapart.com/movabletype/">Movable
262                            Type 3.2</a>
263                         </div>
264                      </div>
265                   </div>
266                </div>
267             </div>
268          </div>
269       </div>
270    </div>
271  </body>
272 </html>