Re: [exim] How to customize the autoreply email subject?

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] How to customize the autoreply email subject?
On 28/02/2023 08:54, Cyborg via Exim-users wrote:
> Am 28.02.23 um 00:27 schrieb Tony via Exim-users:
>>  Now, the auto reply email subject start with "*Autoreply*:" , I want to change it.  How?
>
> Sounds like a custom rule:
>
> grep -r -i "Autoreply" /etc/exim/*


The autoreply transport has a "subject" option
(and the string "Autoreply" is no in the source code).

https://exim.org/exim-html-current/doc/html/spec_html/ch-the_autoreply_transport.html
--
Cheers,
Jeremy