[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [SAGE] Added headers to outgoing mail...
On Mon, Jan 28, 2002 at 09:57:27AM +0100, Anthony Howe wrote:
> What are the Sendmail rules to add extra headers to outbound mail?
I think you can add something like this to your mc file...
LOCAL_CONFIG
HX-My-Header: Header Info
(you could change "Header Info" to something in a variable, like $j or
somesuch)
Several things to keep in mind:
1) I haven't tested this, so the syntax may be slightly off (or may not work
with your version of Sendmail)
2) If I remember correctly, adding a header in this way puts it in a
"non-standard" location in the envelope headers, and may break some mail
clients.
Hope that helps, or at the very least, doesn't break anything.
-k