Function: allows hMail users the ability to change their hMail filter settings.

Required Plugins: settings

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

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

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

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

$rcmail_config['plugins'] = array(<other plugins>,'hmail_spamfilter')

If configured correctly, you should be able to go into your Settings - Account Administration and modify
their hMail spamfilter settings.