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

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Rainer Sigl
Datum:  
To: exim-users
Betreff: [exim] Sieve Filters: handling of inbox.xyz.uvw
Hi everybody,
I post my question once more in the hope of getting a suitable solution:

The inbox-handling with a construction like
address_file:
...
directory = ${if eq{$address_file}{inbox} \
     {/home/virtual_mail/${lookup pgsql {PGSQL_Q_BOXNAME}{$value}}/}}
maildir_format
...
works fine but:
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 
"{/home/virtual_mail/sigl/.freebsd/}}" is not absolute".


Many thanks
Rainer Sigl