#include <addrfilter.h>
Inheritance diagram for AddrFilter:

Public Methods | |
| virtual bool | init (void)=0 |
| virtual bool | checkAddr (std::string &addr)=0 |
| virtual | ~AddrFilter () |
|
|
|
|
|
Every email adress will be passed to this function. To skip a special Adress, the function can return the special String "[hide]". That mean, do not show this adress in the statistic.
Implemented in aliasesAddrFilter, lowercaseAddrFilter, and virtuserAddrFilter. |
|
|
Use this function to read configurations files etc.
Implemented in aliasesAddrFilter, lowercaseAddrFilter, and virtuserAddrFilter. |
1.2.18