spam filter


 
Thread Tools Search this Thread
Top Forums Programming spam filter
# 1  
Old 11-13-2003
spam filter

hi
I want to write a program that cathes spam mails. The program checks all the mails received by the server and deletes it if its subject contains one of the unwanted strings in a simple txt file. I am waiting for your suggestions (URL, tutorial, referance, library ,etc...).

thanks...
# 2  
Old 11-15-2003
What is your MTA? There are numerous FAQs for using procmail. Do a search for your MTA or client and procmail.

Cheers,
Keith

Last edited by kduffin; 11-17-2003 at 10:38 PM..
# 3  
Old 11-16-2003
hi
actually, I want to test that whether or not I am able to write the program! Of course, I thought that there has already been programs like this existed but as I said I just want to know the basics and perhaps looking for some pleasure Smilie
Linux is funny....
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Filter records in a huge text file from a filter text file

Hi Folks, I have a text file with lots of rows with duplicates in the first column, i want to filter out records based on filter columns in a different filter text file. bash scripting is what i need. Data.txt Name OrderID Quantity Sam 123 300 Jay 342 498 Kev 78 2500 Sam 420 50 Vic 10... (3 Replies)
Discussion started by: tech_frk
3 Replies
Login or Register to Ask a Question