-2

I've been asked to set up a newsletter service for ~10k recipients (all signed up, no spam) The thing is I got a lot of rejected emails (non existing addresses),which flooded my inbox. I wrote a shell script to parse these mails, extract the addresses, and remove them from my database. Is there a better option? I have access to everything (mail list, mail server, newsletter service source). If I'm not being clear enough please tell me so I can clarify

David Ventura
  • 418
  • 2
  • 7
  • 20
  • Basically you seem to be doing everything right. BATV is one option, another is having the return address be a mailbox created specially for collecting the bounces. – Jasen Dec 25 '14 at 21:06
  • The return address is what I needed, thanks. – David Ventura Dec 25 '14 at 22:28

1 Answers1

0

Basically you seem to be doing everything right. BATV is one option for etending your bounce handling, another is having the return address be a mailbox created specially for collecting the bounces.

Jasen
  • 11,837
  • 2
  • 30
  • 48