From: "Петров Никита Владимирович" Date: 2008-04-06T05:41:20+09:00 Subject: Re: ActionMailer Message-Id field I want that all letters from my SMTP server will be with message-id, given by server, but not by TMail. My SMTP server couldn't force change message-id if it was setted before. 2008/4/6, Rick DeNatale : > On Sat, Apr 5, 2008 at 4:10 PM, Nikita Petrov wrote: > > I am attempting to set my own value for the message-id header in > > emails > > delivered via ActionMailer. The underlying TMail object allows the > > message_id to be set, but it looks like the deliver method of action > > mailer will overwrite any value that is presently there at the time of > > delivery. > > > I'm wondering if there's a legitimate use case for this. The one > reason I can think of for doing this is to forge an untraceable > message-id on a spam e-mail. > > > -- > Rick DeNatale > > My blog on Ruby > http://talklikeaduck.denhaven2.com/ > >