RE: [Exim] Maildirsize files: opinions sought

Top Page
Delete this message
Reply to this message
Author: Michael Haardt
Date:  
To: exim-users
Subject: RE: [Exim] Maildirsize files: opinions sought
> 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).


Personally, I like it to count everything. I assume the default
of the option is an empty expression which means no regex processing
is being done and everything is counted?

Michael