Autor: Jeremy Harris Fecha: A: exim-users Asunto: 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).