Re: [Exim] bounce support

Page principale
Supprimer ce message
Répondre à ce message
Auteur: John Burnham
Date:  
À: spamreg
CC: exim-users
Sujet: 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