kmail
KMail::AntiSpamConfig Class Reference
#include <antispamconfig.h>
Detailed Description
Singleton to manage loading the kmail.antispamrc file.
- Author:
- Patrick Audley <paudley@blackcat.ca>
SpamConfig::instance() and use any of the public member functions.
Definition at line 87 of file antispamconfig.h.
Public Member Functions | |
| ~AntiSpamConfig () | |
| const SpamAgents | agents () const |
| SpamAgents | agents () |
| const SpamAgents | uniqueAgents () const |
Static Public Member Functions | |
| static AntiSpamConfig * | instance () |
Member Function Documentation
|
|
Returns a list of all agents found on the system. This might list SA twice, if both the C and the Perl version are present. Definition at line 102 of file antispamconfig.h. |
|
|
Returns a list of unique agents, found on the system. SpamAssassin will only be listed once, even if both the C and the Perl version are installed. Definition at line 84 of file antispamconfig.cpp. |
The documentation for this class was generated from the following files:

