fixed a rule checking bug

This commit is contained in:
SJ
2014-06-30 14:44:33 +02:00
parent f0665296fe
commit 284c434612
3 changed files with 80 additions and 34 deletions

View File

@@ -118,6 +118,8 @@ struct rule {
int days;
char emptyfrom, emptyto, emptysubject, emptyaname, emptyatype;
char *rulestr;
char compiled;