0.1.7 fixes

This commit is contained in:
SJ
2011-11-23 12:24:21 +01:00
parent 84e75fd9cf
commit 072caae0c9
13 changed files with 842 additions and 36 deletions

View File

@@ -70,9 +70,13 @@ struct rule {
regex_t from;
regex_t to;
regex_t subject;
regex_t attachment_type;
#endif
int size;
char _size[4];
int attachment_size;
char _attachment_size[4];
char *rulestr;
char compiled;
struct rule *r;