commit deddef7: [Minor] Aws: Use enclosing boundary
Vsevolod Stakhov
vsevolod at highsecure.ru
Fri Nov 5 15:07:05 UTC 2021
Author: Vsevolod Stakhov
Date: 2021-11-05 14:59:37 +0000
URL: https://github.com/rspamd/rspamd/commit/deddef726c54c8dda758a726a9a75cc8db30ac9a (HEAD -> master)
[Minor] Aws: Use enclosing boundary
---
lualib/lua_mime.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lualib/lua_mime.lua b/lualib/lua_mime.lua
index cc9636a17..44294efff 100644
--- a/lualib/lua_mime.lua
+++ b/lualib/lua_mime.lua
@@ -599,7 +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()
+ p.boundary = part:get_enclosing_boundary()
table.insert(result.parts, p)
end
end
More information about the Commits
mailing list