I want to change headers in outgoing mail via my ISP (router smart_route,
driver = domainlist). After headers_remove now my headers_add line:
headers_add = "from:ABSENDER\nreply-to:ABSENDER"
ABSENDER is the following macro
ABSENDER = "${lookup{$sender_address_local_part}\
lsearch{/usr/exim/absender}{$value}{$sender_address}}"
Then I get the expected From: header (e.g.
From: Rudolf Kompf <kompf@???>
which is the $value of the file-lookup. But the Reply-To header is
missing!!
I then tested the line
headers_add = "from:ABSENDER\nreply-to:abc@???"
where there is no expansion of the reply-to-address needed. And this
works, but is not my intention.
What is wrong?
Regards
Rudolf
--
-----------------------------------------------------------------------
Rudolf Kompf | E-mail: kompf@???
--
*** Exim information can be found at
http://www.exim.org/ ***