Hi Bob,
looks interesting but you are basically forbidding appending to a file
for mails, aren't you?
On 18:02 Mon 31.05.10, B. Johannessen wrote:
> sieve:
> driver = appendfile
> directory = ${extract{home}{EXIM_RCPT}}/Maildir${if
> match{$address_file}{\N^[Ii][Nn][Bb][Oo][Xx]$|\/|\.\.|\|\N}{/}{${sg
> {$address_file}{\N^(\.|[Ii][Nn][Bb][Oo][Xx]\.)?(.*)$\N}{/.\$2}}}}
> maildir_use_size_file = true
> maildir_format = true
This will enforce all destinations to be maildirs so files are not
supported anymore, right?
> create_directory = true
> maildirfolder_create_regex = /\.[^/]+$
> delivery_date_add
> envelope_to_add
> return_path_add
Thanks
Simon