im not sure, but i think i remember a way of finding wether some form input had spam in it. like bogus strings such as "alsdhfe".
well, is there?
finding spam?
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Re: finding spam?
You might want to grab a copy wordpress.... I'm pretty sure it comes bundled with a SPAM filter so you could take a look at thatcoolaid wrote:im not sure, but i think i remember a way of finding wether some form input had spam in it. like bogus strings such as "alsdhfe".
well, is there?
I've often wondered how easy it would be to get spammassin (designed for emails) to work with simple strings in PHP.
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Yeah I'm positive there's something for wordpress. Prior to version 2 when I downloaded a copy it had a spam filter included; you could customize it's behaviour too. Must be a plugin somewhere... I'll have a search.feyd wrote:WordPress doesn't have a SPAM filter that I'm aware of (by default,) there could be a plugin somewhere though.
FYI: SpamAssassin is written in Perl.... things written in Perl convert t PHP damn easy