You are here

function _mailhandler_filter_list in Mailhandler 6.2

1 call to _mailhandler_filter_list()
mailhandler_filter in ./mailhandler.module
Implementation of hook_filter().

File

./mailhandler.module, line 225
Retrieves email for posting as nodes and comments.

Code

function _mailhandler_filter_list() {
  return array(
    0 => t('Mailhandler signature remover'),
    1 => t('Mailhandler quoted text fixer'),
  );
}