On Sat, Oct 25, 2025 at 01:19:07PM -0400, Christophe Kalt via Postfix-devel 
wrote:

> I realize needing this might be unusual, but others may benefit.

Just an "editorial" observation, Wietse will decide whether this should
or should not be merged on the substance.  Please note that Postfix
indentation is zero or more tabs + zero or four spaces.  You've mostly
done the same, but a few lines of the patch have 8 consecutive leading
spaces. In "vi" or "vim":

    :set noet
    :retab


> +                      RECV_ATTR_STR(MAIL_ATTR_ORCPT, oaddr),
> +                      RECV_ATTR_STR(MAIL_ATTR_ORCPT, oaddr),
> +        if (LEN(oaddr) > 0)
> +            vstream_printf("\"orig_address\": \"%s\", ",
> +                           QUOTE_JSON(quote_buf, STR(oaddr)));
> +        vstring_free(orcpt_buf); \
> +                || htable_locate(dup_filter, STR(printable_quoted_addr)) == 
> 0)
> +            vstring_strcpy(orcpt_buf, "");

-- 
    Viktor.  🇺🇦 Слава Україні!
_______________________________________________
Postfix-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to