-On [20060919 04:01], Noah Kantrowitz ([EMAIL PROTECTED]) wrote: >I think that despite its huge problems, a CAPTCHA-protected >registration system may be a viable option (using in conjunction with >SpamFilter). Either that or relax the filters and conscript an army >of watchers to delete spam as its submitted.
Speaking as the admin of a relatively minor trac installation: relaxing the filters does not help a bit. You wind up with a time drain that just isn't funny. Don't forget that this is a Python regular expression. So you could do something \bLED\b to make sure it's a word boundary. -- Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ Knowledge is one. Its division into subjects is a concession to human weakness... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-dev -~----------~----~----~----~------~----~------~--~---
