mirror of
https://bitbucket.org/jsuto/piler.git
synced 2026-04-05 18:19:19 +02:00
add rule support for attachment filename
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user