If spammers can abuse something, they gonna abuse it

    • ares35@kbin.social
      link
      fedilink
      arrow-up
      0
      ·
      5 months ago

      never trust user input. the web site should be looking for and filtering this shit out.

      the other one (the submission page at the university, was right above this one in my ‘all’ feed) shows it better–with a full valid link in a text box. should be filtered and rejected by the form submission handler and never inserted into the database. in the case of no ‘http’ as part of it, links still follow a format, and those should be rejected too.

      mod_security filters that shit out on my sites, the rules on what’s allowed in a form field hardly ever get ‘tested’ anymore since i turned that on.

      • El Barto@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        5 months ago

        Never trusting user input, sure. That, I know. And probably the university’s devs do as well.

        However, it’s not the university’s website’s fault that the email client is converting the name to a link.

        So what you’re saying is, email clients should not convert link-like text to actual clickable links. Correct?

    • Moonrise2473@feddit.itOP
      link
      fedilink
      arrow-up
      0
      ·
      5 months ago

      it’s a valid name but it shouldn’t add the hyperlink… wait a moment…

      *** went to check the source of the emails that i received ***

      the senders (i’m targeted by an asshole that did this on hundreds on sites) DIDN’T add any hyperlink, this is a huge security issue by gmail: they’re automatically adding hyperlinks! This is very stupid, especially with the new google domains .zip and .mov. Someone sends an email like “attached there’s bank-statement.zip” and then gets phished

      • VonReposti@feddit.dk
        link
        fedilink
        arrow-up
        1
        ·
        5 months ago

        You’ve landed on this page because you followed a link for a .zip file. This domain was registered to prevent its misuse for potentially harmful or malicious activities.

        Well, what do ya know. There’s still some good guys out there.

      • Potatos_are_not_friends@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        5 months ago

        I was just going to point out that it’s the responsibility of the email service to filter that as well.

        It was a big bug ticket at my company, that our email service kept automatically turning plaintext to links like www.example.com for convenience. We couldn’t fix it on our side at all.

        Edit: lol either Lemmy or my Lemmy app also turns plaintext links into real links! www.Rofl.lol

      • PlantJam@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        5 months ago

        Email clients and web browsers making anything that vaguely looks like a link clickable is nothing new.