]> source.dussan.org Git - rspamd.git/commit
[CritFix] Introduce raw content to text parts
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 31 Oct 2016 15:08:16 +0000 (15:08 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 31 Oct 2016 15:08:16 +0000 (15:08 +0000)
commit569c024acdb4a7eaff33cdaaefc1ae25764c2ae2
tree692568c7282dbfe936bd51e6252c6bd8f18e04d9
parent87a18acc470c9b204ad21c531c72cdd34976bd97
[CritFix] Introduce raw content to text parts

Previously we had the following types of text content:

- `orig`: MIME *decoded* content
- `content`: same as `orig` but converted to utf8 and without HTML tags
- `stripped`: same as `content` but without newlines

Now we add `raw`:

- `raw`: raw mime content as it was in an original message

This also fixes R_BAD_CTE_7BIT rule
rules/regexp/headers.lua
src/libmime/message.c
src/libmime/message.h
src/libserver/re_cache.c