Topic: Censoring - Subscription emails & Send e-mail via forum
If censoring is enabled, should censoring be applied to subscription emails & 'Send e-mail via forum' function?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 troubleshooting → Censoring - Subscription emails & Send e-mail via forum
If censoring is enabled, should censoring be applied to subscription emails & 'Send e-mail via forum' function?
qubertman, the super debugger.
At the moment, the form for 'Send e-mail via forum' can be submitted remotely. Consequently, email flooding can still be achieved with an automated script, but at the specified email flood interval. Right? Should this be a concern?
How do you propose we stop that?
Sorry, I don't know. Is there a way to accept submissions from the site and block remote submissions? Perhaps there will be a captcha extension that can be used here.
The reason I asked is that I can't think of a way to do so (short of a CAPTCHA, which would obviously be an extension), since there's no such thing as a "remote submission." The headers of any request can be faked and any hidden form fields, etc can be scraped. It's tough.
Why is form e-mail part of the core, and subforums not?
Here is an idea. Also limit to the # of emails that can be sent per hour per user.
Why is form e-mail part of the core, and subforums not?
It's all a matter of opinion. For some people, subforums are necessary; for many basic forums, their needs are satisfied through categories and forums. On the other hand, many forums like having a simple, basic way for users to contact each other privately. Email satisfies that requirement.
Also, implementing subforums efficiently is a non-trivial task, whereas email is fairly simple. Thus, the code for subforums could end up complicating the core any place forums/categories are currently used.
Here is an idea. Also limit to the # of emails that can be sent per hour per user.
That's done implicitly with the flood limit. One email per 60 seconds is 60 emails per hour; one email per 300 seconds is 12 emails per hour. Etc.
That's done implicitly with the flood limit. One email per 60 seconds is 60 emails per hour; one email per 300 seconds is 12 emails per hour. Etc.
True. However, with the additional setting plus the flood limit, you can have 60 seconds and limit to 10 emails per hour.
Then set it to one every 360 seconds?
It could be implemented as an extension, but personally, I think it's overkill for the core.
PunBB Forums → PunBB 1.3 troubleshooting → Censoring - Subscription emails & Send e-mail via forum
Powered by PunBB, supported by Informer Technologies, Inc.