Are there any mailer flags reserved for site specific use? I want to
define a header to be added when certain mailers are used and none of
the defined mailer flags are quite the right ones to use.
What I am trying to do:
I am using procmail as the local deliverey agent and I want my users to
be able to use ANY mail reading program they want. This requires that
there be a Content-Length header (as well as quoting lines starting
with From). Procmail can adjust the value of a Content-Length header
but requires that there be an existing header to adjust. Well that is
easy, just add
H?l?Content-Length: 0000000000
to the mc file and everything works. BUT, now there is a Content-Length:
header supplied to the program mailer (with a size of 0000000000) as well
as to the local mailer. I would rather not have that.
Now, if I understand how sendmail works, I could just define the header
with an unused mailer flag and then add that flag to the procmail mailer
and then only that mailer would get the header. But if I were to pick
one that is currently unused, I am sure that the next release of Sendmail
would use it for something new
Are there any mailer flags reserved for site specific use?
Is my understanding of how sendmail uses mailer flags to pull in
defined headers correct?
Should I be doing this in a different way?
--
Tom Schulz