Function: allows hMail users the ability to be notified if hMail's Auto-Ban feature is in effect

Required Plugins: none

1: copy the "hmail_autoban" folder to your plugin directory.
<install directory>\plugins\hmail_autoban

2: change your database connection string in: <install directory>\plugins\hmail_autoban\config.inc.php.dist
   then copy it as <install directory>\plugins\hmail_autoban\config.inc.php

$rcmail_config['db_hmail_autoban_dsn'] = 'mysql://<user>:<password>@<server>/<database>?new_link=true';

3: add "hmail_autoban" to your plugin array settings in your <install directory>\config\main.inc.php

$rcmail_config['plugins'] = array('hmail_autoban')

If configured correctly, once hMail has added a banned IP range for your webmail connection, at login, a prompt
will be displayed indicating the range ban.