From: Vsevolod Stakhov Date: Fri, 5 Nov 2021 19:55:04 +0000 (+0000) Subject: [Minor] Store newlines type X-Git-Tag: 3.2~290 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f32f0c8435634bc985e90ca0327cfbe754c4043d;p=thirdparty%2Frspamd.git [Minor] Store newlines type --- diff --git a/lualib/lua_mime.lua b/lualib/lua_mime.lua index 44294efff1..ffc1fb2f9d 100644 --- a/lualib/lua_mime.lua +++ b/lualib/lua_mime.lua @@ -584,7 +584,7 @@ exports.message_to_ucl = function(task) local result = {} result.size = task:get_size() result.digest = task:get_digest() - + result.newlines = task:get_newlines_type() result.headers = task:get_headers(true) or {} local parts = task:get_parts() or {}