On Fri, 13 Feb 2004, Michael Haardt wrote:
> Exim is full of those little options like maildir_tag and quota_size_regex,
> so I guess most likely we will see another one to specify which
> directories to ignore during quota calculation.
Actually, I'm leaning towards a regex that specifies which directories
to include, something like
maildir_quota_directory_regex = ^(?:cur|tmp|\..*)$
or, if you want to exclude .Trash
maildir_quota_directory_regex = ^(?:cur|tmp|\.(?!Trash).*)$
The scanning function will be much more knowledgeable about maildirs
(formerly, the function that is used for non-maildir directories was
used - it just counts absolutely everything).
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.
Get the Exim 4 book: http://www.uit.co.uk/exim-book