Hello all,
This mistakje was in a code path that my tests had missed.Wietse diff '--exclude=man' '--exclude=html' '--exclude=README_FILES' '--exclude=INSTALL' --no-dereference -r -ur /var/tmp/postfix-3.11-20251218/src/showq/showq.c ./src/showq/showq.c --- /var/tmp/postfix-3.11-20251218/src/showq/showq.c 2025-12-18 15:30:30.000000000 -0500 +++ ./src/showq/showq.c 2025-12-19 10:49:50.027612857 -0500 @@ -285,6 +285,7 @@ SEND_ATTR_STR(MAIL_ATTR_ORCPT, have_orcpt), SEND_ATTR_STR(MAIL_ATTR_RECIP, STR(printable_quoted_addr)), + SEND_ATTR_STR(MAIL_ATTR_LOG_CLASS, ""), SEND_ATTR_STR(MAIL_ATTR_WHY, ""), ATTR_TYPE_END); have_orcpt = 0;
I confirm this resolves all :-) Thank you Wietse for the fixing, thank you John for the finding :-) Florian _______________________________________________ Postfix-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
