I think it's time Maggiordomo to be white-listed by the mods so you skip the cool down time between posts.
What is the current restriction for member regarding this?
How long do I need to wait between forum posts?
Waiting time between forum posts is calculated with the following formula:
waittime = 360;
if(activity >= 15)
waittime = (int)(90 - activity);
if(activity >= 60)
waittime=(int)(34.7586 - (0.0793103 * activity));
if(activity >= 100)
waittime = max((int)(14-(activity/50)), 4);