diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-02-21 20:39:22 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-02-21 20:39:22 +0300 |
commit | f1c0e2b78d3bc798c9083e004b2c49d939f417df (patch) | |
tree | ca7fc586cfe1683adcb6557ecf4d67d2a5520d7d /src/main.h | |
parent | eb5a3b77490bbe2d03f4a87cfb02507f3c79614c (diff) | |
download | rspamd-f1c0e2b78d3bc798c9083e004b2c49d939f417df.tar.gz rspamd-f1c0e2b78d3bc798c9083e004b2c49d939f417df.zip |
* Process raw headers by FSM.
* Add methods for accessing raw_headers from lua and C
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 9269d4ca3..acbfe8a72 100644 --- a/src/main.h +++ b/src/main.h @@ -206,6 +206,7 @@ struct worker_task { GList *urls; /**< list of parsed urls */ GList *emails; /**< list of parsed emails */ GList *images; /**< list of images */ + GList *raw_headers_list; /**< list of raw headers */ GHashTable *results; /**< hash table of metric_result indexed by * metric's name */ GHashTable *tokens; /**< hash table of tokens indexed by tokenizer |