Richie,
Thanks for testing it so quickly. The defaults were set for everyday usage. If you have a huge backlog of messages, you are going to want to do exactly what you are doing to "catch up". Once you get through the backlog, the defaults that are set make more sense.
The main table that keeps track of the bounces is beh_users. This query will show you who is being blocked:
select * from forum.beh_users where deliver_flag = '';
I've got 575 userids/emails in my list.
Let me know what you would like to see in a log and I might be able to get it added.
|