New SPAM protection software!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dimonka
    Confirmed User
    • Oct 2002
    • 477

    #1

    New SPAM protection software!

    Spam Protector 2003 creates a POP3 gateway between your e-mail client and your real POP3 server, performing all the work on cleaning your mailboxes from spam mail. You won't even know that you get spam letters, cause they will be deleted automatically right from your POP3 server! Works safe and fast to keep you away from spam letters!

    Go to http://www.babkin.net/ to download demo version!

    P.S. If you're interested - you can test it... All serious bug reports may be appreciated

    Find out what REBILLS are!
  • Mr.Fiction
    Confirmed User
    • Feb 2002
    • 9484

    #2
    Does it run server side or PC side?
    Don't be lazy, protect free speech: ACLU | Free Speech Coalition | EFF | IMPA

    Comment

    • psyko514
      See sig. Join Epic Cash.
      • Oct 2002
      • 22366

      #3
      Got anything to protect us from message forum spam?

      Bad Girl Bucks
      - 50% Revshare through CCBill.
      Promote BrandyDDD, Pixie's Pillows, Action Allie and more!

      Phoenix Forum Pics | Webmaster Access Montreal pics
      email: psyko514(a)gmail.com | icq: 214-702-014

      Comment

      • Theo
        HAL 9000
        • May 2001
        • 34515

        #4
        can we promote it with spam?

        Comment

        • Betray
          Confirmed User
          • Oct 2002
          • 346

          #5
          spamming antispam software.
          hmmmm interesting

          Comment

          • dimonka
            Confirmed User
            • Oct 2002
            • 477

            #6
            Originally posted by Mr.Fiction
            Does it run server side or PC side?
            PC side... It makes a shield between mail client and POP3 server, deleting all spam messages... In case of correct cofiguration gives very good effect... even perfect

            Find out what REBILLS are!

            Comment

            • PowerCum
              CjOverkill
              • Apr 2003
              • 1328

              #7
              Can it protect me from spamming myself?
              I use to spam myself several times per day with about 500 mails each time. Can it protect me from my own stupidity ???
              CjOverkill Traffic Trading Script
              Free, secure and fast traffic trading script. Get your copy now

              Comment

              • dimonka
                Confirmed User
                • Oct 2002
                • 477

                #8
                Originally posted by PowerCum
                Can it protect me from spamming myself?
                I use to spam myself several times per day with about 500 mails each time. Can it protect me from my own stupidity ???
                Yes, easily...

                Find out what REBILLS are!

                Comment

                • flashfreak
                  Confirmed User
                  • Jun 2002
                  • 4396

                  #9
                  Originally posted by dimonka


                  PC side... It makes a shield between mail client and POP3 server, deleting all spam messages... In case of correct cofiguration gives very good effect... even perfect
                  there are PLENTY of antispam filters like this.. as a programmer myself I can say it's easy to make one... anything special about your program ?
                  SEO Mogul | ICQ: 163671223

                  Comment

                  • dimonka
                    Confirmed User
                    • Oct 2002
                    • 477

                    #10
                    Originally posted by flashfreak

                    there are PLENTY of antispam filters like this.. as a programmer myself I can say it's easy to make one... anything special about your program ?
                    Well, for example it can cut banners from message bodies using Perl-compatible regular expressions... You can make entrusted and prohibited sender lists entering masks (e.g. @hotmail.com), makin program search for that mask in either address or subject or whole header or combination of them. There is flexible configuration for performing many tasks, including automatic mail-checking, automatic confirmation request sending (sender must reply on it to prove he is a human ) and much more. Of course, it's not too hard to do, but it takes time on developing, programming, documenting and debugging, so... Try it

                    Find out what REBILLS are!

                    Comment

                    • Mr.Fiction
                      Confirmed User
                      • Feb 2002
                      • 9484

                      #11
                      Originally posted by dimonka


                      PC side... It makes a shield between mail client and POP3 server, deleting all spam messages... In case of correct cofiguration gives very good effect... even perfect
                      The guy who wrote SpamKiller, which is also run client side, sold it to McAffee last year. Do you know how much money he got? I always wondered if they ripped him off or if he got rich off the deal.

                      They also bought SpamAssasin, right?

                      Forget selling the product to consumers, you just need to sell out to McAfee.
                      Don't be lazy, protect free speech: ACLU | Free Speech Coalition | EFF | IMPA

                      Comment

                      • Mr.Fiction
                        Confirmed User
                        • Feb 2002
                        • 9484

                        #12
                        Originally posted by dimonka


                        Well, for example it can cut banners from message bodies using Perl-compatible regular expressions... You can make entrusted and prohibited sender lists entering masks (e.g. @hotmail.com), makin program search for that mask in either address or subject or whole header or combination of them. There is flexible configuration for performing many tasks, including automatic mail-checking, automatic confirmation request sending (sender must reply on it to prove he is a human ) and much more. Of course, it's not too hard to do, but it takes time on developing, programming, documenting and debugging, so... Try it
                        But the fact that it runs client side means that it has to use your dialup/DSL bandwidth to do all of this, right? Do you also have to keep some program running in the background on your PC all the time? The main reason I like server based solutions is because you don't have to compromise your PC's CPU, memory, and bandwidth to deal with spam.

                        There is a big market for what you are selling, it's just better for high volume users to go with server side solutions, in my opinion.
                        Don't be lazy, protect free speech: ACLU | Free Speech Coalition | EFF | IMPA

                        Comment

                        • dimonka
                          Confirmed User
                          • Oct 2002
                          • 477

                          #13
                          Originally posted by Mr.Fiction


                          But the fact that it runs client side means that it has to use your dialup/DSL bandwidth to do all of this, right? Do you also have to keep some program running in the background on your PC all the time? The main reason I like server based solutions is because you don't have to compromise your PC's CPU, memory, and bandwidth to deal with spam.

                          There is a big market for what you are selling, it's just better for high volume users to go with server side solutions, in my opinion.
                          Well let me show you that client side is not a disadvantage in my case - program is running a gateway taking less than 900K of memory + database (even the big one won't take more than 10Mb), and it deletes all the spam mail RIGHT FROM THE SERVER, not downloading it. It downloads and gives to your mail client ONLY entrusted letters from database you make yourself. So almost no bandwidth is taken. One mail checking via POP3 protocol never takes more than a kilobyte, so it's not serius to take it as a "traffic" or "bandwidth"

                          Find out what REBILLS are!

                          Comment

                          • dimonka
                            Confirmed User
                            • Oct 2002
                            • 477

                            #14
                            Originally posted by Mr.Fiction


                            But the fact that it runs client side means that it has to use your dialup/DSL bandwidth to do all of this, right? Do you also have to keep some program running in the background on your PC all the time? The main reason I like server based solutions is because you don't have to compromise your PC's CPU, memory, and bandwidth to deal with spam.

                            There is a big market for what you are selling, it's just better for high volume users to go with server side solutions, in my opinion.
                            Btw, I'm planning to make a POP3 server with this tool's engine included

                            Find out what REBILLS are!

                            Comment

                            • SABAI
                              Confirmed User
                              • Jan 2001
                              • 2880

                              #15
                              the demo version is useless all the features are blocked

                              Comment

                              • dimonka
                                Confirmed User
                                • Oct 2002
                                • 477

                                #16
                                Originally posted by SABAI
                                the demo version is useless all the features are blocked
                                Only saving and loading to/from user-defined files is blocked, and address and account number is limited (10 and 3 respectively). But database is saved and loaded perfectly to/from program-defined files on start/end. So all the functionality is available - more than enough to try and assess all of the features, especially knowing, that saving and loading to user-defined files can be used for backup reasons only.
                                Last edited by dimonka; 05-16-2003, 02:06 PM.

                                Find out what REBILLS are!

                                Comment

                                • ronbotx
                                  Registered User
                                  • Jan 2002
                                  • 1634

                                  #17
                                  Spamming anti-spam software would cause me to ignore it....
                                  Besides I use this : SPAMPAL

                                  which is FREE and has a current user base of around 43000.

                                  It uses a user selectable combination of block lists and filters(Regex or Baysian) and integrates nicely into Outlook Express. The guy who wrote it is very active in the anti-spam community and does not have to SPAM get users.

                                  I've used it since November and hardly any SPAM sneaks through.


                                  Last edited by ronbotx; 05-16-2003, 02:51 PM.

                                  Comment

                                  • 4Pics
                                    Confirmed User
                                    • Dec 2001
                                    • 7952

                                    #18
                                    Why would I pay for this when Mailwasher has great reviews and is free?

                                    Comment

                                    • Centurion
                                      Confirmed User
                                      • Dec 2002
                                      • 6033

                                      #19
                                      Originally posted by dimonka
                                      Spam Protector 2003 creates a POP3 gateway between your e-mail client and your real POP3 server, performing all the work on cleaning your mailboxes from spam mail. You won't even know that you get spam letters, cause they will be deleted automatically right from your POP3 server! Works safe and fast to keep you away from spam letters!

                                      Go to http://www.babkin.net/ to download demo version!

                                      P.S. If you're interested - you can test it... All serious bug reports may be appreciated
                                      But what guarantee do we have that it won't delete NON spam email?

                                      Comment

                                      • dimonka
                                        Confirmed User
                                        • Oct 2002
                                        • 477

                                        #20
                                        Originally posted by Centurion


                                        But what guarantee do we have that it won't delete NON spam email?
                                        Because you create denied sender list yourself, and program deletes messages only if they're from someone from that list, and nothing else...

                                        Find out what REBILLS are!

                                        Comment

                                        • Lensman
                                          GFY Chaperone
                                          • Jan 2001
                                          • 9846

                                          #21
                                          Originally posted by psyko514
                                          Got anything to protect us from message forum spam?
                                          Good one

                                          Comment

                                          Working...