Konstantinos/criscokid - if you're interested in usergroup permissions, this is the line to change:
Code:
if ($vbulletin->userinfo['posts'] < $arc_exempt_postcount)
Off the top of my head, I'm not sure what the check usergroup code is, but you could change that condition to check for it. Should only be a one line change
Lionel - I like the idea of warning an admin about PM spam, but you wouldn't want to send one warning per attempt or your inbox would be badly spammed. I'm
guessing that the reason you can't send a pm at that time is that another PM (the user's) is being constructed at that time. Maybe try erroring out and clearing the user's PM first, then send the admin pm (being sure to initialize a fresh PM with a unique ID)?
qdin, are you running a PM member on register plugin? It's
possible this plugin is not compatible with that, though it runs fine on my board with other automated PMs (though I don't have a registration PM). Try sending automated PMs from a user account with a postcount higher than the spam check postcount