rejectedsoftware / vibenews

Combined web forum and NNTP server implementation for stand-alone newsgroups
GNU Affero General Public License v3.0
44 stars 3 forks source link

VibeNews should not allow posting a message that is 100% quoted text. #18

Open dejlek opened 10 years ago

dejlek commented 10 years ago

As subject says. Alternatively, a prompt should appear saying "Your message is 100% quoted text, do you really want to continue?"

ghost commented 10 years ago

For such things it would be interesting to know vibenews' stance on javascript. (See #16 )

dejlek commented 10 years ago

I believe the biggest problem is when client is NOT a web-browser... :) Web-client, however, should IMHO have some soft of JS-based validation, or, some server-side validation...

ghost commented 10 years ago

Oh ok, didn't think of that ;) . Still, I believe a fully quoted message is technically a correct message, so the server should not reject them. I believe ideally all of this kind of [content] validation belongs into the client, not in the server. Or maybe I'm just a noob when it comes to newsgroups....