diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-03-11 14:18:19 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-03-11 14:18:19 +0000 |
commit | ea26cfd92c60ff4b277144a7110f43e2dc2924f6 (patch) | |
tree | 68d5af593013686fc5c4ea25524320bf9a2f4990 /contrib/http-parser/http_parser.h | |
parent | e1aaa10d62d8ec23b6980b78fdda3fa16b1f4f3c (diff) | |
download | rspamd-ea26cfd92c60ff4b277144a7110f43e2dc2924f6.tar.gz rspamd-ea26cfd92c60ff4b277144a7110f43e2dc2924f6.zip |
Distinguish RSPAMC from SPAMC.
Diffstat (limited to 'contrib/http-parser/http_parser.h')
-rw-r--r-- | contrib/http-parser/http_parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/http-parser/http_parser.h b/contrib/http-parser/http_parser.h index a322634f1..f6f29b057 100644 --- a/contrib/http-parser/http_parser.h +++ b/contrib/http-parser/http_parser.h @@ -133,6 +133,7 @@ enum flags , F_TRAILING = 1 << 3 , F_UPGRADE = 1 << 4 , F_SKIPBODY = 1 << 5 + , F_SPAMC = 1 << 6 }; |