Re: [Exim] vacation condition broken

Top Pagina
Delete this message
Reply to this message
Auteur: Moses Moore
Datum:  
Aan: Fred Viles
CC: exim-users
Onderwerp: 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.