Maybe we should borrow a feature from vBulletin and create a pre-defined Banned group. Banning a user would just put them in that group instead of denying them access completely.
As for the Advanced Block MOD, my understanding is that it just allows defining and weighting multiple Black Lists. So why can't we add something similar to phpBB instead of relying on the hard-coded Black List used today?
Steve
[RFC] Anti-spam features
- Pony99CA
- Registered User
- Posts: 986
- Joined: Sun Feb 08, 2009 2:35 am
- Location: Hollister, CA
- Contact:
Re: [RFC] Anti-spam features
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
- wintstar
- Registered User
- Posts: 108
- Joined: Sun Dec 02, 2012 1:38 pm
- Location: Gießen /Hessen Germany
- Contact:
Re: [RFC] Anti-spam features
Why should Spamer register yet. It would be better to close the door before registry.
Greeting Stephan
- EXreaction
- Registered User
- Posts: 1555
- Joined: Sat Sep 10, 2005 2:15 am
Re: [RFC] Anti-spam features
A pre-defined banned group may be useful, but that's a large shift in policy from the current way things are done. I'm not sure how most board owners handle banned users.Pony99CA wrote:Maybe we should borrow a feature from vBulletin and create a pre-defined Banned group. Banning a user would just put them in that group instead of denying them access completely.
As for the Advanced Block MOD, my understanding is that it just allows defining and weighting multiple Black Lists. So why can't we add something similar to phpBB instead of relying on the hard-coded Black List used today?
Steve
Some sort of plugin system for content analysis might be more useful; then it would be relatively easy to create a plugin for checking against a user generated blacklist and for other things such as using Akismet.
Yes, that would be nice, but someone needs to figure out a way to differentiate spammers from legitimate users when they try to register. Current methods to attempt to block people from registering if they are spammers either do not catch many and/or are too broad and can block too many legitimate users.wintstar wrote:Why should Spamer register yet. It would be better to close the door before registry.
- Pony99CA
- Registered User
- Posts: 986
- Joined: Sun Feb 08, 2009 2:35 am
- Location: Hollister, CA
- Contact:
Re: [RFC] Anti-spam features
I presume that the Banned group would basically be No Access by default. You would still keep the ability to save a ban message which would be displayed to users in the Banned group.EXreaction wrote:A pre-defined banned group may be useful, but that's a large shift in policy from the current way things are done. I'm not sure how most board owners handle banned users.Pony99CA wrote:Maybe we should borrow a feature from vBulletin and create a pre-defined Banned group. Banning a user would just put them in that group instead of denying them access completely.
As for the Advanced Block MOD, my understanding is that it just allows defining and weighting multiple Black Lists. So why can't we add something similar to phpBB instead of relying on the hard-coded Black List used today?
Content analysis is a great idea (and discussed -- at length -- in the "Official" integration with Akismet topic), but it's not the same as blacklisting. Blacklisting takes place in session.php before the user is even completely logged in; content analysis is only done for users who are already logged in (unless you allow guest posting) and posting or sending a PM.EXreaction wrote:Some sort of plugin system for content analysis might be more useful; then it would be relatively easy to create a plugin for checking against a user generated blacklist and for other things such as using Akismet.
Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
- EXreaction
- Registered User
- Posts: 1555
- Joined: Sat Sep 10, 2005 2:15 am
Re: [RFC] Anti-spam features
Two different kinds of blacklisting. You're talking about IP/email/username blacklisting, I'm talking about a word blacklist. In both situations it's a list of terms that cannot appear in a certain field (IP, email, username, post content, etc).
- Pony99CA
- Registered User
- Posts: 986
- Joined: Sun Feb 08, 2009 2:35 am
- Location: Hollister, CA
- Contact:
Re: [RFC] Anti-spam features
Let's call that "word censoring" then, a feature that phpBB already supports and either expand that with an option to prevent posting or make it into a simple content analysis plug-in. Yes, it's a type of black list, but we do have a more specific name for it already.EXreaction wrote:Two different kinds of blacklisting. You're talking about IP/email/username blacklisting, I'm talking about a word blacklist.
In fact, I suggested having just such a simple word blocking plug-in in the content analysis topic that I linked to previously.
Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
- Master_Cylinder
- Registered User
- Posts: 361
- Joined: Wed Jul 31, 2013 9:54 pm
Re: [RFC] Anti-spam features
I found that Advanced Block Mod stopped almost all of my spam registrations so I'd love to see something like that added to the core as well as better administration tools like those found in Ban Hammer, Disallow links before x posts and Anti-Spam ACP.
User administration and blocking/deleting spam is something that every admin has to deal with so a better set of tools without having to install several mods would be appreciated. If they are optional then some admins could turn them on/off by checking a box but these should be in the core functionality.
I also like the idea of an *optional* Banned user group and an optional hidden "trash-can" forum for moderators/admins to discuss threads/users/etc and be able to recover the deleted topic if needed.
User administration and blocking/deleting spam is something that every admin has to deal with so a better set of tools without having to install several mods would be appreciated. If they are optional then some admins could turn them on/off by checking a box but these should be in the core functionality.
I also like the idea of an *optional* Banned user group and an optional hidden "trash-can" forum for moderators/admins to discuss threads/users/etc and be able to recover the deleted topic if needed.
- Master_Cylinder
- Registered User
- Posts: 361
- Joined: Wed Jul 31, 2013 9:54 pm
Re: [RFC] Anti-spam features
Preventing users from posting links until they have X number of posts too...EXreaction wrote:It seems to be the time to start thinking of adding further anti-spam helpers as the CAPTCHA alone is not enough with the newer methods spammers use.
These kids today...
Buy them books, send them to school and what do they do?
They eat the paste.
Buy them books, send them to school and what do they do?
They eat the paste.
Re: [RFC] Anti-spam features
There's an RFC for one of these proposed features: marking posts/users as spam at https://area51.phpbb.com/phpBB/viewtopi ... 08&t=44639 -
Re: [RFC] Anti-spam features
That could be a simple permission that I proposed a while back that you could apply to the newly registered users group. A post links permission, and a "Can post links without approval" permission. Not sure where it is now, but could be quite useful for combating spam posts.Master_Cylinder wrote:Preventing users from posting links until they have X number of posts too...EXreaction wrote:It seems to be the time to start thinking of adding further anti-spam helpers as the CAPTCHA alone is not enough with the newer methods spammers use.
Additionally, wasn't there mention sometime of an official akismet plugin, similar to how MyBB does that. That could be useful for even 3.1
-Jonah