Created attachment 257097 [details] mail/postfix: make postscreen blacklistd aware The rationale of my patch can be found here: https://lists.freebsd.org/archives/freebsd-ports/2025-January/007222.html I pretty much followed the way files/extra-patch-blacklistd adds blacklistd functionality to smtpd/smtpd_sasl_glue.c; now to postscreen/postscreen_early.c as well. I simply added my modifications to files/extra-patch-blacklistd. If you'd prefere two distinct patches for smtpd/smtpd_sasl_glue.c and postscreen/postscreen_early.c, please let me know. I increased PORTREVISION but let PORTEPOCH untouched. Hope that's all correct and fine with you. Regards, Michael
JFTR: This patch works for the newest postfix 3.10.0 as well.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb25a7b49238fac37fa24999089450454a4c3e85 commit fb25a7b49238fac37fa24999089450454a4c3e85 Author: Michael Grimm <trashcan@ellael.org> AuthorDate: 2025-03-04 20:11:17 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2025-03-04 20:12:01 +0000 mail/postfix: Make postscreen blacklistd aware PR: 284444 mail/postfix/Makefile | 2 +- mail/postfix/files/extra-patch-blacklistd | 66 +++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+), 1 deletion(-)
Committed, thanks.