RE: [Exim] headers_add and blank lines

Top Page
Delete this message
Reply to this message
Author: Mackinnon, Angus
Date:  
To: 'exim-users@exim.org'
CC: 'Philip Hazel'
Subject: RE: [Exim] headers_add and blank lines
#Here are the transports:

remote_smtp:
driver = smtp
headers_add = ${if def:authenticated_id {X-Authenticated ID:
${authenticated_id} }}

local_delivery:
driver = appendfile
file = /usr/var/spool/mail/$local_part
headers_add = ${if def:authenticated_id {X-Authenticated ID:
${authenticated_id} }}
delivery_date_add
envelope_to_add
return_path_add
group = mail
mode = 0660
address_pipe:
driver = pipe
return_output

address_file:
driver = appendfile
delivery_date_add
envelope_to_add
return_path_add

address_reply:
driver = autoreply


#and here is an example.

Envelope-to: anthony@???
Delivery-date: Wed, 16 Jan 2002 11:12:34 +0000
Date: Wed, 16 Jan 2002 11:12:27 +0000
From: Angus MacKinnon - Aonghus MacFhionghuin <a.mackinnon@???>
X-Mailer: Mozilla 4.77 [en] (X11; U; OSF1 V4.0 alpha)
X-Accept-Language: en
To: anthony@???, angus@???
Subject: Testing from Netscape 4.7

X-Authenticated ID: angus
Status: RO
X-Status:
X-Keywords:
X-UID: 11

Regards

Angus MacKinnon

> -----Original Message-----
> From: Philip Hazel [mailto:ph10@cus.cam.ac.uk]
> Sent: Wednesday, January 16, 2002 10:25 AM
> To: Mackinnon, Angus
> Cc: exim-users@???
> Subject: Re: [Exim] headers_add and blank lines
>
>
> On Tue, 15 Jan 2002, Mackinnon, Angus wrote:
>
> > Using Exim 3.31, when I use a 'headers_add' line in the
> transports it
> > appears at the top of the message body rather than as a
> header, presumably
> > because one or more blank lines are being added somewhere.
>
> Please post your transports, and an example of a failed message.
>
> --
> Philip Hazel            University of Cambridge Computing Service,
> ph10@???      Cambridge, England. Phone: +44 1223 334714.

>