Re: [exim] trusted_users option has stopped working for me

Top Page
Delete this message
Reply to this message
Author: mark david mcCreary
Date:  
To: exim-users
Subject: Re: [exim] trusted_users option has stopped working for me
On 11/4/11 11:56 AM, Graeme Fowler wrote:
> On Thu, 2011-11-03 at 14:02 -0400, mark@??? wrote:
>> The body of the email being sent out contains headers like this
>>
>> > From Debian-exim Thu Nov 3 02:27:45 2011
>> Date: Wed, 02 Nov 2011 22:27:26 EDT
>> MIME-Version: 1.0
>> Message-ID:<201111022227.7d904eb1fc1212e@???>
>> Subject:
>> From: liaison@???
>> To: xxxxx@???
>> Content-Type: text/plain; charset=us-ascii
>> Content-Transfer-Encoding: 7bit
>>
>>
>> That did not use to happen.
> What changed to make it happen? System update?




Graeme

I built the server from scratch, so lots of places where I could have
gone wrong.


> It looks like a newline is being inserted into the message before the
> headers are piped through, which implies there are no headers, just body
> - hence headers being in the body.
>
> If you can decipher that you're doing well!



Good point thank you.

And yes the problem is with Procmail, not Exim.

I neglected to change config.h in procmail

     #define TRUSTED_IDS    {0}


to allow it to trust any user.

So it was Procmail that was keeping the original headers in the body of
the message as a flag.

Thanks to you and Bill for helping me figure this out.

mark