[PHP] spam filter

2004-06-02 Thread Merlin
Hi there, I am working on a spam filter for email forms. To improve it it would be great to compare 2 text and to find out how equal they are. Is there a function in php wich compares 2 text and returns a percentage of equality? The system allready checks for spam keywords, but there are some

Re: [PHP] spam filter

2004-06-02 Thread Marek Kilimajer
Merlin wrote: Hi there, I am working on a spam filter for email forms. To improve it it would be great to compare 2 text and to find out how equal they are. Is there a function in php wich compares 2 text and returns a percentage of equality? The system allready checks for spam keywords, but