<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; spam</title>
	<atom:link href="http://www.ghacks.net/tag/spam/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 23 Nov 2009 00:43:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Stop SPAM in Postfix with Spamassassin</title>
		<link>http://www.ghacks.net/2009/10/26/stop-spam-in-postfix-with-spamassassin/</link>
		<comments>http://www.ghacks.net/2009/10/26/stop-spam-in-postfix-with-spamassassin/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 20:46:31 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Tutorials Advanced]]></category>
		<category><![CDATA[email filtering]]></category>
		<category><![CDATA[Postfix]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[SPAM scoring]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=17653</guid>
		<description><![CDATA[So you have your Ubuntu server up and running with a Postfix mail server (see &#8220;Install Postfix for reliable email delivery&#8220;). You have also set up Postfix for antivirus with the help of ClamAV (see &#8220;Add antivirus to Post fix with ClamAV&#8220;). Finally you have Postfix set up to relay (see &#8220;Mail relaying made simple [...]]]></description>
			<content:encoded><![CDATA[<p>So you have your Ubuntu server up and running with a Postfix mail server (see &#8220;<a title="Install Postfix for reliable email delivery" href="http://www.ghacks.net/2009/10/24/install-postfix-for-reliable-email-delivery/" target="_blank">Install Postfix for reliable email delivery</a>&#8220;). You have also set up Postfix for antivirus with the help of ClamAV (see &#8220;<a title="Add antivirus to Postfix with ClamAV" href="http://www.ghacks.net/2009/10/24/install-postfix-for-reliable-email-delivery/" target="_blank">Add antivirus to Post fix with ClamAV</a>&#8220;). Finally you have Postfix set up to relay (see &#8220;<a title="Mail relaying made simple with Postfix" href="http://www.ghacks.net/2009/09/23/mail-relaying-made-simple-with-postfix/" target="_blank">Mail relaying made simple with Postfix</a>&#8220;). The last trick in this bag is to add SPAM prevention to Postfix.</p>
<p>Fortunately there is a tool for that. The tool? <a title="Spamassassin" href="http://spamassassin.apache.org/" target="_blank">Spamassassin</a>. Spamassassin is a very versatile SPAM tool that is part of the <a title="Apache Foundation" href="http://www.apache.org/" target="_blank">Apache Foundation</a>. Spamassassin uses numerous means to detect SPAM including: DNS and Checksum based SPAM detection as well as Bayesian filtering, external programs, black lists, and online databases. These tools together make for a fairly powerful detection system.</p>
<p>In this article you are going to see how to install and configure Spamassassin to work in conjunction with Postfix to further enhance your email server.</p>
<p><span id="more-17653"></span><strong>Installing Spamassassin</strong></p>
<p>Obviously the first thing you need to do is install Spamassassin. You will find Spamassassin in the Ubuntu repositories. And since this entire series has been laid on top of a Ubuntu Server installation, that is quite convenient. So, to install Spamassassin, open up your terminal window and issue the following command:</p>
<p><em>sudo apt-get install spamassassin</em></p>
<p>There may or may not be some dependencies to install in order for the Spamassassin  installation to complete. Go ahead and OK those. Once this installation is complete you are ready to start configuring.</p>
<p><strong>Configuration</strong></p>
<p>Before we actually get to the configuration it is important to understand the SPAM scoring system. With Spamassassin, messages are tagged as SPAM only when they have enough SPAM-matching characteristics (according to a scoring level). The scoring level is 0-5, however it&#8217;s not as simple as saying a 0 means it is 0% SPAM. The system is set up so that every characteristic can add to the overall score. For example a message tested to find a base64 attachment does not have a file name filtered with both bayes+net will add 0.224 to the over all score of the message. When all of the characteristic scores are added up, if they exceed the default score you have set in the configuration file, that message is considered SPAM.</p>
<p>Now that you have a basic understand of how the scoring system works. Let&#8217;s start configuring Spamassassin.</p>
<p>The main configuration file is <strong>/etc/spamassassin/local.cf. </strong>The first option you want to configure is the default score. Look for the line:</p>
<p><em> # required_score 5.0</em></p>
<p>The first thing you want to do is uncomment that line (by removing the &#8220;#&#8221; character) and then changing the score. A score of 5 is pretty high and sure to be SPAM. Understand the more you lower that score the likely you are of missing message messages that are tagged false-positives. A score of 3.5 is a fairly reliable score that will catch a lot of SPAM but not a lot of false positives.</p>
<p>Above this line are a couple of other options that are important. The first is the option to set the option:</p>
<p>report_safe</p>
<p>To 0. This option can be set to either 0 or 1. A zero means that if a message is found to be SPAM the message will not be deleted, but instead the subject line will be rewritten to include a message marking it as SPAM.  This is handy to prevent users from losing important messages to false positives. This also allows you to set a lower score threshold.</p>
<p>To do this first look for the line:</p>
<p><em># report_safe 1</em></p>
<p>Uncomment this line by removing the &#8220;#&#8221; character and then change the &#8220;1&#8243; to &#8220;0&#8243; (no quotes).</p>
<p>The next step is to uncomment the line:</p>
<p># rewrite_header Subject *****SPAM*****</p>
<p>Now you can alter the &#8220;*****SPAM*****&#8221; section of this line to reflect what you&#8217;d prefer it to say. Just make sure it is clear to your users that a message with this rewritten subject line is most likely SPAM.</p>
<p>Now restart the Spamassassin daemon with the command:</p>
<p><em>sudo /etc/init.d/spamassassin restart </em></p>
<p><strong>Configure Postfix</strong></p>
<p>The last step is to set up Postfix to use Spamassassin. To do this open up the file <strong>/etc/postfix/master.cf<em> </em><span style="font-weight: normal">and look for the line:</span></strong></p>
<p><strong><span style="font-weight: normal"><em>smtp     inet    n   &#8211;   &#8211;   &#8211;   &#8211;   smtpd</em></span></strong></p>
<p>You need to alter this line to look like:</p>
<p><code>smtp      inet   n   -   -   -   -   smtpd -o content_filter=spamassassin</code></p>
<p>Finally, at the end of this file add the following:</p>
<p><code>spamassassin<br />
unix - n n - - pipe<br />
flags=R<br />
user=spamd<br />
argv=/usr/bin/spamc<br />
-e /usr/sbin/sendmail<br />
-oi -f ${sender} ${recipient}</code></p>
<p>Now all you need to do is restart Postfix with the command:</p>
<p><em>sudo /etc/init.d/postfix restart</em></p>
<p>Your mail server should now be scoring incoming message as SPAM or HAM.</p>
<p><strong>Final thoughts</strong></p>
<p>The mail server is a tricky beast. You have to ensure that users are getting their mail, but you have to make sure they aren&#8217;t receive SPAM or viruses. After completing this series of articles, you should have a pretty solid server running that will send out mail that is safe for users eyes.</p>

	Tags: <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/email-filtering/" title="email filtering" rel="tag">email filtering</a>, <a href="http://www.ghacks.net/tag/postfix/" title="Postfix" rel="tag">Postfix</a>, <a href="http://www.ghacks.net/tag/spam/" title="spam" rel="tag">spam</a>, <a href="http://www.ghacks.net/tag/spam-scoring/" title="SPAM scoring" rel="tag">SPAM scoring</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/07/01/trap-spammers-with-project-honey-pot/" title="Trap Spammers with Project Honey Pot (July 1, 2009)">Trap Spammers with Project Honey Pot</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/08/28/tinymail-email-protection/" title="Tinymail Email Protection (August 28, 2008)">Tinymail Email Protection</a> (18)</li>
	<li><a href="http://www.ghacks.net/2008/02/26/reduce-spam-by-using-alternative-google-mail-address/" title="Reduce Spam by using alternative Google Mail Address ? (February 26, 2008)">Reduce Spam by using alternative Google Mail Address ?</a> (8)</li>
	<li><a href="http://www.ghacks.net/2006/01/25/phishing-explained/" title="Phishing Explained (January 25, 2006)">Phishing Explained</a> (4)</li>
	<li><a href="http://www.ghacks.net/2006/05/09/introduction-series-part-1-spam/" title="Introduction Series Part 1: Spam (May 9, 2006)">Introduction Series Part 1: Spam</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/10/26/stop-spam-in-postfix-with-spamassassin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Spam filtering with Kmail</title>
		<link>http://www.ghacks.net/2009/10/16/spam-filtering-with-kmail/</link>
		<comments>http://www.ghacks.net/2009/10/16/spam-filtering-with-kmail/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 14:55:44 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Bogofilter]]></category>
		<category><![CDATA[HAM]]></category>
		<category><![CDATA[kmail]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spamassassin]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=17337</guid>
		<description><![CDATA[SPAM. It&#8217;s a dreadful word that causes many a computer user to yank out their hair and wish their service provider would do a better job of keeping SPAM out of your inbox. But that is not going to happen over night. So&#8230;it is up to the end user to make sure they have extra [...]]]></description>
			<content:encoded><![CDATA[<p>SPAM. It&#8217;s a dreadful word that causes many a computer user to yank out their hair and wish their service provider would do a better job of keeping SPAM out of your inbox. But that is not going to happen over night. So&#8230;it is up to the end user to make sure they have extra means of SPAM prevention rolled into their email clients.</p>
<p>Most email clients contain some sort of SPAM prevention. On the Linux operating system you can employ such tools as <a title="Bogofilter" href="http://bogofilter.sourceforge.net/" target="_blank">Bogofilter</a> or <a title="Spamassassin" href="http://spamassassin.apache.org/" target="_blank">Spamassassin</a>. Either of these tools are great for stopping SPAM &#8211; but what about using them with your favorite email client? With some Linux email clients you have to add extra applications in order to have one of these SPAM filters doing their job with your client. Some clients, however, have built-in tools to save you a little work. KMail belongs to the latter category. So long as you have either/or Bogofilter or Spamassassin installed, you are one step closer to having solid SPAM filtering.</p>
<p>In this article you will learn how to set up reliable SPAM filtering in the KMail mail client.</p>
<p><span id="more-17337"></span><strong>Bogofilter and Spamassassin</strong></p>
<p>KMail can use either Bogofilter or Spammassassin easily. Read up on either tool and decide which application you want to use. I have had good luck with both, but I do believe Bogofilter is easier to set up. And since KMail will automatically detect either, the choice is yours.</p>
<p>You can install either tool from within the Add/Remove Software utility by following these steps:</p>
<ol>
<li><span style="background-color: #ffffff">Open Add/Remove Software utility.</span></li>
<li><span style="background-color: #ffffff">Search for either &#8220;bogofilter&#8221; or &#8220;spamassassin&#8221; (No quotes).</span></li>
<li><span style="background-color: #ffffff">Select either (or both) tools for installation.</span></li>
<li><span style="background-color: #ffffff">Click Apply to install.</span></li>
</ol>
<p>That&#8217;s it. Now you are ready to move on to KMail.</p>
<p><strong>Kmail SPAM Wizard</strong></p>
<div id="attachment_17339" class="wp-caption alignleft" style="width: 190px"><a rel="attachment wp-att-17339" href="http://www.ghacks.net/2009/10/16/spam-filtering-with-kmail/kmail_spam_wizard_1/"><img class="size-thumbnail wp-image-17339 " src="http://www.ghacks.net/wp-content/uploads/2009/10/kmail_spam_wizard_1-300x300.png" alt="Figure 1" width="180" height="180" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>When you have KMail set up and running click on the Tools menu and select the &#8220;Anti-SPAM Wizard&#8221; entry. When the Wizard opens the first thing it will do is detect which SPAM tools you have installed (see Figure 1).</p>
<p>Once the wizard has detected your SPAM tools, select the tool you want to use and click Next. For the purpose of this article I will select Bogofilter.</p>
<p>The next step in the wizard will ask you for two configurations:</p>
<ul>
<li><span style="background-color: #ffffff">Mark detected SPAM as read: I prefer to unset this, because of the next configuration option.</span></li>
<li><span style="background-color: #ffffff">Which folder to relocate SPAM: By default KMail will move SPAM to the trash folder. I prefer to create a new SPAM folder in order to catch any false-positives.</span></li>
</ul>
<p>By moving SPAM to a specific SPAM folder (and not the trash folder) and keeping SPAM unread, you are less likely to miss any email mistakenly marked as SPAM (false-positive).</p>
<p>The final window of the wizard gives you a report on what you have set up. In my case the wizard creates the following filters:</p>
<ul>
<li><span style="background-color: #ffffff">Bogofilter Check</span></li>
<li><span style="background-color: #ffffff">Spam handling</span></li>
<li><span style="background-color: #ffffff">Classify as Spam</span></li>
<li><span style="background-color: #ffffff">Classify as NOT Spam</span></li>
</ul>
<p>Click the Finish button and your KMail client is ready to learn. And learning is the key.</p>
<p><strong>Help Bogofilter learn</strong></p>
<div id="attachment_17340" class="wp-caption alignright" style="width: 190px"><a rel="attachment wp-att-17340" href="http://www.ghacks.net/2009/10/16/spam-filtering-with-kmail/ham_button/"><img class="size-thumbnail wp-image-17340 " src="http://www.ghacks.net/wp-content/uploads/2009/10/ham_button-300x124.png" alt="Figure 2" width="180" height="74" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>Before Bogofilter can become a reliable SPAM filter, it has to learn what should be classified as SPAM and what should be classified as HAM. Here&#8217;s how I like to do it. Allow plenty of email to collect in your inbox. As the mail comes in take all SPAM (that is not already marked and moved) and move it to the SPAM folder. Once you have cleared your Inbox of all SPAM, select all mail in that folder and then click the Ham button (see Figure 2).</p>
<p>Now, once you have collect a good amount of SPAM in your SPAM folder open that folder up, select all the SPAM, and click the SPAM button.</p>
<p>You may have to do this trick a few times before Bogofilter has been properly trained. You will know when Bogofilter has become accurate with your SPAM/HAM.</p>
<p><strong>Final thoughts</strong></p>
<p>It couldn&#8217;t be much easier to catch and mark SPAM with KMail and Bogofilter. But if you find Bogofilter not as reliable as you would like, run the Wizard and try Spamassassin instead.</p>

	Tags: <a href="http://www.ghacks.net/tag/bogofilter/" title="Bogofilter" rel="tag">Bogofilter</a>, <a href="http://www.ghacks.net/tag/ham/" title="HAM" rel="tag">HAM</a>, <a href="http://www.ghacks.net/tag/kmail/" title="kmail" rel="tag">kmail</a>, <a href="http://www.ghacks.net/tag/spam/" title="spam" rel="tag">spam</a>, <a href="http://www.ghacks.net/tag/spamassassin/" title="spamassassin" rel="tag">spamassassin</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/20/use-bogofilter-for-better-junk-detection-in-evolution/" title="Use Bogofilter for better junk detection in Evolution (June 20, 2009)">Use Bogofilter for better junk detection in Evolution</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/05/01/use-spamassassin-for-better-spam-detection/" title="Use Spamassassin for better SPAM detection (May 1, 2009)">Use Spamassassin for better SPAM detection</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/05/18/whats-wrong-with-those-rapidshare-captchas/" title="What&#8217;s wrong with those Rapidshare Captchas ? (May 18, 2008)">What&#8217;s wrong with those Rapidshare Captchas ?</a> (44)</li>
	<li><a href="http://www.ghacks.net/2006/06/15/understanding-email-headers/" title="Understanding Email Headers (June 15, 2006)">Understanding Email Headers</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/07/01/trap-spammers-with-project-honey-pot/" title="Trap Spammers with Project Honey Pot (July 1, 2009)">Trap Spammers with Project Honey Pot</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/10/16/spam-filtering-with-kmail/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Create message filters in Claws Mail</title>
		<link>http://www.ghacks.net/2009/07/10/create-message-filters-in-claws-mail/</link>
		<comments>http://www.ghacks.net/2009/07/10/create-message-filters-in-claws-mail/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 15:09:13 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[claws mail]]></category>
		<category><![CDATA[defining filter actions]]></category>
		<category><![CDATA[email filtering]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14238</guid>
		<description><![CDATA[You may have read my recent article about Claws Mail (&#8221;Claws Mail: The unsung powerhouse email client.&#8220;). If you&#8217;ve given it a try you will have noticed just how powerful that email client is. It has a ton of features, and allows for some pretty serious power-user-friendly options.
One of the aspects of Claws Mail that [...]]]></description>
			<content:encoded><![CDATA[<p>You may have read my recent article about Claws Mail (&#8221;<a title="Claws Mail" href="http://www.ghacks.net/2009/07/04/claws-mail-the-unsung-powerhouse-email-client/" target="_blank">Claws Mail: The unsung powerhouse email client.</a>&#8220;). If you&#8217;ve given it a try you will have noticed just how powerful that email client is. It has a ton of features, and allows for some pretty serious power-user-friendly options.</p>
<p>One of the aspects of Claws Mail that I like more than that of either Thunderbird or Evolution, is the filter tool. I am sure you know that email filters are one of the best means to manage the enormous amount of email coming down the pipe. You can keep SPAM in the trash, filter specific email to specific folders, and take just about any kind of action you need/want.</p>
<p>For many, the Claws Mail filters might not be as simple to use as the standard fare. But that doesn&#8217;t mean they shouldn&#8217;t be used.  With this tool, it is just a matter of getting used to a different interface. And that is what this article will help you with.</p>
<p><span id="more-14238"></span><strong>The tools</strong></p>
<p>There are two ways to create a filter with Claws mail: The easy, less configurable method, or the harder, more configurable method. I will only briefly mention the easy method as that is, well, easy. The second, harder, method is what we will primarily focus on.</p>
<p><strong>The easy method</strong></p>
<p>If you have an email selected, click on the Tools menu and then select &#8220;Create Filter Rule&#8221;. When this new sub-menu pops up you will see four entries:</p>
<ul>
<li>Automatically</li>
<li>By From</li>
<li>By To</li>
<li>By Subject</li>
</ul>
<p>That will define the condition of the filter automatically for you. You will still have to configure the rest of the filter, but this step automates a portion of the creation.</p>
<p>Now let&#8217;s take a look at the full creation of a filter by doing things the hard way. I shouldn&#8217;t scare you off by saying &#8220;hard way&#8221;&#8230;it&#8217;s not really that difficult.</p>
<p><strong>Filter from scratch</strong></p>
<div id="attachment_14247" class="wp-caption alignleft" style="width: 310px"><a href="http://www.ghacks.net/wp-content/uploads/2009/07/claws_filtering.png"><img class="size-medium wp-image-14247" src="http://www.ghacks.net/wp-content/uploads/2009/07/claws_filtering-500x448.png" alt="Figure 1" width="300" height="269" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>When you go to the Configuration menu you will see the Filtering entry. Click that to open up the Filters window (see Figure 1).</p>
<p>As you can see, for the most part, creating a filter is simple. The only aspect that might not be as user-friendly as you are used to is the Conditions and Actions. For these what you have to do is is click the associated Define buttons.  When you do this you will configure the specifics of either the conditions or the action of the filter. Let&#8217;s take a look at configuring the conditions of a filter. Click the Define button associated with the Conditions. When you do this a new window will open up.</p>
<div id="attachment_14249" class="wp-caption alignright" style="width: 310px"><a href="http://www.ghacks.net/wp-content/uploads/2009/07/claws_filter_condition.png"><img class="size-medium wp-image-14249" src="http://www.ghacks.net/wp-content/uploads/2009/07/claws_filter_condition-500x365.png" alt="Figure 2" width="300" height="219" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>Figure 2 shows a condition already created. What you can not see, from the image, are the included options in the drop down lists. With different types of filters you will have different drop down lists available. The different types of criteria you can select include: Header, Age, Phrase, Flag, Color lables, etc. Say you select the Header from Match Criteria. When you do you can then select:</p>
<p>Name: From this drop down you can then select such familiar items as To, From, Reply To, etc.</p>
<p>Header: This is where you decide if your header Contains or Doesn&#8217;t Contain. Basically this is a positive or negative match.</p>
<p>Once you have your condition rule set you then click the Add button. If you want you can then create more rules for this one condition. Each condition can have multiple rules and you can move the rules up or down in the chain of command. You can also configure if the rule must meet all or at least one of the rules.</p>
<div id="attachment_14250" class="wp-caption alignleft" style="width: 304px"><a href="http://www.ghacks.net/wp-content/uploads/2009/07/claws_action.png"><img class="size-full wp-image-14250" src="http://www.ghacks.net/wp-content/uploads/2009/07/claws_action.png" alt="Figure 3" width="294" height="224" /></a><p class="wp-caption-text">Figure 3</p></div>
<p>When you are finished with your Condution click OK and it is set. You are now ready to define your Action. Click the Define button associated with Action which will open up a new window (see Figure 3).</p>
<p>This is the easier portion of the setup. What you do is select what action you want to take from the Action dropdown and then select the associated sub-action. The associated action will depend upon which Action you choose. For instance, if you select to Move the mail you will then have to select the Destination folder. If you want to flag the message you will have to select how you want it flagged.</p>
<p>Once you have completed this section click OK. Now, before you finalize the new Filter you have to click the Add button in the main window. If you do not do this your newly created filter is not saved. You will get a warning if you try and then click the Continue Editing and then click the Add button.</p>
<p>Your filter is complete. You can test this by click the Tools menu and selecting Filter All Messages in Folder. If your folder is set up correctly you will see the changes made instantly.</p>
<p><strong>Final thoughts</strong></p>
<p>Claws Mail filtering is a very powerful tool that will allow you to create very helpful filters to keep your Claws Mail organized and free from unwanted email.</p>

	Tags: <a href="http://www.ghacks.net/tag/claws-mail/" title="claws mail" rel="tag">claws mail</a>, <a href="http://www.ghacks.net/tag/defining-filter-actions/" title="defining filter actions" rel="tag">defining filter actions</a>, <a href="http://www.ghacks.net/tag/email-filtering/" title="email filtering" rel="tag">email filtering</a>, <a href="http://www.ghacks.net/tag/spam/" title="spam" rel="tag">spam</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/10/26/stop-spam-in-postfix-with-spamassassin/" title="Stop SPAM in Postfix with Spamassassin (October 26, 2009)">Stop SPAM in Postfix with Spamassassin</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/05/18/whats-wrong-with-those-rapidshare-captchas/" title="What&#8217;s wrong with those Rapidshare Captchas ? (May 18, 2008)">What&#8217;s wrong with those Rapidshare Captchas ?</a> (44)</li>
	<li><a href="http://www.ghacks.net/2009/05/01/use-spamassassin-for-better-spam-detection/" title="Use Spamassassin for better SPAM detection (May 1, 2009)">Use Spamassassin for better SPAM detection</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/06/20/use-bogofilter-for-better-junk-detection-in-evolution/" title="Use Bogofilter for better junk detection in Evolution (June 20, 2009)">Use Bogofilter for better junk detection in Evolution</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/06/15/understanding-email-headers/" title="Understanding Email Headers (June 15, 2006)">Understanding Email Headers</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/10/create-message-filters-in-claws-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Handle Bulk Spam As A Webmaster</title>
		<link>http://www.ghacks.net/2009/07/06/how-to-handle-bulk-spam-as-a-webmaster/</link>
		<comments>http://www.ghacks.net/2009/07/06/how-to-handle-bulk-spam-as-a-webmaster/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 14:03:05 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Spyware]]></category>
		<category><![CDATA[comment spam]]></category>
		<category><![CDATA[moderate spam]]></category>
		<category><![CDATA[ping spam]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spammer]]></category>
		<category><![CDATA[trackback spam]]></category>
		<category><![CDATA[wordpress spam]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14168</guid>
		<description><![CDATA[If you are a webmaster you usually know what spam is. Blog owners experience spam usually in the form of comments, trackbacks or pings that spammer use to place links to their content on websites. These spammers can be classified as three different types. First the manual spammer who researches blogs in the niche and [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/07/spam.jpg" alt="spam" title="spam" width="128" height="128" class="alignleft size-full wp-image-14169" />If you are a webmaster you usually know what spam is. Blog owners experience spam usually in the form of comments, trackbacks or pings that spammer use to place links to their content on websites. These spammers can be classified as three different types. First the manual spammer who researches blogs in the niche and uses manual comments, trackbacks or pings. There is usually no large volume to expect here considering that leaving a comment takes anywhere from 30 seconds to 1 minute on most sites (including page loading times, writing, submitting but excluding finding the domain or website in first place).</p>
<p><span id="more-14168"></span>The second type are ping and trackback spammers. This is either done by auto-posting articles that others have written without their consent on so called autoblogs. Each post generates at least one pingback to the original site. This can lead to hundreds of pingbacks over time which many webmasters and blog owners publish.</p>
<p>The third and most spammy type are the automated spammers that use specifically designed tools to spam thousands of blogs, forums and every other type of site where content can be posted in hours. Now that we know the different types of spammers we have to discuss how to handle them. This post will mostly deal with automated spammers who post dozens if not hundreds of comments and pingbacks.</p>
<p>Webmasters should use at least one anti-spam tool to block the majority of spam reaching the frontend of the website. Wordpress users can for example use Akismet or one of the several other anti-spam plugins that are available. Still, some spam will come through. Today for example a webmaster decided to copy and post more than 300 articles from Ghacks on a website. Each post generated at least one pingback, many multiple pingbacks as the tags and links were kept by that webmaster.</p>
<p>Akismet did not object to these ping and Ghacks ended up with more than 300 accepted and published pings from that blog. Many webmasters would now delete them one by one which takes quite a while. A far better solution is to filter for a common denominator which in this case was the url of the website. All comments, pings and trackbacks that include the domain name of that website were listed giving me the option to mark them all and send them to the spam folder.</p>
<p>There might be situations where this is not possible. Maybe the website or script does not offer the option to bulk moderate comments. There is however another option if the website is making use of a database. This does however require some knowledge about the database as a query has to be run in the administration. Most users will probably use MySql where a basic delete query looks like this:</p>
<p><code>delete from [table] where [column name] = 'value'</code></p>
<p>To delete all comments from a specific url in Wordpress one would do the following:</p>
<p><code>delete from wp-comments where comment_author_url ='www.example.com'</code></p>
<p>It is possible to use other table columns like the commenters IP or email for example. How do you handle mass spam to your website or blog?</p>

	Tags: <a href="http://www.ghacks.net/tag/comment-spam/" title="comment spam" rel="tag">comment spam</a>, <a href="http://www.ghacks.net/tag/moderate-spam/" title="moderate spam" rel="tag">moderate spam</a>, <a href="http://www.ghacks.net/tag/ping-spam/" title="ping spam" rel="tag">ping spam</a>, <a href="http://www.ghacks.net/tag/spam/" title="spam" rel="tag">spam</a>, <a href="http://www.ghacks.net/tag/spammer/" title="spammer" rel="tag">spammer</a>, <a href="http://www.ghacks.net/tag/trackback-spam/" title="trackback spam" rel="tag">trackback spam</a>, <a href="http://www.ghacks.net/tag/wordpress-spam/" title="wordpress spam" rel="tag">wordpress spam</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/15/free-anti-spam-plugin-antispam-bee-for-wordpress/" title="Free Anti Spam Plugin Antispam Bee For Wordpress (June 15, 2009)">Free Anti Spam Plugin Antispam Bee For Wordpress</a> (18)</li>
	<li><a href="http://www.ghacks.net/2008/02/11/recaptcha-stop-spam-while-helping-to-digitize-books/" title="reCaptcha: stop spam while helping to digitize books (February 11, 2008)">reCaptcha: stop spam while helping to digitize books</a> (0)</li>
	<li><a href="http://www.ghacks.net/2007/09/26/comment-spam-without-urls/" title="Comment Spam without URLs (September 26, 2007)">Comment Spam without URLs</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/05/18/whats-wrong-with-those-rapidshare-captchas/" title="What&#8217;s wrong with those Rapidshare Captchas ? (May 18, 2008)">What&#8217;s wrong with those Rapidshare Captchas ?</a> (44)</li>
	<li><a href="http://www.ghacks.net/2009/05/01/use-spamassassin-for-better-spam-detection/" title="Use Spamassassin for better SPAM detection (May 1, 2009)">Use Spamassassin for better SPAM detection</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/06/how-to-handle-bulk-spam-as-a-webmaster/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Trap Spammers with Project Honey Pot</title>
		<link>http://www.ghacks.net/2009/07/01/trap-spammers-with-project-honey-pot/</link>
		<comments>http://www.ghacks.net/2009/07/01/trap-spammers-with-project-honey-pot/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 11:30:54 +0000</pubDate>
		<dc:creator>Melanie</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[email spam]]></category>
		<category><![CDATA[project honey pot]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spammers]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14035</guid>
		<description><![CDATA[Junk mail is always a pain to deal with. Some junk mail may be stuff you actually sign up for and lost interest in. Spam, however, is stuff that you never signed up for and is often sent to you after some bot saw your email address on some site. Nobody like spam. The guy [...]]]></description>
			<content:encoded><![CDATA[<p>Junk mail is always a pain to deal with. Some junk mail may be stuff you actually sign up for and lost interest in. Spam, however, is stuff that you never signed up for and is often sent to you after some bot saw your email address on some site. Nobody like spam. The guy that had the bot harvest your email address probably even hates getting spam. Spam is actually illegal and there are actually people out there who track spammers and try to make sure they see their day in court.</p>
<p><span id="more-14035"></span>Project Honey Pot is a system designed with those who receive spam in mind. What this system basically does is sit on a site and watch for email harvesters. When it finds an email harvester, the honey pot logs information about the harvester into the Project Honey Pot system. This information is then built up into various sets of statistics that are used in court to prosecute spammers. One of the things that makes Project Honey Pot cool is that it shows all this data on their website for the world to see. This allows those curious about their own IPs to check and see if they are considered a spammer. It also offers information on various IPs and statistics such as the average amount of emails sent to the honey pot.</p>
<p>Website owners can do one of three things to help Project Honey Pot catch spammers. A honey pot can be added to any website which will watch for and log any suspicious data on that site. This is for those who have a web host and are willing to install the honey pot script onto their site. Those who don&#8217;t have their website hosted or don&#8217;t want to install a honey pot can install a QuickLink. When a bot visits a site, they likely visit other sites that the original site is linked to in order to find as many email addresses as possible. A QuickLink is a hidden, secret link that only bots can see and visit. The QuickLink will take the bot to a site that does have a honey pot installed. Another thing that webmasters can do is donate an MX record to the project. What this does is give Project Honey Pot an email address to receive spam. Project Honey Pot will use this email address to see what kind of spam the harvesters are sending among many other statistics. This option is for webmasters who have their own domain name.</p>
<p><a href="http://www.projecthoneypot.org">Project Honey Pot</a> is a completely free service that survives on donations and tshirt sales through CafePress. They also offer various other services such as a directory where users can look up information about various IPs, including IPs that are known to belong to dictionary attackers.</p>

	Tags: <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/email-spam/" title="email spam" rel="tag">email spam</a>, <a href="http://www.ghacks.net/tag/project-honey-pot/" title="project honey pot" rel="tag">project honey pot</a>, <a href="http://www.ghacks.net/tag/spam/" title="spam" rel="tag">spam</a>, <a href="http://www.ghacks.net/tag/spammers/" title="spammers" rel="tag">spammers</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/08/28/tinymail-email-protection/" title="Tinymail Email Protection (August 28, 2008)">Tinymail Email Protection</a> (18)</li>
	<li><a href="http://www.ghacks.net/2008/02/26/reduce-spam-by-using-alternative-google-mail-address/" title="Reduce Spam by using alternative Google Mail Address ? (February 26, 2008)">Reduce Spam by using alternative Google Mail Address ?</a> (8)</li>
	<li><a href="http://www.ghacks.net/2005/10/24/how-do-spammers-spam/" title="How do spammers spam? (October 24, 2005)">How do spammers spam?</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/10/26/stop-spam-in-postfix-with-spamassassin/" title="Stop SPAM in Postfix with Spamassassin (October 26, 2009)">Stop SPAM in Postfix with Spamassassin</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/01/25/phishing-explained/" title="Phishing Explained (January 25, 2006)">Phishing Explained</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/01/trap-spammers-with-project-honey-pot/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Email Extractor Software Droid Email Seeker</title>
		<link>http://www.ghacks.net/2009/06/29/email-extractor-software-droid-email-seeker/</link>
		<comments>http://www.ghacks.net/2009/06/29/email-extractor-software-droid-email-seeker/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 18:49:37 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[droid email seeker]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[email addresses]]></category>
		<category><![CDATA[email database]]></category>
		<category><![CDATA[email extractor]]></category>
		<category><![CDATA[Email Extractor Software]]></category>
		<category><![CDATA[emails]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=13982</guid>
		<description><![CDATA[How to spammers fill their databases with email addresses? They usually buy them in bulk from companies that acquire them by other means. Other means can mean running search bots that crawl websites on the Internet to find new email addresses but also illegal methods like hacking into databases to retrieve all email addresses. You [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_windows.jpg" alt="microsoft windows" title="microsoft windows" width="128" height="128" class="alignleft size-full wp-image-11907" />How to spammers fill their databases with email addresses? They usually buy them in bulk from companies that acquire them by other means. Other means can mean running search bots that crawl websites on the Internet to find new email addresses but also illegal methods like hacking into databases to retrieve all email addresses. You might be surprised that many legitimate businesses purchase email addresses for their marketing campaigns.</p>
<p>There might be white hat reasons for running a bot on a website to retrieve all the email messages found. A reason that comes to mind is to locate all emails that are posted on a public website to remove them from that website in order to protect the owner from spam.</p>
<p><span id="more-13982"></span>Droid Email Seeker is one of the few free email extractors that are available for the Windows operating system. It can be used to quickly scan a website for email messages. It will begin crawling the website at the specified url and follow all inbound links that point to other pages on the same website. It will also ignore links pointing to other websites.</p>
<p>Another option of using the software is to let it search for keywords on Google and check the websites that turn up as results for email addresses. The number of sites can be specified. It is a little bit irritating that the process of scanning a website cannot be stopped from within the application. The only way is to terminate the program in Windows.</p>
<p>The email extractor software supports web proxies which it can verify. All email addresses that are found on the websites that are crawled will be added to a database. This email database can be exported as a csv file at any time. <a href="http://izanweb.blogspot.com/2009/06/free-email-crawler-download-droid-email.html">Droid Email Seeker</a> requires the Microsoft .net Framework 2.0 to be installed on the computer system.</p>

	Tags: <a href="http://www.ghacks.net/tag/droid-email-seeker/" title="droid email seeker" rel="tag">droid email seeker</a>, <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/email-addresses/" title="email addresses" rel="tag">email addresses</a>, <a href="http://www.ghacks.net/tag/email-database/" title="email database" rel="tag">email database</a>, <a href="http://www.ghacks.net/tag/email-extractor/" title="email extractor" rel="tag">email extractor</a>, <a href="http://www.ghacks.net/tag/email-extractor-software/" title="Email Extractor Software" rel="tag">Email Extractor Software</a>, <a href="http://www.ghacks.net/tag/emails/" title="emails" rel="tag">emails</a>, <a href="http://www.ghacks.net/tag/spam/" title="spam" rel="tag">spam</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/06/15/understanding-email-headers/" title="Understanding Email Headers (June 15, 2006)">Understanding Email Headers</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/07/01/trap-spammers-with-project-honey-pot/" title="Trap Spammers with Project Honey Pot (July 1, 2009)">Trap Spammers with Project Honey Pot</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/08/28/tinymail-email-protection/" title="Tinymail Email Protection (August 28, 2008)">Tinymail Email Protection</a> (18)</li>
	<li><a href="http://www.ghacks.net/2009/02/27/thunderbird-3-beta-2/" title="Thunderbird 3 Beta 2 (February 27, 2009)">Thunderbird 3 Beta 2</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/10/26/stop-spam-in-postfix-with-spamassassin/" title="Stop SPAM in Postfix with Spamassassin (October 26, 2009)">Stop SPAM in Postfix with Spamassassin</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/06/29/email-extractor-software-droid-email-seeker/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Use Bogofilter for better junk detection in Evolution</title>
		<link>http://www.ghacks.net/2009/06/20/use-bogofilter-for-better-junk-detection-in-evolution/</link>
		<comments>http://www.ghacks.net/2009/06/20/use-bogofilter-for-better-junk-detection-in-evolution/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 16:02:09 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Bogofilter]]></category>
		<category><![CDATA[Evolution]]></category>
		<category><![CDATA[HAM]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=13735</guid>
		<description><![CDATA[So you&#8217;re using the Linux operating system and you&#8217;re not concerned with viruses. But you still get SPAM &#8211; and plenty of it. With the Evolution groupware suite you have, by default, Spamassassin as your Junk filtering tool. For some this is enough. For others, howerver, it doesn&#8217;t cut it. For those that need more [...]]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;re using the Linux operating system and you&#8217;re not concerned with viruses. But you still get SPAM &#8211; and plenty of it. With the Evolution groupware suite you have, by default, Spamassassin as your Junk filtering tool. For some this is enough. For others, howerver, it doesn&#8217;t cut it. For those that need more you can give Bogofilter a try. You can use Bogofilter in conjunction with Spamassassin but that setup can become quite cumbersome and will require the creation of filters. To avoid this we will use only Bogofilter and we will train Bogofilter out of the box so it&#8217;s working right away to prevent SPAM from reaching you inbox.</p>
<p>With a little preparation this setup will go quickly. Without preparation, it will take some time for Bogofilter to learn SPAM/HAM.</p>
<p><span id="more-13735"></span><strong>Your preparation</strong></p>
<p>The easiest way to train Bogofilter is to have a collection of SPAM and HAM ready (approximately 200 each for training purposes) for it to use in the training process. These will be placed in SPAM and HAM folders (respectively) to be used once Bogofilter is installed and ready. But before you get to that point, you need to install Bogofilter and the Bogofilter Evolution plugin.</p>
<p>To install the necessary items open up your Add/Remove Software tool. Within this tool do a search for &#8220;bogofilter&#8221; (no quotes). You should see two particular pieces of software to install: bogofilter and bogofilter-evolution. Mark both of these applications for installation and click Apply to install them.</p>
<p>After they are installed you are ready to set up Bogofilter.</p>
<p><strong>Bogofilter setup</strong></p>
<p>The first thing to do is to enable the Bogofilter plugin in Evolution. Click on the Edit menu and select the Plugins entry. In this new window that opens click the Bogofilter check box to enable to plugin and then close the window.</p>
<div id="attachment_13740" class="wp-caption alignleft" style="width: 310px"><a href="http://www.ghacks.net/wp-content/uploads/2009/06/evolution_junk1.png"><img class="size-medium wp-image-13740" src="http://www.ghacks.net/wp-content/uploads/2009/06/evolution_junk1-500x415.png" alt="Figure 1" width="300" height="249" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>Now that the plugin is enabled, it&#8217;s time to configure it within Evolution. Go back to the Edit menu and select Preferences. When the Preferences window opens up click on the Mail Preferences button and then the Junk tab (see Figure 1).</p>
<p>From within the Junk tab the first thing to do is to select Bogofilter from the Default Junk Plugin dropdown. Now go back to the top and make sure &#8220;Check incoming messages for junk&#8221; is checked. Close this window after you have completed these steps.</p>
<p>Now you are ready to train Bogofilter.</p>
<p><strong>Training</strong></p>
<p>A lot of people complain that Bogofilter doesn&#8217;t work well. The main reason it doesn&#8217;t work well is because it hasn&#8217;t been trained. Remember those SPAM and HAM emails you collected in the SPAM and HAM folders? Now you are going to use them. First click on the HAM emails. These are all good emails (not SPAM). Select all of these and mark them as Junk. I know it sounds crazy, but it&#8217;s necessary. Now click on the Junk folder and you should see all of those emails you just marked as SPAM. Select them all again and mark them as Not Junk. Bogofilter just learned what you consider to not be junk.</p>
<p>Now click on the SPAM folder, select all of these messages, and mark them as Junk.</p>
<p>That&#8217;s it. Bogofilter should now be trained properly. And remember the more training you give Bogofilter, the smarter it will be.</p>
<p><strong>Final thoughts</strong></p>
<p>Bogofilter is a great tool for keeping SPAM out of your inbox. And best of all, it doesn&#8217;t require you to open up a terminal and issue a bunch of commands in order to get it working properly.</p>

	Tags: <a href="http://www.ghacks.net/tag/bogofilter/" title="Bogofilter" rel="tag">Bogofilter</a>, <a href="http://www.ghacks.net/tag/evolution/" title="Evolution" rel="tag">Evolution</a>, <a href="http://www.ghacks.net/tag/ham/" title="HAM" rel="tag">HAM</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/spam/" title="spam" rel="tag">spam</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/10/16/spam-filtering-with-kmail/" title="Spam filtering with Kmail (October 16, 2009)">Spam filtering with Kmail</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/05/01/use-spamassassin-for-better-spam-detection/" title="Use Spamassassin for better SPAM detection (May 1, 2009)">Use Spamassassin for better SPAM detection</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/02/09/replace-outlook-with-evolution-a-linux-groupware-suite/" title="Replace Outlook with Evolution: A Linux Groupware Suite (February 9, 2009)">Replace Outlook with Evolution: A Linux Groupware Suite</a> (17)</li>
	<li><a href="http://www.ghacks.net/2009/04/28/kontact-the-swiss-army-knife-of-pims/" title="Kontact: The Swiss Army Knife of PIMs (April 28, 2009)">Kontact: The Swiss Army Knife of PIMs</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/05/14/connect-evolution-to-google-mail-and-calendar/" title="Connect Evolution to Google mail and calendar (May 14, 2009)">Connect Evolution to Google mail and calendar</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/06/20/use-bogofilter-for-better-junk-detection-in-evolution/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Use Spamassassin for better SPAM detection</title>
		<link>http://www.ghacks.net/2009/05/01/use-spamassassin-for-better-spam-detection/</link>
		<comments>http://www.ghacks.net/2009/05/01/use-spamassassin-for-better-spam-detection/#comments</comments>
		<pubDate>Fri, 01 May 2009 20:42:56 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mail server]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[SPAM filtering]]></category>
		<category><![CDATA[spamassassin]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=12517</guid>
		<description><![CDATA[The Linux operating system is typically immune to viruses attached to email. But it is not immune to SPAM. Left unfiltered your inbox would quickly fill up with more SPAM than you care to delete. What is worse is owning a mail server and not protecting your users from a barrage of SPAM.
By employing Spamassassin [...]]]></description>
			<content:encoded><![CDATA[<p>The Linux operating system is typically immune to viruses attached to email. But it is not immune to SPAM. Left unfiltered your inbox would quickly fill up with more SPAM than you care to delete. What is worse is owning a mail server and not protecting your users from a barrage of SPAM.</p>
<p>By employing Spamassassin you can set up an outstanding SPAM  filter system that will protect your users. It&#8217;s not as simple as double clicking an .exe file to install, but the end results will be worth the time and effort.</p>
<p><span id="more-12517"></span><strong>Installing the tool<br />
</strong></p>
<p>This portion of the task is simple. Open up your Add/Remove utility, do a search for &#8220;spamassassin&#8221; (no quotes), select the results, and apply the changes. After you have installed the package you need to take a few steps to finish up the installation.</p>
<p>Now you are going to need a <strong>local.rc </strong>file. You can open up the <strong>/etc/mail/spamassassin/local.rc </strong>file for hand editing, or you can use this <a title="Spamassassin configurator" href="http://www.yrex.com/spam/spamconfig.php" target="_blank">handy web-based tool</a> to set it up for you. This tool was written by Michael Moncur and makes the setup of Spamassassin much easier. Once you have selected all your options click the Generate button and then click the Download button. You will need to place this file in <strong>/etc/mail/spamassassin</strong> in order for it to be used.</p>
<p>It&#8217;s time to start the daemon. Issue the command <strong>/etc/init.d/spamassassin start </strong>(or <strong>/etc/rc.d/init.d/spamassassin start</strong> &#8211; depending upon your distribution.)</p>
<p><strong>Test the install</strong></p>
<p>Spamassassin comes with a sample file you can run through the filter for testing. In modern installations this file is located in <strong>/usr/share/doc/spamassassin-*/sample-spam.txt</strong>. To test this issue the command:</p>
<p><em>spamc -R &lt;/usr/share/doc/spamassassin-3.2.5/sample-spam.txt</em></p>
<p>You should see results like this:</p>
<p><em>Content analysis details:   (1000.0 points, 5.0 required)</em></p>
<p><em>pts rule name              description<br />
&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
-0.0 NO_RELAYS              Informational: message was not relayed via SMTP<br />
1000 GTUBE                  BODY: Generic Test for Unsolicited Bulk Email<br />
-0.0 NO_RECEIVED            Informational: message has no Received headers</em></p>
<p>As you can see, this sample scored 1000 points. Only 5 points are required for an email to be considered SPAM. It&#8217;s safe to say this is SPAM and safe to say Spamassassin is working.</p>
<p><strong>Using Spamassassin with Procmail</strong></p>
<p>You will need to set up Procmail (or another MTA) in order to deliver mail. What we want to do is set this up globally so you don&#8217;t have to deal with each users ~/.procmailrc file. To do this you will edit the <strong>/etc/procmailrc</strong> file. All you need to do is add the following lines:</p>
<p><em>DROPPRIVS=yes</em></p>
<p><em>:0fw</em></p>
<p><em>| /usr/bin/spamc</em></p>
<p>Spamassassin should now be working.</p>
<p><strong>Training spamassassin</strong></p>
<p>At first you might not notice much of a drop in SPAM. This is because Spamassassin has to have a period of training.  There is a built-in tool for this called sa-learn. What you need to do is create two folders, one for SPAM and one for HAM. In the SPAM folder collect 100 or so emails that are definately SPAM. In the HAM folder collect 100 or so valid emails. Once you have those folders collected issue the following commands:</p>
<p>sa-learn &#8211;spam /PATH/TO/SPAM/FOLDER</p>
<p>sa-learn &#8211;ham /PATH/TO/HAM/FOLDER</p>
<p>Where /PATH/TO/SPAM/FOLDER and /PATH/TO/HAM/FOLDER are the explicit paths to these folders.</p>
<p>You can also set up a cron job to help Spamassassin train frequently if you need.</p>
<p><strong>Final Thoughts</strong></p>
<p>If SPAM is clogging up your Linux mail server you will be wise to employ a tool like Spamassassin. Your users and your IT staff will thank you for it.</p>

	Tags: <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/mail-server/" title="mail server" rel="tag">mail server</a>, <a href="http://www.ghacks.net/tag/spam/" title="spam" rel="tag">spam</a>, <a href="http://www.ghacks.net/tag/spam-filtering/" title="SPAM filtering" rel="tag">SPAM filtering</a>, <a href="http://www.ghacks.net/tag/spamassassin/" title="spamassassin" rel="tag">spamassassin</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/20/use-bogofilter-for-better-junk-detection-in-evolution/" title="Use Bogofilter for better junk detection in Evolution (June 20, 2009)">Use Bogofilter for better junk detection in Evolution</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/10/16/spam-filtering-with-kmail/" title="Spam filtering with Kmail (October 16, 2009)">Spam filtering with Kmail</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/06/05/make-sendmail-accept-mail-from-external-sources/" title="Make Sendmail accept mail from external sources (June 5, 2009)">Make Sendmail accept mail from external sources</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/02/07/yoggie-pico-personal-mobile-security-computer/" title="Yoggie PICO Personal Mobile Security Computer (February 7, 2008)">Yoggie PICO Personal Mobile Security Computer</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/10/30/with-ubuntu-9-10-arrives-wubi-9-10/" title="With Ubuntu 9.10 Arrives Wubi 9.10 (October 30, 2009)">With Ubuntu 9.10 Arrives Wubi 9.10</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/05/01/use-spamassassin-for-better-spam-detection/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tinymail Email Protection</title>
		<link>http://www.ghacks.net/2008/08/28/tinymail-email-protection/</link>
		<comments>http://www.ghacks.net/2008/08/28/tinymail-email-protection/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 21:41:45 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[email protection]]></category>
		<category><![CDATA[email spam]]></category>
		<category><![CDATA[email websites]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[tinymail]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=6593</guid>
		<description><![CDATA[Do not publish your email on the Internet. That&#8217;s is one of the first lessons to learn when you start using the Internet. Once your email has been cached by a search engine it will sooner or later be discovered by bots that crawl the Internet for this valuable information.
All kinds of protection have been [...]]]></description>
			<content:encoded><![CDATA[<p>Do not publish your email on the Internet. That&#8217;s is one of the first lessons to learn when you start using the Internet. Once your email has been cached by a search engine it will sooner or later be discovered by bots that crawl the Internet for this valuable information.</p>
<p>All kinds of protection have been created to prevent this from happening. Some suggest using images instead of text, many obscure their emails in the hope that the bots will not be able to identify the right one and others are not publishing their mail at all.</p>
<p>Tinymail steps in and tries to be a barrier between your email address and the Internet. It does that by linking your email address to a Tinymail webpage which becomes your profile page. Instead of publishing your email on the web you embed the Tinymail code that is created after linking the email to a Tinymail email address.</p>
<p><span id="more-6593"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/08/tinymail.jpg" alt="tinymail" title="tinymail" width="302" height="59" class="alignnone size-medium wp-image-6594" /></p>
<p>The <a href="http://tinymail.me/">Tinymail</a> code is showing part of the real email address and a link to the profile page which is only accessible if the user enters a captcha. If he does that he can take a look at the real email.</p>
<p>The idea itself is nice but it has two flaws in my opinion.The first is that it adds another step to the contact process. That might not be a problem if you desperately are trying to contact one but it is definitely a problem for other forms like providing feedback on a product. Users might give up in frustration and prefer to spend their time elsewhere.</p>
<p>The second is the captcha protection. Captchas have been broken in the past and once it is broken it could become a haven for a email collector who stored all those Tinymail emails in a database waiting for the right moment to decipher them all.</p>
<p>It would be nice if the email link could be deleted again after usage for a certain time, maybe even let it run out automatically after x days where x is a figure that the user can define in the options.</p>

	Tags: <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/email-protection/" title="email protection" rel="tag">email protection</a>, <a href="http://www.ghacks.net/tag/email-spam/" title="email spam" rel="tag">email spam</a>, <a href="http://www.ghacks.net/tag/email-websites/" title="email websites" rel="tag">email websites</a>, <a href="http://www.ghacks.net/tag/mail/" title="mail" rel="tag">mail</a>, <a href="http://www.ghacks.net/tag/spam/" title="spam" rel="tag">spam</a>, <a href="http://www.ghacks.net/tag/tinymail/" title="tinymail" rel="tag">tinymail</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/07/01/trap-spammers-with-project-honey-pot/" title="Trap Spammers with Project Honey Pot (July 1, 2009)">Trap Spammers with Project Honey Pot</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/02/26/reduce-spam-by-using-alternative-google-mail-address/" title="Reduce Spam by using alternative Google Mail Address ? (February 26, 2008)">Reduce Spam by using alternative Google Mail Address ?</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/09/11/yahoo-mail-integrates-drop-io-to-support-100-megabyte-attachments/" title="Yahoo Mail Integrates Drop.io To Support 100 Megabyte Attachments (September 11, 2009)">Yahoo Mail Integrates Drop.io To Support 100 Megabyte Attachments</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/10/26/stop-spam-in-postfix-with-spamassassin/" title="Stop SPAM in Postfix with Spamassassin (October 26, 2009)">Stop SPAM in Postfix with Spamassassin</a> (1)</li>
	<li><a href="http://www.ghacks.net/2007/01/04/recover-deleted-or-corrupted-thunderbird-messages/" title="Recover deleted or corrupted Thunderbird messages (January 4, 2007)">Recover deleted or corrupted Thunderbird messages</a> (15)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/08/28/tinymail-email-protection/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Gmail Has a Privacy Problem</title>
		<link>http://www.ghacks.net/2008/07/18/gmail-has-a-privacy-problem/</link>
		<comments>http://www.ghacks.net/2008/07/18/gmail-has-a-privacy-problem/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 22:23:03 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google-mail]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5396</guid>
		<description><![CDATA[You might have already read it elsewhere that it is possible to reveal the real name of any Gmail user by sharing a calendar in Google Calendar with him. Let me explain how this is done. Google Calendar can be loaded in the header area of Gmail after logging in. A click on settings will [...]]]></description>
			<content:encoded><![CDATA[<p>You might have already <a href="http://tech.slashdot.org/article.pl?sid=08/07/16/2220232">read</a> it elsewhere that it is possible to reveal the real name of any <a href="http://www.ghacks.net/2009/02/09/gmail-90-tools-and-tips-to-make-you-a-gmail-pro/">Gmail</a> user by sharing a calendar in Google Calendar with him. Let me explain how this is done. Google Calendar can be loaded in the header area of Gmail after logging in. A click on settings will load the settings where users can change all sorts of information like the date format and time zone.</p>
<p>A click on the Calendars tab loads the calendars that are currently active. A click on the Calendar loads the details of that calendar with information about the calendar timezone and addresses. There is also another tab in that view that lets the user share the calender with other users.</p>
<p>A click on the Share This Calendar tab displays a list of all users who have access to this calendar with the option to add new users by pasting their email address into the form field.</p>
<p><span id="more-5396"></span>The problem arises if a Gmail email address is pasted into that field. Nothing happens until the changes have been saved and the question if the user should be invited if he does not use Google Calendar is denied. </p>
<p>The full name of the user is disclosed int he Share This Calendar tab even if that user has chosen a gmail address that is not made up of his first and last username.</p>
<p>This might not seem like a big deal for many users but this is a honeypot for spammers. All they need to do is enter email addresses to find out the real name of the user to send out personalized spam. You probably would not react to a phishing mail asking you to login to your eBay account if the name would be missing or be wrong but what about if the real name would be there ?</p>

	Tags: <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/gmail/" title="gmail" rel="tag">gmail</a>, <a href="http://www.ghacks.net/tag/google-mail/" title="google-mail" rel="tag">google-mail</a>, <a href="http://www.ghacks.net/tag/privacy/" title="privacy" rel="tag">privacy</a>, <a href="http://www.ghacks.net/tag/spam/" title="spam" rel="tag">spam</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/30/use-gmail-to-host-and-share-photos/" title="Use Gmail To Host And Share Photos (June 30, 2009)">Use Gmail To Host And Share Photos</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/07/10/tracking-gmail-account-usage/" title="Tracking Gmail Account Usage (July 10, 2008)">Tracking Gmail Account Usage</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/08/04/synchronize-contacts-between-thunderbird-and-gmail/" title="Synchronize Contacts Between Thunderbird And Gmail (August 4, 2008)">Synchronize Contacts Between Thunderbird And Gmail</a> (12)</li>
	<li><a href="http://www.ghacks.net/2008/05/31/sync-gmail-contacts-with-thunderbird/" title="Sync Gmail Contacts with Thunderbird (May 31, 2008)">Sync Gmail Contacts with Thunderbird</a> (13)</li>
	<li><a href="http://www.ghacks.net/2008/02/26/reduce-spam-by-using-alternative-google-mail-address/" title="Reduce Spam by using alternative Google Mail Address ? (February 26, 2008)">Reduce Spam by using alternative Google Mail Address ?</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/07/18/gmail-has-a-privacy-problem/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>What&#8217;s wrong with those Rapidshare Captchas ?</title>
		<link>http://www.ghacks.net/2008/05/18/whats-wrong-with-those-rapidshare-captchas/</link>
		<comments>http://www.ghacks.net/2008/05/18/whats-wrong-with-those-rapidshare-captchas/#comments</comments>
		<pubDate>Sun, 18 May 2008 21:53:43 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[protection]]></category>
		<category><![CDATA[rapidshare]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=4181</guid>
		<description><![CDATA[Rapidshare have implemented a new captcha system a while ago that was most likely be added to fight all the automatic downloaders that were able to fill out the captcha for the user to automate the download process. The new captcha however turns out to be harder to beat. Not only for computer scripts though [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ghacks.net/2008/01/04/5-rapidshare-search-engines/">Rapidshare</a> have implemented a new captcha system a while ago that was most likely be added to fight all the automatic downloaders that were able to fill out the captcha for the user to automate the download process. The new captcha however turns out to be harder to beat. Not only for computer scripts though but also for normal visitors of Rapidshare.</p>
<p>The captcha is made up of characters and animal images and the user is asked to fill in the four letters that have the image of a cat attached to them. The problem with that captcha however is that the animal images look really alike and it is damn hard to tell if you see a cat, a dog, a donkey or some other four-legged animal with a tail.</p>
<p><a href='http://www.ghacks.net/wp-content/uploads/2008/05/rapidshare_captcha.jpg'><img src="http://www.ghacks.net/wp-content/uploads/2008/05/rapidshare_captcha-500x210.jpg" alt="rapidshare captcha" title="rapidshare captcha" width="500" height="210" class="alignnone size-medium wp-image-4182" /></a></p>
<p><span id="more-4181"></span>If you concentrate you can identify the cats and fill in the form. The problem is that a wrong answer will load yet another capture with and you have to start over again. I&#8217;m all for protection and anti-spam measures but this one is going to far in my opinion. There are better ways to implement captchas. What&#8217;s your take on that new captcha ?</p>

	Tags: <a href="http://www.ghacks.net/tag/captcha/" title="captcha" rel="tag">captcha</a>, <a href="http://www.ghacks.net/tag/hosting/" title="hosting" rel="tag">hosting</a>, <a href="http://www.ghacks.net/tag/protection/" title="protection" rel="tag">protection</a>, <a href="http://www.ghacks.net/tag/rapidshare/" title="rapidshare" rel="tag">rapidshare</a>, <a href="http://www.ghacks.net/tag/spam/" title="spam" rel="tag">spam</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/02/11/recaptcha-stop-spam-while-helping-to-digitize-books/" title="reCaptcha: stop spam while helping to digitize books (February 11, 2008)">reCaptcha: stop spam while helping to digitize books</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/09/03/rapidshare-files/" title="Rapidshare Files (September 3, 2008)">Rapidshare Files</a> (17)</li>
	<li><a href="http://www.ghacks.net/2006/12/29/megaupload-bypass-country-limit/" title="Megaupload bypass country limit (December 29, 2006)">Megaupload bypass country limit</a> (7)</li>
	<li><a href="http://www.ghacks.net/2006/10/01/who-is-hosting-ghacks/" title="Who is hosting ghacks ? (October 1, 2006)">Who is hosting ghacks ?</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/06/13/using-a-web-hosting-directory-can-aid-your-search-for-a-host/" title="Using a Web Hosting Directory can Aid your Search for a Host (June 13, 2009)">Using a Web Hosting Directory can Aid your Search for a Host</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/05/18/whats-wrong-with-those-rapidshare-captchas/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
		<item>
		<title>Email Address Extract</title>
		<link>http://www.ghacks.net/2008/05/16/email-address-extract/</link>
		<comments>http://www.ghacks.net/2008/05/16/email-address-extract/#comments</comments>
		<pubDate>Fri, 16 May 2008 12:35:38 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[extract emails]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=4151</guid>
		<description><![CDATA[Extracting emails from files is probably something that most users will never even think of doing. It can however be interesting for some users who have them stored in a database with all kinds of information and want to extract all emails to mail every user in that database. It can be used for spamming [...]]]></description>
			<content:encoded><![CDATA[<p>Extracting emails from files is probably something that most users will never even think of doing. It can however be interesting for some users who have them stored in a database with all kinds of information and want to extract all emails to mail every user in that database. It can be used for spamming users as well but I&#8217;m not advocating this falling victim to lots of spam emails each day.</p>
<p>The software <a href="http://www.a1soft.com/emextcom.htm">Email Address Extract</a> (via <a href="http://www.adesblog.com/2008/05/16/free-software-extracting-emails-from-a-file/">Ades Blog</a>) works surprisingly well. All you need to do is point it at a folder on your hard drive and select the file type that should be crawled. Some preconfigured files types are htm, log and dat but it is possible to use wildcards or other file types as well. The option to process subfolders automatically could be worth checking as well.</p>
<p>The scan itself does not take longer than a few seconds normally. I did test it on one of my mailbox files in Thunderbird and it did extract more than 6000 emails from that which means it works practically with all files that contain text. Doubt it will be highly successful crawling binary files.</p>
<p><span id="more-4151"></span>Emails that have been found can be exported into a text document for further processing. They can be sorted by username or mails server before doing so.</p>

	Tags: <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/extract-emails/" title="extract emails" rel="tag">extract emails</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/spam/" title="spam" rel="tag">spam</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/19/quickly-check-mails-without-downloading-them/" title="Quickly check mails without downloading them (May 19, 2008)">Quickly check mails without downloading them</a> (8)</li>
	<li><a href="http://www.ghacks.net/2008/05/12/microsoft-outlook-personal-folders-backup/" title="Microsoft Outlook Personal Folders Backup (May 12, 2008)">Microsoft Outlook Personal Folders Backup</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/07/06/make-gmail-the-default-email-client/" title="Make Gmail The Default Email Client (July 6, 2008)">Make Gmail The Default Email Client</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/05/16/email-address-extract/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Interesting One-Way Email Services</title>
		<link>http://www.ghacks.net/2008/04/11/interesting-one-way-email-services/</link>
		<comments>http://www.ghacks.net/2008/04/11/interesting-one-way-email-services/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 09:40:25 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[disposable email]]></category>
		<category><![CDATA[one way email]]></category>
		<category><![CDATA[registration]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[throwaway email]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=3778</guid>
		<description><![CDATA[One-Way Email services, also known as disposable emails or throwaway emails are a great way to anonymize your data when signing up for websites or services. It sometimes happens that I need to access information that are located in a members only area of a forum for instance. I know that I will be visiting [...]]]></description>
			<content:encoded><![CDATA[<p>One-Way Email services, also known as disposable emails or throwaway emails are a great way to anonymize your data when signing up for websites or services. It sometimes happens that I need to access information that are located in a members only area of a forum for instance. I know that I will be visiting that forum once to retrieve the information and that I most likely will never come back.</p>
<p>That&#8217;s the main reason why I&#8217;m using one-way emails, to signup at websites that force you to signup before you can access information. Most disposable emails are not risk free especially if you use them to signup at a service that you do use regularly. If someone were to discover your email he would be able to access the account at the website of the disposable email service. They are free for everyone, remember ? He could request a new password for the website and hack your account for instance.</p>
<p>The following list contains only those one-way email services that I do use regularly for all kinds of purposes. All are free to be used and require no registration whatsoever.</p>
<p><span id="more-3778"></span><a href="http://www.blockfilter.com/">Blockfilter</a> &#8211; You can create a email @newsups.com. All incoming emails are deleted after 2 hours automatically.</p>
<p><a href="http://www.guerrillamail.com/">Guerrilla mail</a> &#8211; create a random email on the fly that lasts for 15 minutes. You can extend that period for additional periods.</p>
<p><a href="http://www.mailinator.com/">Mailinator</a> &#8211; probably the most popular disposable email website. Offers some alternate domain names that redirect mails to the same mailbox. Great if the original mailinator url is banned from a site.</p>
<p>I know that the list is a bit short but these are all that I do use regularly.</p>

	Tags: <a href="http://www.ghacks.net/tag/disposable-email/" title="disposable email" rel="tag">disposable email</a>, <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/one-way-email/" title="one way email" rel="tag">one way email</a>, <a href="http://www.ghacks.net/tag/registration/" title="registration" rel="tag">registration</a>, <a href="http://www.ghacks.net/tag/spam/" title="spam" rel="tag">spam</a>, <a href="http://www.ghacks.net/tag/throwaway-email/" title="throwaway email" rel="tag">throwaway email</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/04/26/temporary-email-from-bugmenot/" title="Temporary Email from BugMeNot (April 26, 2007)">Temporary Email from BugMeNot</a> (2)</li>
	<li><a href="http://www.ghacks.net/2007/05/28/list-of-20-temporary-email-services/" title="List of 20 Temporary Email Services (May 28, 2007)">List of 20 Temporary Email Services</a> (26)</li>
	<li><a href="http://www.ghacks.net/2006/03/28/disposable-email-address-services-march-2006/" title="Disposable Email Address Services March 2006 (March 28, 2006)">Disposable Email Address Services March 2006</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/08/27/trashmail-net-firefox-add-on/" title="TrashMail.net Firefox Add-on (August 27, 2009)">TrashMail.net Firefox Add-on</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/07/01/trap-spammers-with-project-honey-pot/" title="Trap Spammers with Project Honey Pot (July 1, 2009)">Trap Spammers with Project Honey Pot</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/04/11/interesting-one-way-email-services/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Reduce Spam by using alternative Google Mail Address ?</title>
		<link>http://www.ghacks.net/2008/02/26/reduce-spam-by-using-alternative-google-mail-address/</link>
		<comments>http://www.ghacks.net/2008/02/26/reduce-spam-by-using-alternative-google-mail-address/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 07:59:31 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[email spam]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/02/26/reduce-spam-by-using-alternative-google-mail-address/</guid>
		<description><![CDATA[I read about this tip yesterday at Digital Inspiration and when I woke up today I saw that Lifehacker wrote about it as well. The tip mainly stated that users who signed up for Gmail would not get one but two mail addresses: user@gmail.com and user@googlemail.com. The suggestion was to give on out to friends and use the other for all the other signups and conversations on the Internet.]]></description>
			<content:encoded><![CDATA[<p>I read about this tip yesterday at <a href="http://www.labnol.org/internet/email/gmail-email-alias-two-separate-gmail-address/2388/">Digital Inspiration</a> and when I woke up today I saw that <a href="http://lifehacker.com/360524/use-a-googlemailcom-address-to-lessen-gmail-spam">Lifehacker</a> wrote about it as well. The tip mainly stated that users who signed up for <a href="http://www.ghacks.net/2009/02/09/gmail-90-tools-and-tips-to-make-you-a-gmail-pro/">Gmail</a> would not get one but two mail addresses: user@gmail.com and user@googlemail.com. The suggestion was to give on out to friends and use the other for all the other signups and conversations on the Internet.</p>
<p>It might seem like a solid trick unless you think about it for a second. If I know that there are two email addresses on those two Google domains that lead to the same user the spammer could know as well and most likely will. So, even though you use one email for private matters and the other for everything else Mr. Spammer will simply add a script that sends mails to both Google accounts automatically.</p>
<p>The only real way that works in my opinion are separate email accounts with no connection whatsoever. Using one account with those two email addresses is simply not reducing the amount of spam that you receive.</p>
<p><span id="more-3335"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/email-spam/" title="email spam" rel="tag">email spam</a>, <a href="http://www.ghacks.net/tag/gmail/" title="gmail" rel="tag">gmail</a>, <a href="http://www.ghacks.net/tag/google/" title="Google" rel="tag">Google</a>, <a href="http://www.ghacks.net/tag/spam/" title="spam" rel="tag">spam</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/12/27/why-you-should-always-log-off-gmail/" title="Why you should always log off Gmail (December 27, 2007)">Why you should always log off Gmail</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/07/01/trap-spammers-with-project-honey-pot/" title="Trap Spammers with Project Honey Pot (July 1, 2009)">Trap Spammers with Project Honey Pot</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/07/10/tracking-gmail-account-usage/" title="Tracking Gmail Account Usage (July 10, 2008)">Tracking Gmail Account Usage</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/08/28/tinymail-email-protection/" title="Tinymail Email Protection (August 28, 2008)">Tinymail Email Protection</a> (18)</li>
	<li><a href="http://www.ghacks.net/2006/01/31/gmail-xp/" title="Gmail Xp (January 31, 2006)">Gmail Xp</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/02/26/reduce-spam-by-using-alternative-google-mail-address/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>reCaptcha: stop spam while helping to digitize books</title>
		<link>http://www.ghacks.net/2008/02/11/recaptcha-stop-spam-while-helping-to-digitize-books/</link>
		<comments>http://www.ghacks.net/2008/02/11/recaptcha-stop-spam-while-helping-to-digitize-books/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 09:16:56 +0000</pubDate>
		<dc:creator>Tobey</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[antispam]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[comment spam]]></category>
		<category><![CDATA[digitize books]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/02/11/recaptcha-stop-spam-while-helping-to-digitize-books/</guid>
		<description><![CDATA[Spam is a pain and we all got used to the necessity of fighting it every single day spending our valuable time on deleting junk mails and undergoing additional security measures like captchas and many others. Is there any way to transform daily wasted time and effort spent on these measures for good purposes instead of regarding them as a necessary evil? You bet there is.]]></description>
			<content:encoded><![CDATA[<p>Spam is a pain and we all got used to the necessity of fighting it every single day spending our valuable time on deleting junk mails and undergoing additional security measures like <a href="http://en.wikipedia.org/wiki/Captcha" rel="nofollow">captchas</a> and many others. Is there any way to transform daily wasted time and effort spent on these measures for good purposes instead of regarding them as a necessary evil? You bet there is.</p>
<p>In a form of an online service, <a href="http://recaptcha.net/">reCAPTCHA</a> offers exactly that. After signing up for the service, you&#8217;ll be able to place a captcha module on your website and avoid automated abuse while helping to read and store books of the past. With this special type of captcha engine, users are besides writing an already known word correctly into the widget&#8217;s field also required to recognize an additional word gathered by digitizing books which the OCR system wasn&#8217;t able to recognize due to various defects in characters.</p>
<p><span id="more-3191"></span>Besides an obvious advantage of this service that makes real use of captcha, there are other great advantages to it. It&#8217;s easy to install thanks to plugin support for major CMS like Wordpress, it&#8217;s accessible for eyesight-disabled people and it is based on high security standards that make it nearly impossible to penetrate. Moreover, the whole system can be quickly updated whenever a vulnerability is found without the webmaster having to worry about it. It&#8217;s also capable of IP filtering.</p>
<p>Should you wish for a great, free, customizable service with its own API that transforms waste of time into a useful and valuable activity while protecting your website against the dirt of spam? Here you go.</p>

	Tags: <a href="http://www.ghacks.net/tag/antispam/" title="antispam" rel="tag">antispam</a>, <a href="http://www.ghacks.net/tag/captcha/" title="captcha" rel="tag">captcha</a>, <a href="http://www.ghacks.net/tag/comment-spam/" title="comment spam" rel="tag">comment spam</a>, <a href="http://www.ghacks.net/tag/digitize-books/" title="digitize books" rel="tag">digitize books</a>, <a href="http://www.ghacks.net/tag/spam/" title="spam" rel="tag">spam</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/18/whats-wrong-with-those-rapidshare-captchas/" title="What&#8217;s wrong with those Rapidshare Captchas ? (May 18, 2008)">What&#8217;s wrong with those Rapidshare Captchas ?</a> (44)</li>
	<li><a href="http://www.ghacks.net/2009/07/06/how-to-handle-bulk-spam-as-a-webmaster/" title="How To Handle Bulk Spam As A Webmaster (July 6, 2009)">How To Handle Bulk Spam As A Webmaster</a> (7)</li>
	<li><a href="http://www.ghacks.net/2005/10/24/how-do-spammers-spam/" title="How do spammers spam? (October 24, 2005)">How do spammers spam?</a> (1)</li>
	<li><a href="http://www.ghacks.net/2007/09/26/comment-spam-without-urls/" title="Comment Spam without URLs (September 26, 2007)">Comment Spam without URLs</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/05/01/use-spamassassin-for-better-spam-detection/" title="Use Spamassassin for better SPAM detection (May 1, 2009)">Use Spamassassin for better SPAM detection</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/02/11/recaptcha-stop-spam-while-helping-to-digitize-books/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A collaborative spam filter</title>
		<link>http://www.ghacks.net/2008/01/26/a-collaborative-spam-filter/</link>
		<comments>http://www.ghacks.net/2008/01/26/a-collaborative-spam-filter/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 21:36:53 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[bullguard]]></category>
		<category><![CDATA[microsoft outlook]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spam filter]]></category>
		<category><![CDATA[spamihilator]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/01/26/a-collaborative-spam-filter/</guid>
		<description><![CDATA[Spammers user thousands of computers to send spam mails, why should not thousands of users use the same technique to combat spam effectively ? That's the major idea behind a collaborative spam filter that not only learns from your input but also from the input of other users that use the same product.]]></description>
			<content:encoded><![CDATA[<p>Spammers user thousands of computers to send spam mails, why should not thousands of users use the same technique to combat spam effectively ? That&#8217;s the major idea behind a collaborative spam filter that not only learns from your input but also from the input of other users that use the same product.</p>
<p>It&#8217;s like the system that is used by Wordpress plugins like Spam Karma or Akismet. They have their own spam filters that filter out spam but also access blacklists and whitelists on the Internet that are created by a lot of users.</p>
<p><a href="http://www.bullguard.com/why/bullguard-spamfilter.aspx">Bullgard Spamfilter</a> integrates with Microsoft Outlook, Outlook Express and Thunderbird and requires a user account at Bullguard which can be created during setup (just enter a email address and password). A huge advantage over tools like <a href="http://www.spamihilator.com/">Spamihilator</a> is the fact that you do not need to change the account settings, e.g. the mailserver, in the email client that you are using, it works right out of the box.</p>
<p><span id="more-3009"></span><img src='http://www.ghacks.net/wp-content/uploads/2008/01/bullguard_spam_filter.jpg' alt='bullguard spam filter' /></p>
<p>One aspect that I personally do not like is that Bullguard adds a footer message to all mails that are send from your account, saying:</p>
<p><em>I use BullGuard Spamfilter to keep my inbox clean.<br />
It is completely free: www.bullguard.com/freespamfilter </em></p>
<p>This can&#8217;t be unchecked in this version and is definitely a reason for me personally not to use it.</p>

	Tags: <a href="http://www.ghacks.net/tag/bullguard/" title="bullguard" rel="tag">bullguard</a>, <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/microsoft-outlook/" title="microsoft outlook" rel="tag">microsoft outlook</a>, <a href="http://www.ghacks.net/tag/outlook/" title="outlook" rel="tag">outlook</a>, <a href="http://www.ghacks.net/tag/spam/" title="spam" rel="tag">spam</a>, <a href="http://www.ghacks.net/tag/spam-filter/" title="spam filter" rel="tag">spam filter</a>, <a href="http://www.ghacks.net/tag/spamihilator/" title="spamihilator" rel="tag">spamihilator</a>, <a href="http://www.ghacks.net/tag/thunderbird/" title="thunderbird" rel="tag">thunderbird</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/10/26/importing-calendar-from-microsoft-outlook-to-mozilla-lightning/" title="Importing Calendar From Microsoft Outlook To Mozilla Lightning (October 26, 2008)">Importing Calendar From Microsoft Outlook To Mozilla Lightning</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/01/11/xobni-for-microsoft-outlook/" title="Xobni for Microsoft Outlook (January 11, 2008)">Xobni for Microsoft Outlook</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/11/04/why-im-still-using-a-software-email-client/" title="Why I&#8217;m Still Using A Software Email Client (November 4, 2008)">Why I&#8217;m Still Using A Software Email Client</a> (17)</li>
	<li><a href="http://www.ghacks.net/2009/03/11/truemark-email-identification/" title="Truemark Email Identification (March 11, 2009)">Truemark Email Identification</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/08/09/tablet-enhancements-3-for-outlook/" title="Tablet Enhancements 3 for Outlook (August 9, 2008)">Tablet Enhancements 3 for Outlook</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/01/26/a-collaborative-spam-filter/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Dear Spammers..</title>
		<link>http://www.ghacks.net/2007/11/21/dear-spammers/</link>
		<comments>http://www.ghacks.net/2007/11/21/dear-spammers/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 14:37:05 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[ghacks]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/11/21/dear-spammers/</guid>
		<description><![CDATA[Hello to Alexqjm, Demetri and thousand other random usernames that you like to use to post a fake comment on my website thanking me for that article using a homepage link that points to your Viagra, Cars, Russian Brides, fake Rolex watches and other bullshit that no sane person would ever buy from you.]]></description>
			<content:encoded><![CDATA[<p>Hello to Alexqjm, Demetri and thousand other random usernames that you like to use to post a fake comment on my website thanking me for that article using a homepage link that points to your Viagra, Cars, Russian Brides, fake Rolex watches and other bullshit that no sane person would ever buy from you.</p>
<p>Your automatic spambots cause a lot of work for me. Since your posts automatically land in the moderation queue I have to click on the delete button about one hundred times a day which is not a pleasant thing to do. The next mark in Spam Karma will be 150000 spam comments, trackbacks and pingbacks that I had to delete.</p>
<p>Guess how many made it into the comments of my website ? None ! Why the fuck are you still spamming my site with your stupid automatic programs if there is ZERO chance that you comment will make it on the website ? The only thing that you are achieving is that you are beginning to piss me off.</p>
<p><span id="more-2312"></span>I therefor have decided to do the following:</p>
<ul>
<li>I whois the website that spams my blog and report it to the hoster of the domain name and webspace hoster. If this is run on a rootserver I contact the company that rents the server and report you there</li>
<li>I will contact any advertisement company that has advertisement on your website and will notify them that you are spamming the Internet with your shitty comments which will hopefully lead to account closure.</li>
<li>I will contact the ISP of the user who submitted the comment reporting the spam. Even if a proxy has been used I will report each and everyone</li>
</ul>
<p>Let the war begin..</p>
<p><strong>Update:</strong></p>
<p>To find out a domain owner you can use the service from <a href="http://www.whois.net/">Whois.net</a></p>

	Tags: <a href="http://www.ghacks.net/tag/spam/" title="spam" rel="tag">spam</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/18/whats-wrong-with-those-rapidshare-captchas/" title="What&#8217;s wrong with those Rapidshare Captchas ? (May 18, 2008)">What&#8217;s wrong with those Rapidshare Captchas ?</a> (44)</li>
	<li><a href="http://www.ghacks.net/2009/05/01/use-spamassassin-for-better-spam-detection/" title="Use Spamassassin for better SPAM detection (May 1, 2009)">Use Spamassassin for better SPAM detection</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/06/20/use-bogofilter-for-better-junk-detection-in-evolution/" title="Use Bogofilter for better junk detection in Evolution (June 20, 2009)">Use Bogofilter for better junk detection in Evolution</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/06/15/understanding-email-headers/" title="Understanding Email Headers (June 15, 2006)">Understanding Email Headers</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/07/01/trap-spammers-with-project-honey-pot/" title="Trap Spammers with Project Honey Pot (July 1, 2009)">Trap Spammers with Project Honey Pot</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/11/21/dear-spammers/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Comment Spam without URLs</title>
		<link>http://www.ghacks.net/2007/09/26/comment-spam-without-urls/</link>
		<comments>http://www.ghacks.net/2007/09/26/comment-spam-without-urls/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 21:45:26 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[ghacks]]></category>
		<category><![CDATA[comment spam]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spam preparation]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/09/26/comment-spam-without-urls/</guid>
		<description><![CDATA[I have seen the topic make the Digg frontpage and I was wondering why it exactly did make it. A little bit of common sense which every webmaster should have is all that is needed to know what this new spam preparation comments are all about. 

If you do run a website you might have come upon comments that are posted that contain one sentence saying something unrelated but positive about the website or webmaster. Those comments can be clearly identified as spam because they do not add to the discussion or article in any way.]]></description>
			<content:encoded><![CDATA[<p>I have seen the topic make the Digg frontpage and I was wondering why it exactly did make it. A little bit of common sense which every webmaster should have is all that is needed to know what this new spam preparation comments are all about. </p>
<p>If you do run a website you might have come upon comments that are posted that contain one sentence saying something unrelated but positive about the website or webmaster. Those comments can be clearly identified as spam because they do not add to the discussion or article in any way.</p>
<p>What is happening here is that spammers are trying to get some bonus points from the spam filter of the website so that his next attempt at posting an entry with an url does not get blacklisted or queued for moderation automatically.</p>
<p><span id="more-2050"></span>This would be indeed be a great spam preparation method if they would use unique comments on each blog that are related to the article. Since it is not possible to do this and spam thousands of blogs per hour they have to rely on nice remarks about the website which surely pleases some webmasters enough to keep the comment.</p>
<p>It does not really matter if their intention is to get some positive karma or train the spam filter to accept certain words that are used in the comments. The reason behind this is to prepare your website for the spam.</p>
<p>A better variant would be for instance to ask a question which would surely have a much higher rate of being kept. &#8220;I did not really understand what you have been writing. Could you please elaborate it a little bit more ?&#8221; or sentences like that would probably result in a higher success rate.</p>
<p>I generally delete all content that is either not related to the article that I have written or that does not feel right. Someone who uses &#8216;Budget Web Host&#8217; as his name is surely to get blacklisted at my site pretty quickly.</p>

	Tags: <a href="http://www.ghacks.net/tag/comment-spam/" title="comment spam" rel="tag">comment spam</a>, <a href="http://www.ghacks.net/tag/spam/" title="spam" rel="tag">spam</a>, <a href="http://www.ghacks.net/tag/spam-preparation/" title="spam preparation" rel="tag">spam preparation</a>, <a href="http://www.ghacks.net/tag/website/" title="website" rel="tag">website</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/02/11/recaptcha-stop-spam-while-helping-to-digitize-books/" title="reCaptcha: stop spam while helping to digitize books (February 11, 2008)">reCaptcha: stop spam while helping to digitize books</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/07/06/how-to-handle-bulk-spam-as-a-webmaster/" title="How To Handle Bulk Spam As A Webmaster (July 6, 2009)">How To Handle Bulk Spam As A Webmaster</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/08/05/zoundry-raven-portable-blog-editor/" title="Zoundry Raven portable Blog Editor (August 5, 2008)">Zoundry Raven portable Blog Editor</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/07/27/wordpress-issues/" title="Wordpress Issues (July 27, 2008)">Wordpress Issues</a> (16)</li>
	<li><a href="http://www.ghacks.net/2008/08/15/wordpress-261-released/" title="Wordpress 2.6.1 released (August 15, 2008)">Wordpress 2.6.1 released</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/09/26/comment-spam-without-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to filter fake membership and e-card spam mails</title>
		<link>http://www.ghacks.net/2007/08/21/how-to-filter-fake-membership-and-e-card-spam-mails/</link>
		<comments>http://www.ghacks.net/2007/08/21/how-to-filter-fake-membership-and-e-card-spam-mails/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 21:25:25 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[filter spam]]></category>
		<category><![CDATA[message filter]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/08/21/how-to-filter-fake-membership-and-e-card-spam-mails/</guid>
		<description><![CDATA[The Internet community has been pestered with yet another wave of spam mails containing fake membership information and e-cards. The spammers use two attack vectors if you click on the ip that is listed in those emails. They try to convince you to download a so called Secure Login Applet which is nothing more than an infected executable named applet.exe and also try to use several known exploits.]]></description>
			<content:encoded><![CDATA[<p>The Internet community has been pestered with yet another wave of spam mails containing fake membership information and e-cards. The spammers use two attack vectors if you click on the ip that is listed in those emails. They try to convince you to download a so called Secure Login Applet which is nothing more than an infected executable named applet.exe and also try to use several known exploits.</p>
<p>The mails are send out with various subjects such as Internet Dating, Member Details and New Member Confirmation and contain (fake) username and password information as well as a link that is always shown in IP form. I created a screenshot of one of the messages that I received today, take a look:</p>
<p><span id="more-1902"></span><img src="http://www.ghacks.net/files/screens/2007/08/spam-mails.jpg" alt="filter spam mails" /></p>
<p>I was not able to identify any recurring information that could be used in the header of the emails but fortunately for us the body contains information that are present in every spam mail send out by the spammers.</p>
<p>You always find a link to an IP address in those mails and we can use this information to filter out these emails. I will explain a step by step tutorial on how to setup the filter in Thunderbird, other mail clients should offer a similar functionality.</p>
<ul>
<ol>Open Thunderbird</ol>
<ol>Create a new mail folder where the spam that is found will be moved into</ol>
<ol>click on Tools > Message Filters</ol>
<ol>Choose an account and click on New</ol>
<ol>Name it accordingly, something like Membership Spam will do</ol>
<ol>Hit the + button in the top form eight times and edit all nine filters the following way</ol>
<ol>Select Body instead of Subject in the first pulldown menu</ol>
<ol>Leave the second pulldown menu unchanged</ol>
<ol>Add http://1 to http://9 in the nine textfields in the third pulldown menu (one at a time)</ol>
<ol>Change the mail folder to the folder that you created before creating the filter and click on ok</ol>
</ul>
<p>If you have done everything correctly it should look like the following:</p>
<p><img src="http://www.ghacks.net/files/screens/2007/08/thunderbird-message-filter.jpg" alt="filter spam mails" /></p>
<p>This mail filter makes sure that every mail that contains a link to an IP address will be moved to a folder that you created. I decided to move the mails instead of deleting them right away because it is theoretically possible that you do receive an IP link in a mail that is not spam.</p>
<p>If you think that this is highly unlikely you can change the move to command into delete to delete the spam mail right away. Let me know if you have any questions or difficulties setting up this filter.</p>

	Tags: <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/filter-spam/" title="filter spam" rel="tag">filter spam</a>, <a href="http://www.ghacks.net/tag/message-filter/" title="message filter" rel="tag">message filter</a>, <a href="http://www.ghacks.net/tag/mozilla/" title="mozilla" rel="tag">mozilla</a>, <a href="http://www.ghacks.net/tag/spam/" title="spam" rel="tag">spam</a>, <a href="http://www.ghacks.net/tag/thunderbird/" title="thunderbird" rel="tag">thunderbird</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/26/thunderplunger-keep-thunderbird-clean/" title="Thunderplunger: Keep Thunderbird Clean (May 26, 2008)">Thunderplunger: Keep Thunderbird Clean</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/09/26/thunderbird-security-update-to-20017/" title="Thunderbird Security Update To 2.0.0.17 (September 26, 2008)">Thunderbird Security Update To 2.0.0.17</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/05/03/thunderbird-mailbox-alert/" title="Thunderbird Mailbox Alert (May 3, 2008)">Thunderbird Mailbox Alert</a> (0)</li>
	<li><a href="http://www.ghacks.net/2007/02/08/thunderbird-birthday-reminder/" title="Thunderbird Birthday Reminder (February 8, 2007)">Thunderbird Birthday Reminder</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/07/24/thunderbird-20016-out/" title="Thunderbird 2.0.0.16 Out (July 24, 2008)">Thunderbird 2.0.0.16 Out</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/08/21/how-to-filter-fake-membership-and-e-card-spam-mails/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Advanced Spam Mails</title>
		<link>http://www.ghacks.net/2007/03/12/advanced-spam-mails/</link>
		<comments>http://www.ghacks.net/2007/03/12/advanced-spam-mails/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 20:36:58 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[advanced spam]]></category>
		<category><![CDATA[image spam]]></category>
		<category><![CDATA[mails]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/03/12/advanced-spam-mails/</guid>
		<description><![CDATA[Spammers tend to use more advanced spam methods to avoid the dreaded spam filters that become better and better. I would like to present some examples from my personal mail folder and analyze the latest image spam trends. Many spam filters concentrate their efforts on blacklists and the text that the mail contains. Spam that is not caught immediately will be caught in the future if the user marks that mail as spam. Language and keyword filters and whitelists do their part and reduce spam and false positives.]]></description>
			<content:encoded><![CDATA[<p>Spammers tend to use more advanced spam methods to avoid the dreaded spam filters that become better and better. I would like to present some examples from my personal mail folder and analyze the latest image spam trends. Many spam filters concentrate their efforts on blacklists and the text that the mail contains. Spam that is not caught immediately will be caught in the future if the user marks that mail as spam. Language and keyword filters and white lists do their part and reduce spam and false positives.</p>
<p><img src="http://www.ghacks.net/files/screens/2007/03/printer.jpg" align="left" alt="spam image example" />Image spam on the other hand is on the rise because of several new spam techniques that make it pretty hard for the filters to automatically recognize spam. </p>
<p>The left image is an example of a typical image that is send in spam mails. The following techniques were used in this mail to bypass the spam filter. The first obvious element are random pixels that overshadow some part of the image. This is done to create random images which can bypass spam filters even though an image with the same information arrived before in your mailbox.</p>
<p><span id="more-1296"></span></p>
<p>Another option to create a unique image would be to use colors that look the same to the human eye but differ for the computer. Randomizing the process creates unique images as well.</p>
<p>Some spammers use different layers for a set amount of pixels which makes it incredibly hard to to use hash values to determine spam images. </p>
<p>The last aspect of such a spam mail is seemingly random text that is copied before or &#8211; more often &#8211; after the image. The text itself has nothing to do with the intention of the spammer. It is solely used to simulate a normal mail with a set amount of neutral and positive words.</p>
<p><img src="http://www.ghacks.net/files/screens/2007/03/spam2.jpg" align="left" alt="spam image example" />The image on the left shows another image that is often used to bypass spam filters. It uses random colors much like the previous image used random pixels that made the image unique.</p>

	Tags: <a href="http://www.ghacks.net/tag/advanced-spam/" title="advanced spam" rel="tag">advanced spam</a>, <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/image-spam/" title="image spam" rel="tag">image spam</a>, <a href="http://www.ghacks.net/tag/mails/" title="mails" rel="tag">mails</a>, <a href="http://www.ghacks.net/tag/spam/" title="spam" rel="tag">spam</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/07/01/trap-spammers-with-project-honey-pot/" title="Trap Spammers with Project Honey Pot (July 1, 2009)">Trap Spammers with Project Honey Pot</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/08/28/tinymail-email-protection/" title="Tinymail Email Protection (August 28, 2008)">Tinymail Email Protection</a> (18)</li>
	<li><a href="http://www.ghacks.net/2009/10/26/stop-spam-in-postfix-with-spamassassin/" title="Stop SPAM in Postfix with Spamassassin (October 26, 2009)">Stop SPAM in Postfix with Spamassassin</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/02/26/reduce-spam-by-using-alternative-google-mail-address/" title="Reduce Spam by using alternative Google Mail Address ? (February 26, 2008)">Reduce Spam by using alternative Google Mail Address ?</a> (8)</li>
	<li><a href="http://www.ghacks.net/2006/01/25/phishing-explained/" title="Phishing Explained (January 25, 2006)">Phishing Explained</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/03/12/advanced-spam-mails/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
