The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Poor Man's Spam Filtering Solution

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Piotr Banasik

Posts: 8
Nickname: piotr
Registered: Mar, 2005

Piotr Banasik is a ruby programmer
Poor Man's Spam Filtering Solution Posted: Oct 16, 2005 4:04 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Piotr Banasik.
Original Post: Poor Man's Spam Filtering Solution
Feed Title: T-P-L.com Blog/Ruby
Feed URL: http://t-p-l.com/wordpress/wp-rss2.php?cat=11
Feed Description: My Random Ruby Ramblings
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Piotr Banasik
Latest Posts From T-P-L.com Blog/Ruby

Advertisement

As I stated 107 days ago, the amount of Spam that I receive is increasing each month. I am using SpamSieve on the client side but this approach still requires me to download the spam and allow Apple's Mail Program to throw it away. While this does save me time, a better approach would be to catch it further up stream. There are modules that I could plug into my mail server to do so but I've found a fairly effective approach that requires little work on my end and zero maintenance.

Steps to drastically reduce spam

  • Configure my mail server to forward all of my mail to my gmail account
  • Configure Apple mail to grab my mail from gmail via pop3
  • Leave my mail server as the default smtp server for this account so people don't get confused on which address I'm using.
With this solution, gmail becomes my spam filtering software by moving spam to a special folder that doesn't get retrieved via pop3 access. Not to mention it does one heck of job filtering. This solution also has the added benefit of me being able to view my mail online until I pop it down from gmail. Another plus is that no mail gets lost, I can always look in gmail's spam folder to make sure something didn't get marked as spam incorrectly.

UPDATE: It has now been about two days and I've already concluded that this is a great solution. So far Gmail has caught just under 300 spam messages with zero false positives and SpamSieve has only had to catch 6 locally. Thanks Google for filtering my spam!

Read: Poor Man's Spam Filtering Solution

Topic: .irbrc History Previous Topic   Next Topic Topic: A Few Matz Answers

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use