Scoring rule for email.
More...
#include "score.h"
|
| char * | str |
| | String to match.
|
| |
| struct PatternList * | pat |
| | Pattern to match.
|
| |
| int | val |
| | Score to add.
|
| |
| bool | exact |
| | If this rule matches, don't evaluate any more.
|
| |
| struct Score * | next |
| | Linked list.
|
| |
Scoring rule for email.
Definition at line 37 of file score.h.
◆ str
String to match.
Definition at line 39 of file score.h.
◆ pat
| struct PatternList* Score::pat |
◆ val
◆ exact
If this rule matches, don't evaluate any more.
Definition at line 42 of file score.h.
◆ next
| struct Score* Score::next |
Linked list.
Definition at line 43 of file score.h.
The documentation for this struct was generated from the following file: