Am 07.10.2022 12:00, schrieb Luca Bertoncello via Exim-users:
Am 07.10.2022 11:47, schrieb Sebastian Nielsen via Exim-users:
You can't use it on router.
Use it in a acl mime data rule.
As I said, I added an ACL for acl_smtp_data, but it doesn't work...
I got it!
My problem was that, sending
Am 07.10.2022 12:03, schrieb Jeremy Harris via Exim-users:
Hi Jeremy
How are you testing it? Have you use the debug facilities?
I just send E-Mails...
I tried with exim -bh , too, and I see:
host in ignore_fromline_hosts? no (option unset)
smtp.i-fra.vhpf.de in "smtp.i-fra.vhpf.de"? yes (m
On 07/10/2022 10:54, Luca Bertoncello via Exim-users wrote:
Unfortunately, both headers are not set...
I'm really puzzled, since on other server I can add an header in acl_check_data with
"warn message = ..."...
Any idea?
How are you testing it? Have you use the debug facilities?
--
Cheers,
Am 07.10.2022 11:47, schrieb Sebastian Nielsen via Exim-users:
You can't use it on router.
Use it in a acl mime data rule.
As I said, I added an ACL for acl_smtp_data, but it doesn't work...
Thanks
Luca Bertoncello
(lucab...@lucabert.de)
--
## List details at https://lists.exim.org/mailman/li
You can't use it on router.
Use it in a acl mime data rule.
-Ursprungligt meddelande-
Från: Luca Bertoncello via Exim-users
Skickat: den 7 oktober 2022 11:46
Till: Users, Exim
Ämne: Re: [exim] Rewriting From-Header
Am 07.10.2022 11:24, schrieb Sebastian Nielsen via Exim-users
Am 07.10.2022 11:10, schrieb Luca Bertoncello via Exim-users:
Hi again
Can someone say me what I'm doing wrong?
I tried to define a data-ACL:
acl_check_data:
warn add_header = X-Blub: blah
warn message = X-Test: yes
accept
Unfortunately, both headers are not set...
I'm rea
Am 07.10.2022 11:24, schrieb Sebastian Nielsen via Exim-users:
Hi Sebastian,
Use:
remove_header = from
add_header = From: {$acl_m0}
and set acl_m0 instead.
That should work.
Unfortunately not...
I tried now (just for test):
acl_check_rcpt_smtp:
warn setacl_m0 = t...@test
Use:
remove_header = from
add_header = From: {$acl_m0}
and set acl_m0 instead.
That should work.
-Ursprungligt meddelande-
Från: Luca Bertoncello via Exim-users
Skickat: den 7 oktober 2022 11:14
Till: Users, Exim
Ämne: [exim] Rewriting From-Header
Hi list!
I'd like to rewrite the Fr