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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jeremy Harris
日付:  
To: exim-users @ exim. org
題目: 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