Re: [Fwd: Re: [exim] Sieve Filters] handling of inbox.xyx.uv…

Etusivu
Poista viesti
Vastaa
Lähettäjä: Michael Haardt
Päiväys:  
Vastaanottaja: exim-users
Aihe: Re: [Fwd: Re: [exim] Sieve Filters] handling of inbox.xyx.uvw...
On Fri, Jul 29, 2005 at 02:45:56PM +0200, Rainer Sigl wrote:
> how to handle inbox with subdirs such as inbox.xyz.uvw???
> A construction to isolate the subdirs out of $address_file such as
> ${sg {$address_file}{inbox}{}} and adding this to the path of the
> mailbox leads to "appendfile: file or directory name "" is not absolute".


Sounds like you have a mistake in your configuration. Directory name
""? That's an empty string. Btw, you should anchor the pattern by
using ^inbox.

Michael