Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. A Good Spam Filter for ASP.NET?

A Good Spam Filter for ASP.NET?

Scheduled Pinned Locked Moved ASP.NET
hostingcsharpasp-netcomsysadmin
7 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    Waleed Eissa
    wrote on last edited by
    #1

    Can anybody recommend me a good spam filter for ASP.NET? Is there something that I can send a string and would return me a percentage (the possibility of its being spam)? Do I need to have my dedicated server (or VPS) to run a spam filter? In other words is there something that works with shared hosting? Thank you for your suggestions ..

    Waleed Eissa Software Developer Sydney

    C 1 Reply Last reply
    0
    • W Waleed Eissa

      Can anybody recommend me a good spam filter for ASP.NET? Is there something that I can send a string and would return me a percentage (the possibility of its being spam)? Do I need to have my dedicated server (or VPS) to run a spam filter? In other words is there something that works with shared hosting? Thank you for your suggestions ..

      Waleed Eissa Software Developer Sydney

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      I doubt such a thing exists. Spam filtering and ASP.NET have nothing to do with each other. In any case, it's a war of attrition, you need to find a well supported project, or a commerical library that is constantly updated,.

      Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.

      W 1 Reply Last reply
      0
      • C Christian Graus

        I doubt such a thing exists. Spam filtering and ASP.NET have nothing to do with each other. In any case, it's a war of attrition, you need to find a well supported project, or a commerical library that is constantly updated,.

        Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.

        W Offline
        W Offline
        Waleed Eissa
        wrote on last edited by
        #3

        But what about all those blogs and sites in ASP.NET? How do they handle spam?

        Waleed Eissa Software Developer Sydney

        C 1 Reply Last reply
        0
        • W Waleed Eissa

          But what about all those blogs and sites in ASP.NET? How do they handle spam?

          Waleed Eissa Software Developer Sydney

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          Well, it's not an ASP.NET task, in that it's a general C# string parsing task. I guess they write something, or they have found a library for free or commercially. I am just saying, if it's free, be sure it gets updated often because those things would go out of date so fast....

          Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.

          W 1 Reply Last reply
          0
          • C Christian Graus

            Well, it's not an ASP.NET task, in that it's a general C# string parsing task. I guess they write something, or they have found a library for free or commercially. I am just saying, if it's free, be sure it gets updated often because those things would go out of date so fast....

            Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.

            W Offline
            W Offline
            Waleed Eissa
            wrote on last edited by
            #5

            I'm sorry, may be I didn't explain this right, actually I meant a spam filter that can be used with ASP.NET, this is what I meant. I think there must be something like that, I don't think every one who has a blog or site in ASP.NET has written their own spam filters. Besides some or probably the majority of those are not developers, so I don't think they wrote their own filters. Most probably they are using something like akismet which unfortunately not good for my scenario, there's also SpamAssassin but that doesn't work with ASP.NET (not completely sure but I have checked their website and there was nothing indicating it works with ASP.NET).

            Waleed Eissa Software Developer Sydney

            A 1 Reply Last reply
            0
            • W Waleed Eissa

              I'm sorry, may be I didn't explain this right, actually I meant a spam filter that can be used with ASP.NET, this is what I meant. I think there must be something like that, I don't think every one who has a blog or site in ASP.NET has written their own spam filters. Besides some or probably the majority of those are not developers, so I don't think they wrote their own filters. Most probably they are using something like akismet which unfortunately not good for my scenario, there's also SpamAssassin but that doesn't work with ASP.NET (not completely sure but I have checked their website and there was nothing indicating it works with ASP.NET).

              Waleed Eissa Software Developer Sydney

              A Offline
              A Offline
              AhsanS
              wrote on last edited by
              #6

              I guess you want something like CAPTCHA. In asp.net blogs and other things it is used for filtering SPAM so that we can block robots from spam.

              Ahsan Ullah Senior Software Engineer

              W 1 Reply Last reply
              0
              • A AhsanS

                I guess you want something like CAPTCHA. In asp.net blogs and other things it is used for filtering SPAM so that we can block robots from spam.

                Ahsan Ullah Senior Software Engineer

                W Offline
                W Offline
                Waleed Eissa
                wrote on last edited by
                #7

                Hi Ahsan, actually I already have a captcha in my app but I only use it on the registration page, I don't want to display a captcha every time a user adds a post, this is not really convenient.

                Waleed Eissa Software Developer Sydney

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups