]> source.dussan.org Git - rspamd.git/commitdiff
Fix process headers with ')' last symbol.
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Thu, 18 Aug 2011 14:49:49 +0000 (18:49 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Thu, 18 Aug 2011 14:49:49 +0000 (18:49 +0400)
src/message.c

index a617848064c0e086a7758c51a8117281c7738ca6..c0937e0bebbbd01fef05db07b89693f5423f642d 100644 (file)
@@ -676,6 +676,7 @@ process_raw_headers (struct worker_task *task)
                        }
                        else if (*(p + 1) == '\0') {
                                state = next_state;
+                               p ++;
                        }
                        else {
                                p ++;