add rule support for attachment filename

This commit is contained in:
SJ
2013-11-11 11:34:00 +01:00
parent 2ca6e5a5c0
commit dc3da74311
18 changed files with 71 additions and 24 deletions

View File

@@ -100,6 +100,7 @@ struct rule {
regex_t from;
regex_t to;
regex_t subject;
regex_t attachment_name;
regex_t attachment_type;
#endif
int spam;