Spam trapping ?
Rick Murray (539) 13850 posts |
Maybe a way to automatically reject a message if the title contains more than 5% non-Latin characters (just filter character codes < 256)? This will allow a 😪 but reject í•œêµì–´ë¡œ ì“´ 헛소리. |
Dave Higton (1515) 3534 posts |
It would be nice if a message could not be posted if the user does not have an account. Rather bizarrely, I can delete the account, but they remain able to post as long as they remain logged in. |
Rick Murray (539) 13850 posts |
I think the login process gives them some sort of token, and as long as that token is valid… …needs a method to invalidate the tokens. |
Steve Pampling (1551) 8172 posts |
It’s a session cookie. I think you’d need to delete the account and then run a process to kill the specific user session, so the user then needs to initiate a new session, which fails due to the lack of an account. |
Steve Pampling (1551) 8172 posts |
Well done Mr H. |
Dave Higton (1515) 3534 posts |
I did delete several hundred spams, it’s true; but credit where it’s due. Mr. M. has probably deleted as many as I have; and, more than that, he did something to prevent them appearing in the first place. |