Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 9, 20169 yr Hello, switched recently from vB 4 to IPB 4. I try to find a way to bulk import our list of over 600 banned email addresses. I definitely don't want to enter one email adress after another. Any hints?
February 8, 20178 yr Author Nobody? Also: What happens when I add an email adress to the ban settings and there are already registrated users with adresses that apply to the filter? Edited February 8, 20178 yr by nealtz
February 8, 20178 yr INSERT INTO `core_banfilters` (`ban_type`, `ban_content`, `ban_date`, `ban_reason`) VALUES ('email', '*@yahoo.com', UNIX_TIMESTAMP(), 'Testing wildcard domain'); INSERT INTO `core_banfilters` (`ban_type`, `ban_content`, `ban_date`, `ban_reason`) VALUES ('email', 'address@gmail.com', UNIX_TIMESTAMP(), 'Testing specific email address');
Archived
This topic is now archived and is closed to further replies.