The Artima Developer Community
Sponsored Link

Java 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
Mike Shoemaker

Posts: 158
Nickname: mikeshoe
Registered: Sep, 2004

Mike Shoemaker is senior Java developer using Ruby
Poor Man's Spam Filtering Solution Posted: Jul 17, 2005 12:49 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Mike Shoemaker.
Original Post: Poor Man's Spam Filtering Solution
Feed Title: Unruly Rambling (java category)
Feed URL: http://www.shoesobjects.com/blog/feed.xml?flavor=rss20&category=java
Feed Description: My thoughts on software, technology, and life in general
Latest Java Buzz Posts
Latest Java Buzz Posts by Mike Shoemaker
Latest Posts From Unruly Rambling (java category)

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 pop mail from gmail
  • Leave my mail server as the default smtp server for this account
With this solution, gmail becomes my spam filtering software and does one heck of job doing so. This solution also has the added benefit of me viewing my mail online until I pop it down via gmail. It also allows me to look in gmail's spam folder to make sure something didn't get marked as spam incorrectly.

Read: Poor Man's Spam Filtering Solution

Topic: Links for 2005-07-09 [del.icio.us] Previous Topic   Next Topic Topic: IT-eye weblog

Sponsored Links



Google
  Web Artima.com   

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