commit 200a8fb: [Minor] Add boundary to the structured representation of the parts

Vsevolod Stakhov vsevolod at highsecure.ru
Fri Nov 5 14:28:04 UTC 2021


Author: Vsevolod Stakhov
Date: 2021-11-05 14:24:00 +0000
URL: https://github.com/rspamd/rspamd/commit/200a8fb20eb8df438e88abf5525412b12c06d31f (HEAD -> master)

[Minor] Add boundary to the structured representation of the parts

---
 lualib/lua_mime.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lualib/lua_mime.lua b/lualib/lua_mime.lua
index a09ef84f8..cc9636a17 100644
--- a/lualib/lua_mime.lua
+++ b/lualib/lua_mime.lua
@@ -599,6 +599,7 @@ exports.message_to_ucl = function(task)
       p.filename = part:get_filename()
       p.content = part:get_content()
       p.headers = part:get_headers(true) or {}
+      p.boundary = part:get_boundary()
       table.insert(result.parts, p)
     end
   end


More information about the Commits mailing list