How to un-ban a user?

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

ohho
Posts: 20
Joined: Mon Jan 28, 2013 4:37 am

How to un-ban a user?

Post by ohho »

In a new mailing, there are 12 recipients in the mailing list. However only 7 recipients are used when generating the email.

When I check the customer_1_binding_tbl in database, the missing 5 recipients are marked as

user_remark: bounce
exit_mailing_id: 1385

What is the proper way to reactive the 5 banned email addresses?
maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: How to un-ban a user?

Post by maschoff »

A bounced and a banned (blacklisted) address are two different animals. The bounce is initiated by the receiving mail server and a ban is initiated by the EMM user who blacklists an address.

If you want to change the status of a bounced address you have to set the status of the address back to value 1 in table customer_1_tbl. If you need to know more about the database schema of OpenEMM, you will find a description in the Extension Development Guide.
OpenEMM Maintainer
ohho
Posts: 20
Joined: Mon Jan 28, 2013 4:37 am

Re: How to un-ban a user?

Post by ohho »

Thanks for reply.

I do not see a "status" field in customer_1_tbl. There is a "user_status" field in customer_1_binding_tbl. Did I miss somthing?

Version: OpenEMM 2013
maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: How to un-ban a user?

Post by maschoff »

Yes, you are right, the status field in die customer_1_binding_tbl provides the status of the bindings to the mailing lists.
OpenEMM Maintainer
ohho
Posts: 20
Joined: Mon Jan 28, 2013 4:37 am

Re: How to un-ban a user?

Post by ohho »

Thank you!
Post Reply