diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-03-17 12:25:23 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-03-17 12:25:23 +0300 |
commit | 8cc22288806b9ff7115cb8f30349029714e2d89a (patch) | |
tree | bc569c0dc56263b07906987ae22b8379cfb5325e /src/cfg_file.h | |
parent | cfd2ff7bb58b81b7c0713b423a5b3397579610e7 (diff) | |
download | rspamd-8cc22288806b9ff7115cb8f30349029714e2d89a.tar.gz rspamd-8cc22288806b9ff7115cb8f30349029714e2d89a.zip |
* Add ability to match raw headers
* Update documentation
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r-- | src/cfg_file.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cfg_file.h b/src/cfg_file.h index b484d5b0d..cc31f7a0c 100644 --- a/src/cfg_file.h +++ b/src/cfg_file.h @@ -50,7 +50,7 @@ enum rspamd_cred_type { }; /** - * Regexp type: /H - header, /M - mime, /U - url + * Regexp type: /H - header, /M - mime, /U - url /X - raw header */ enum rspamd_regexp_type { REGEXP_NONE = 0, @@ -58,6 +58,7 @@ enum rspamd_regexp_type { REGEXP_MIME, REGEXP_MESSAGE, REGEXP_URL, + REGEXP_RAW_HEADER, }; /** |