From: Vsevolod Stakhov Date: Thu, 24 Apr 2014 22:22:52 +0000 (-0700) Subject: Restore compatibility with 0.6.9. X-Git-Tag: 0.7.0~271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af191d0c43d5fa47bb4872df443220ec013b6755;p=thirdparty%2Frspamd.git Restore compatibility with 0.6.9. --- diff --git a/src/libmime/filter.c b/src/libmime/filter.c index cb0630d9d0..115c58e5d2 100644 --- a/src/libmime/filter.c +++ b/src/libmime/filter.c @@ -819,11 +819,11 @@ str_action_metric (enum rspamd_metric_action action) case METRIC_ACTION_REJECT: return "reject"; case METRIC_ACTION_SOFT_REJECT: - return "soft_reject"; + return "soft reject"; case METRIC_ACTION_REWRITE_SUBJECT: - return "rewrite_subject"; + return "rewrite subject"; case METRIC_ACTION_ADD_HEADER: - return "add_header"; + return "add header"; case METRIC_ACTION_GREYLIST: return "greylist"; case METRIC_ACTION_NOACTION: