On Mon, Dec 19, 2022 at 11:36 AM Matus UHLAR - fantomas <uh...@fantomas.sk> wrote: > > #!/bin/sh > > > > /usr/bin/cat | /var/spool/filter/scripts/mailfilter | > >/usr/sbin/sendmail -G -i "$@" > > > > exit $? > > this means that the always_bcc is executed again. > usually the content_filter is supposed to inject mail on alternative port > where option: > receive_override_options = no_address_mappings > > is used: see http://www.postfix.org/FILTER_README.html >
Yes, I'm aware of that, but I was trying not to use the advanced filter. In the end it seems that there is no alternative to the advanced filter. But I'm asking here in case I overlooked something or misunderstood something.