Thread: Spam Checking
View Single Post
  #8 (permalink)  
Old 11-16-2006, 04:33 PM
hm2k hm2k is offline
Casual Pligger
 
Join Date: Oct 2006
Posts: 84
Downloads: 0
Uploads: 0
Thanks: 0
Thanked 10 Times in 7 Posts
I've been having a look at the antispam implementation in this project.

I think its possible that this script could move away from flat file based to a MySQL based antispam system, giving you more flexibility and less files.

This would render the following files unnecessary: antispam.txt, local-antispam.txt, and spamlog.log

Would anyone be interested in my implementation of a database driven version?

Also, just a point to be made, this is perhaps not a very pro-active method of spam reduction. It might be worth looking at giving the ability for users to use regex (regular expressions), as regex is possibly the best method of matching spam.

If you are interested in this, let me know, I will implement it.