Re: [exim] Feature request

Pàgina inicial
Delete this message
Reply to this message
Autor: Marc Sherman
Data:  
A: exim-users
CC: Ian Eiloart
Assumpte: Re: [exim] Feature request
Philip Hazel wrote:
> On Thu, 10 Nov 2005, Ian Eiloart wrote:
>
>
>>exim -Mg --message "Try hotmail.com not hotamil.com" $ID
>
>
> From the Wish List:
>
> (94) 13-May-1999 M message to go with -Mg


Hmm... Would this work?

.ifdef BOUNCE_REASON
bounce_message_text = BOUNCE_REASON
.endif

exim '-DBOUNCE_REASON=Try hotmail.com not hotamil.com' -Mg $ID

- Marc