Jeremy Nicoll a écrit :
> I am a web programmer (dealing in Ruby/Merb).  I've got most of it
> worked out now, including VERP (which is redirected to my own email
> until things get big).  I'm manually putting the headers in each email,
> but the Message-Id is getting set to something else even though I
> included it already. I am learning this so that I can integrate things
> more tightly into client projects.  I am capable, if you would please
> point me in the right direction as I'm not that experienced with Postfix
> yet.
> 

this is a problem in your code or the tool or interface you use to
submit mail. postfix doesn't rewrite the message-id, and you can submit
mail with whatever you want in headers. so you'll have to check whatever
tool/interface and find which part rewrites the message-id and how to
set the envelope recipient independently of the To header.

Reply via email to