Re: [Exim] bounce support

Inizio della pagina
Delete this message
Reply to this message
Autore: John Burnham
Data:  
To: spamreg
CC: exim-users
Oggetto: Re: [Exim] bounce support
> any help?????
>
> using Exim 3.35
>

Using an aliasfile check out the :fail: directive
for example
spam: :fail: Go away spammer
This will bounce the email with a message "Go away spammer".
For more details read the aliasfile director section of the spec.
John