Re: [Exim] vacation condition broken

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Moses Moore
Data:  
Para: Fred Viles
CC: exim-users
Assunto: Re: [Exim] vacation condition broken
On Thu, 2004-05-13 at 15:44, Fred Viles wrote:
> |...
> |   condition = " \
> |     ${if or { \


> Your use of quotes causes leading and trailing space characters to
> be included (you are producing ' no ' or ' yes '), so the
> condition always succeeds.


That did the trick. Thank you very much, and I hope I can answer a
question on the list to return the favour.