> > almost forgot. Second step is actually to add a time verification to see > if user opened the comment form at least 5 seconds before posting. >
web2py could use this default validators, as long as they can actually be implemented: db.auth_user.email.requires = IS_NOT_SPAMMER(...) db.<table>.<string field>.requires = IS_NOT_SPAM(...) using one or more of the resources posted in this thread -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

