Page 1 of 1

How to delete bounced/inactive emailadresses?

Posted: Thu Nov 28, 2013 10:59 am
by Bastian
Hi,
is there a way to automaticly delete bounced emailadresses?
I have more than 12000 adresses in the system wich are no longer valid. How can I remove them?

Re: How to delete bounced/inactive emailadresses?

Posted: Fri Nov 29, 2013 10:37 pm
by maschoff
You could

1. create a profile field like "bounced"
2. export all bounced profiles as CSV file
3. add a field with "bounced" = 1 in the CSV file
4. re-import the CSV file (add column mapping, use mode "only update existing recipients")
5. create a target group where profile field "bounced" = 1
6. delete all recipients of this target group

Re: How to delete bounced/inactive emailadresses?

Posted: Wed Dec 04, 2013 9:02 am
by Bastian
Great. That worked.
Thank you