VVT
Active Member
Hi All,
Just in case if you're not aware.
Now it's possible to have global blacklist disabled but customer suppression list enabled at the same time. All you have to do is,
1. Set "MW_PERF_LVL_DISABLE_NEW_BLACKLIST_RECORDS" flag as per this doc.
2. Truncate "mw_email_blacklist" table from backend/phpMyAdmin. If you remove the blacklisted entries via admin backend, system will re-confirm the blacklisted entries in respective lists.
Now that we have the global bl table empty and performance flag restricts new entries to the bl, global bl will be apparently disabled. Because we haven't disabled blacklisting as such using perf flag, customers will still be able to add their own blacklists. When a bounce occurs, MW will mark the bounce as blacklisted on the respective list, this way, no further mailing will be done to the bounced subscriber for the same list.
Advantage is that, you can isolate customer/list bounces and have an empty email bl table.
If you want to disable blacklisting completely, you can include "MW_PERF_LVL_DISABLE_SUBSCRIBER_BLACKLIST_CHECK" to the above directive so that no further entries will be added to the global bl and further checks will also be disabled.
Thanks to @twisted1919 for introducing this flexibility
Just in case if you're not aware.
Now it's possible to have global blacklist disabled but customer suppression list enabled at the same time. All you have to do is,
1. Set "MW_PERF_LVL_DISABLE_NEW_BLACKLIST_RECORDS" flag as per this doc.
2. Truncate "mw_email_blacklist" table from backend/phpMyAdmin. If you remove the blacklisted entries via admin backend, system will re-confirm the blacklisted entries in respective lists.
Now that we have the global bl table empty and performance flag restricts new entries to the bl, global bl will be apparently disabled. Because we haven't disabled blacklisting as such using perf flag, customers will still be able to add their own blacklists. When a bounce occurs, MW will mark the bounce as blacklisted on the respective list, this way, no further mailing will be done to the bounced subscriber for the same list.
Advantage is that, you can isolate customer/list bounces and have an empty email bl table.
If you want to disable blacklisting completely, you can include "MW_PERF_LVL_DISABLE_SUBSCRIBER_BLACKLIST_CHECK" to the above directive so that no further entries will be added to the global bl and further checks will also be disabled.
Thanks to @twisted1919 for introducing this flexibility