Quote:
Originally Posted by ScubaAddict
You know the best thing for me? I stop all users from posting a URL in their first 5 posts. Kills 99% of spam.
regexp:a_url:10:any:"/http/i"
regexp:a_www_url:10:any:"/www/i"
|
I'd err on the side of caution and use something like
regexp:a_url:10:any:"/http:\/\//i"
regexp:a_www_url:10:any:"/www\./i"
Quote:
Originally Posted by ScubaAddict
Jimbo - I am not very good at figuring out the templates. How can I add the name of the poster to the spam report? I have spam reports posted to a special forum. I would like to have their name available (in the title?) so I can scan the title and see the real problem posters.
Is that possible?
|
${spam_user} is the name of the posting user. The user's name is already in the report as part of the quote tag.