rewriting message-id with sendmail?

Cow Loon

Registered
I want to have the host/domain name part of the message id match what I have in the From header. For example:

Say hostname on my machine prints: bob.earthlink.net

What I get now always includes this hostname, e.g.:

Message-ID: <20dm2md.20fdm249&#64;bob.earthlink.net>

Instead I want the hostname to change.

If I have:

From: frank&#64;wiener.com

the message id should be (like):

Message-ID: <20dm2md.20fdm249&#64;wiener.com>

similarly, if I have:

From: asdf&#64;fdsa.com

the message id should be (like):

Message-ID: <209d02j3md.209rm209j&#64;fdsa.com>

On linux I had my mail program (GNUS) form the message-id. But, now I'm using Mail.app and I don't know of a way to specify how the message-id should be formed.

What can I do (aside from read the manual)?
 
Back
Top