Hi there, I've made a milter that replaces some strings on specific message patterns.
Now, I need to change the return-path accordingly to the VERP pattern for each sent mail. So my milter replaces message content including return-path, but when message is sent to the final destination, it keeps the original return-path. My message body and header are replaced and sent to sendmail like this: /usr/sbin/sendmail -G -i "$@" <<EOF $REPLACED_CONTENT EOF In my replaced content, I have the new return path following verp patterns, but postfix/sendmail sents the message using original return-path. Is there any way around this? am I doing something wrong? Thanks in advance. BR, Rafael _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org