On Wed, Jan 16, 2002 at 11:09:53AM -0500, Patrice Fournier wrote: | Quoting "Mackinnon, Angus" <a.mackinnon@???>: | | > headers_add = ${if def:authenticated_id {X-Authenticated ID:
| > ${authenticated_id} }} | | You can't put spaces in a header name... change it to X-Authenticated-ID
| and it should work... Should'nt Exim barf at such a thing?
The docs say it won't complain; that you can stick whatever you want
in there and it is up to you to ensure that it is a legal header. I
suppose if someone wants to prepend a message to the body of every
message, that's a good way to do it.