[exim] Re: headers_add :at_start: in routers

2024-05-14 Thread Anton via Exim-users
Ian Z via Exim-users wrote on 14-05-24 19:12: warn condition = ${if def:address_data} add_header = :at_start:X-Forwarded-For: $address_data Clearly this solution is only valid if the add_header action is "lazily evaluated" i.e. delayed until actual delivery. Is that the case? Ia

[exim] Re: headers_add :at_start: in routers

2024-05-14 Thread Anton via Exim-users
Jeremy, Lena, Thank you for your advises. It perfectly works at ACL time. No side effects with my config detected so far. Thanks! A. Jeremy Harris via Exim-users wrote on 14-05-24 11:32: On 14/05/2024 09:25, Anton via Exim-users wrote: Since a mail can be forwarded several times before

[exim] Re: headers_add :at_start: in routers

2024-05-14 Thread Anton via Exim-users
Jeremy Harris via Exim-users wrote on 14-05-24 00:04: On 13/05/2024 17:02, Anton via Exim-users wrote: Accordingly to the Googles' recent changes https://support.google.com/a/answer/81126?visit_id=638483404863497961-2571982079 https://support.google.com/a/answer/175365?hl=en&ref_topi

[exim] headers_add :at_start: in routers

2024-05-13 Thread Anton via Exim-users
Hello, Accordingly to the Googles' recent changes https://support.google.com/a/answer/81126?visit_id=638483404863497961-2571982079 https://support.google.com/a/answer/175365?hl=en&ref_topic=1354753 messages forwarded to Gmail should contain X-Forwarded-For: or X-Forwarded-To: headers. What is