Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

email database cleansing!

Options
  • 14-04-2005 3:35pm
    #1
    Registered Users Posts: 252 ✭✭


    Hi
    Ive got a client that has a client list of 2500+ email addresses - that he sends a newsletter to once a year. Last time he did so a hell of a lot came back at him cos the email addresses do not exist any more.

    is there any way of automatically removing these from a db when they get returned ?

    Tnx


Comments

  • Closed Accounts Posts: 4,655 ✭✭✭Ph3n0m


    What kind of database is he using? Whats he using at the moment to purge the database?


  • Registered Users Posts: 252 ✭✭ConsultClifford


    He's using Mysql. At the moment users unsubscribe using a simple php page.


  • Registered Users Posts: 68,317 ✭✭✭✭seamus


    Sounds like a simple enough order.

    Obviously an interface can be set up (if it's not already) where addresses can be added/removed in bulk.

    Apart from that, it should be possible to use a dedicated email address (i.e. one where correspondence doesn't come in) for sending out the newletters. Use a PHP script to retrieve the mail from the mailbox, and parse it for the words "fail" or "failure" or the user "MAILER-DAEMON@*".
    You'll then need to do further parsing to actually find the e-mail address it was originall sent to, but I'm pretty sure that someone else has done this before you, and quite comprehensively too, if you do a google.

    The first option might be the best though, given that it's only a once-yearly thing.


  • Closed Accounts Posts: 4,655 ✭✭✭Ph3n0m


    ^^ what he said


Advertisement