diff options
Diffstat (limited to 'src/filter.h')
-rw-r--r-- | src/filter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filter.h b/src/filter.h index 2c3dde4fc..dbc13defa 100644 --- a/src/filter.h +++ b/src/filter.h @@ -62,6 +62,7 @@ struct metric { GHashTable *descriptions; /**< descriptions of symbols in metric */ enum rspamd_metric_action action; /**< action to do by this metric by default */ GList *actions; /**< actions that can be performed by this metric */ + gchar *subject; /**< subject rewrite string */ }; /** |