Hi, I'm trying to write an after queue content filter, and i have a questions. If my filter have exit code 75 (for example), in postfix log after status= i have in () the output of my filter, but if my filter have exit code 0, the output is always "status=sent (delivered via filter service)". Can i write another message in ()? If my filter return a string, can i put this in postfix log? The second question is: Can i do a postfix queue_id to my filter with argument? In pipe manual i don't find this macro, but if i add -vvv in pipe command, i see
Apr 13 11:53:52 suuuper postfix/pipe[2865]: filter socket: wanted attribute: queue_id Apr 13 11:53:52 suuuper postfix/pipe[2865]: input attribute name: queue_id Apr 13 11:53:52 suuuper postfix/pipe[2865]: input attribute value: 173017FD9 Thanks