Re: What's creating X-X-Sender header?
On Thu, 2004-05-06 at 20:07 -0400, Patrick Wiseman wrote:
> My emails from a 'testing' machine include the following header:
>
> X-X-Sender: pwiseman@mycroft
>
> I'm 'pwiseman'; my machine's _local_ name is 'mycroft', but no-one in the
> outside world needs to know that. So what's telling them? Exim? How do
> I stop it?
>From /etc/exim/exim.conf:
# If this option is set, then any process that is running as one of the
# listed users may pass a message to Exim and specify the sender's
# address using the "-f" command line option, without Exim's adding a
# "Sender" header.
trusted_users = mail : mrroach
-Mark
Reply to: