From: Vsevolod Stakhov Date: Wed, 23 Apr 2014 10:58:34 +0000 (+0100) Subject: Support legacy 'RSPAMC' protocol line. X-Git-Tag: 0.7.0~287 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50412eaeae8a33e79a0bfce7356f2d08fd4d29c7;p=thirdparty%2Frspamd.git Support legacy 'RSPAMC' protocol line. --- diff --git a/contrib/http-parser/http_parser.c b/contrib/http-parser/http_parser.c index 9aef5c1857..129df138d5 100644 --- a/contrib/http-parser/http_parser.c +++ b/contrib/http-parser/http_parser.c @@ -1218,6 +1218,7 @@ size_t http_parser_execute (http_parser *parser, case s_req_spamc_start: switch (ch) { case 'S': + case 'R': parser->state = s_req_spamc; break; case ' ':