Hello, is it possible to configure postfix to do content filtering on bounce messages?
i modified master.cf with next lines:
bounce unix - - n - 0 bounce
-o content_filter=bounce_filter:dummy
bounce_filter unix n n - 10 pipe
flags=Rq user=bounce_filter null_sender=
argv=/opt/bounce_filter/bin/bounce_filter -f ${sender} -- ${recipient}
as i found in postfix manual. But it never execute filter script. Is
that configuration supported? Or have to go via advanced filters way?
Thank you
Jiri Vitek
