head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.12 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.10 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.8 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.6 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.4 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.2 pkgsrc-2024Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2024.10.29.14.23.17; author taca; state Exp; branches; next ; commitid vvgjoR9oVaLO5zvF; desc @@ 1.1 log @mail/rspamd: prevent DKIM verification problem with sendmail. Prevent DKIM verification problem with sendmail. This fix provided from Yoshitaka Tokugawa. Bump PKGREVISION. @ text @$NetBSD$ Prevent DKIM verification problem with sendmail. --- lualib/rspamadm/dmarc_report.lua.orig 2024-10-20 09:06:49.000000000 +0000 +++ lualib/rspamadm/dmarc_report.lua @@@@ -391,7 +391,7 @@@@ local function rcpt_list(tbl, func) end end - return table.concat(res, ',') + return table.concat(res, ', ') end -- Synchronous smtp send function @