Common MySQL Queries

While looking for a MySQL Rank function, which does not currently exist, I've found this useful Common MySQL Queries.

./M6

Drupal contact limitation

I've just set up a Portuguese speaking item exchange free service, named Trocaqui, based on Drupal. And I'm, obliviously, the website administrator.

I was contacting some of the earliest registered users when Drupal showed the following message:
Não pode contactar mais do que 3 utilizadores por hora. Por favor, tente novamente mais tarde.

It means "You cannot contact more than 3 users per hour. Please try again later.".
What kind of stupid limitation is this? I do understand this limitation when applied to common users, but the administrator?
Seriously, why can't the administrator use his own system without artificial limitations?

I've searched the subject and found out that, obviously, I was not the only one complaining about this for years, and there is no real workaround for it. So, I've just increased the number of messages per hour and will have to reconfigure it back when I finish the user contact task.

./M6