Results 1 to 14 of 14

Thread: Prevent getting marked as spammer

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    Prevent getting marked as spammer

    Where I work, we send e-mails to our customers when they checkmark "Send me e-mail about this..." on our web-sites.

    We have quite a few web-sites & customers, and a lot of people want us to send them e-mail about our products etc.

    Our system admin told me that we got marked as spammers and he had to talk with our ISP to remove us from the spammers list.

    My question is: How to prevent getting marked as spammer ?

    I tried to google this, but all I find is how to prevent getting spam e-mails, but nothing about sending e-mails.

  2. #2

    Re: Prevent getting marked as spammer

    First off, LOVE! the Stitch!!!! That little guy rocks!!

    As for spam, I'm not 100% sure of the answer but I know most of the websites I've signed up for email in the past several years have text on there advising me to put XXXXXXXX (whatever the email addy that sends mail) in my address book so the mail gets through. As I understand it, a lot of ISPs and mail filtering programs use a logic that filters out unknown emails, but if you put the sender's addy in your addybook it lets the mail through.

    There may be a better way but I've noticed those getting more prevalent over the last several years, so it seems like it might be something to try.
    Hypermommy
    No cool tagline or anything. Haven't thought of one yet.

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    Re: Prevent getting marked as spammer

    What you are talking about is on the client side, we don't want to control that because they always get through.

    The problem is that some SMTP e-mail servers (or our ISP ?) blocks ALL our e-mails to get through once we get marked as spammer.

    So, it's not on the user level

  4. #4

    Re: Prevent getting marked as spammer

    Oh, okay... I see. Well, sorry I couldn't be more help. Maybe I get an "A" for effort and my badness level can be reduced a tiny bit?
    Hypermommy
    No cool tagline or anything. Haven't thought of one yet.

  5. #5
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Prevent getting marked as spammer

    Type the domain or IP into the DNS Blacklist lookup: http://www.dnsbl.info/dnsbl-database-check.php

    This will direct you toward which ISPs are blocking the mail. Another blacklist to check is SORBS.

    Another place to check: http://www.spamhaus.org/sbl/

    Many ISPs (including your own), will automatically blacklist your public IP (or dynamic address) unless you contact them. This mass block approach is taken because the majority of ISP users will simply use web mail or relay their messages through a intermediate server.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  6. #6
    Hyperactive Member vbcode1980's Avatar
    Join Date
    Nov 2005
    Location
    Anywhere the wind blows
    Posts
    365

    Re: Prevent getting marked as spammer

    Quote Originally Posted by CVMichael
    My question is: How to prevent getting marked as spammer ?
    I tried to google this, but all I find is how to prevent getting spam e-mails, but nothing about sending e-mails.
    If there was such a thing, all the spammers would use it too

    I'm afraid there's no such thing as a registry of honest mailing companies.
    If you send too much suspicious spam, you'll get blacklisted.
    (Even Gmail got blacklisted once by my ISP, so it doesn't matter who you are)

    And I don't think your ISP will tell you how their spam filter works either.

    The only thing I can think of is sending the mail in smaller batches.
    I code C#....

  7. #7
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Prevent getting marked as spammer

    Quote Originally Posted by vbcode1980
    If there was such a thing, all the spammers would use it too

    I'm afraid there's no such thing as a registry of honest mailing companies.
    If you send too much suspicious spam, you'll get blacklisted.
    (Even Gmail got blacklisted once by my ISP, so it doesn't matter who you are)

    And I don't think your ISP will tell you how their spam filter works either.

    The only thing I can think of is sending the mail in smaller batches.
    Thats simply not correct. /you can get yourself removed from spam blacklists if you contact your ISP and are able to prove you have a legitimate business purpose for sending large quantities of mail.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  8. #8

    Thread Starter
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    Re: Prevent getting marked as spammer

    The e-mail sending program that I made, can send ~50 e-mails per second. But because of this problem I had to slow it down to 1 email every 3 seconds. Our admin told me to slow it down by this much until we find out how to fix this problem.

    They are planning to get a faster internet connection (something optical), but I don't think it's gonna solve the problem because that still does not stop other servers to block our IP...

  9. #9
    Hyperactive Member vbcode1980's Avatar
    Join Date
    Nov 2005
    Location
    Anywhere the wind blows
    Posts
    365

    Re: Prevent getting marked as spammer

    Quote Originally Posted by visualAd
    Thats simply not correct. /you can get yourself removed from spam blacklists if you contact your ISP and are able to prove you have a legitimate business purpose for sending large quantities of mail.
    At my previous place of employement (quite a large organisation) we had to stop using e-mail for these kinds of things because the ISP would block it. They couldn't be pursueded to release the block..
    I code C#....

  10. #10

    Thread Starter
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    Re: Prevent getting marked as spammer

    Quote Originally Posted by visualAd
    Type the domain or IP into the DNS Blacklist lookup: http://www.dnsbl.info/dnsbl-database-check.php

    This will direct you toward which ISPs are blocking the mail. Another blacklist to check is SORBS.

    Another place to check: http://www.spamhaus.org/sbl/
    ...
    I checked with both links, and we are green everywhere (i.e. not blocked)

    Thanks for the links visualAd

  11. #11
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Prevent getting marked as spammer

    Quote Originally Posted by vbcode1980
    At my previous place of employement (quite a large organisation) we had to stop using e-mail for these kinds of things because the ISP would block it. They couldn't be pursueded to release the block..
    The solution to that problem is simple; find another ISP or upgrade the service :P. Large organisations generate huge volumes of email traffic, whether it be from individual employees or as part of a marketing campaign.

    I would not be surprised that if the service an organisation is paying for does not include an agreement to host such mass mailing events, then they will be blocked from doing so.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  12. #12
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,290

    Re: Prevent getting marked as spammer

    If you just Google for "avoid being flagged as spam", you should find a lot of tips for it. As for your ISP, if you can prove that your bussiness is legitimate and sending out a lot of emails is part of it, I beleive they will remove you from their black list.
    Let us have faith that right makes might, and in that faith, let us, to the end, dare to do our duty as we understand it.
    - Abraham Lincoln -

  13. #13

    Thread Starter
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    Re: Prevent getting marked as spammer

    I guess "flagged" was the keyword here...

    I already read some articles, they are pretty good.

    Thanks

  14. #14
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: Prevent getting marked as spammer

    have you tried just sending one email with multiple addressees? BCC them and they won't see the other email addresses in their email.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width