At 01:09 PM 12/14/99 GMT, Marc Haber wrote:
...
> My MUA on that system is
>mutt 0.95.3, MTA is exim 3.12.
>
>When I try to send a message to one of these mailing lists, I change
>From: to the address I am subscribed with since the list is
>closed-post. exim notices that From: doesn't fit the account I am
>mailing from and adds a Sender: header showing the address associated
>with that account. This is compliant with RfC822.
>
>However, the MLM that handles this particular list verifies list
>membership against Sender: if that header is present and thus rejects
>my message since I am subscribed with a different address. I feel that
>this MLM is at fault here since my MTA is doing everything "by the
>book".
If it is the Sender: header (as Bernie Cosell noted, it might
be the envelope-sender, in which case you're SOL setting just
the RFC822 headers), one workaround to try may be to set the
Sender: header to your subscribed address as well (Mutt can do this).
Then exim should add a Resent-Sender: header instead. If you're
lucky, the MLM will be too dumb to look at that :-)
Good luck,
Stan
ps - is this some home-grown MLM, or something someone here
might have heard about?