Re: [exim] Sieve Filters: handling of inbox.xyz.uvw

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Jeremy Harris
Data:  
Para: exim-users @ exim. org
Assunto: Re: [exim] Sieve Filters: handling of inbox.xyz.uvw
Rainer Sigl wrote:
> I post my question once more in the hope of getting a suitable solution:


> "{/home/virtual_mail/sigl/.freebsd/}}" is not absolute".


As someone else already pointed out, the pathname you've
generated seems to begin with a "{" character.
Absolute paths begin with a "/".

- Jeremy