Web Hosting Talk







View Full Version : mass delete banned email domains in ModernBill


Romestar
04-19-2006, 08:55 AM
I don't want a ban on free email, yet ModernBill put just under 1400 banned domains. To get rid of then I have to manually delete them! How can I get rid of them faster? Thanks.

StackHost
04-19-2006, 10:28 AM
Truncate the banned table

Romestar
04-20-2006, 08:55 AM
Truncate the banned table? how do I do that?

KI-ChrisE
04-20-2006, 09:16 AM
In MySQL perform the query:

TRUNCATE TABLE table_name

replacing table_name with the table for the banned domains (which from ALL Acquisitions is banned maybe?)

adamneal
04-20-2006, 12:16 PM
go to

system config -> order settings -> order groups

Click edit on the order group you need to change. Scroll down to the "Enabling Options Configuration" section and change "Enable 'Free' Email Banning (B):" to no.

Hope that helps

Romestar
04-20-2006, 03:43 PM
go to

system config -> order settings -> order groups

Click edit on the order group you need to change. Scroll down to the "Enabling Options Configuration" section and change "Enable 'Free' Email Banning (B):" to no.

Hope that helps

thanks, that worked.

StackHost
04-20-2006, 07:15 PM
In MySQL perform the query:

TRUNCATE TABLE table_name

replacing table_name with the table for the banned domains (which from ALL Acquisitions is banned maybe?)
Why would you say that?