Scoring rule for email. More...
#include "score.h"
Data Fields | |
| 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. | |
| bool Score::exact |