From 94edb9f04b2144be4a78556653451456738ba767 Mon Sep 17 00:00:00 2001 From: "cebka@lenovo-laptop" Date: Wed, 17 Feb 2010 18:57:05 +0300 Subject: * Add ability to add custom messages to rspamd output * Add messages from spf checks --- src/main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index a7cab8676..cffb215d5 100644 --- a/src/main.h +++ b/src/main.h @@ -199,6 +199,7 @@ struct worker_task { GList *urls; /**< list of parsed urls */ GHashTable *results; /**< hash table of metric_result indexed by * metric's name */ + GList *messages; /**< list of messages that would be reported */ GHashTable *re_cache; /**< cache for matched or not matched regexps */ struct config_file *cfg; /**< pointer to config object */ struct save_point save; /**< save point for delayed processing */ -- cgit v1.2.3