1 # HG changeset patch |
|
2 # Parent 2d381cd1efafa5ef9eeafb57be6b6b170ba3dd78 |
|
3 |
|
4 diff -r 2d381cd1efaf doc/spec.txt |
|
5 --- a/doc/spec.txt Fri Apr 01 12:04:37 2011 +0200 |
|
6 +++ b/doc/spec.txt Fri Apr 01 14:06:49 2011 +0200 |
|
7 @@ -18409,6 +18409,8 @@ |
|
8 file name (even though maildir_tag puts it there) because maildir MUAs |
|
9 sometimes add other information onto the ends of message file names. |
|
10 |
|
11 +Section 26.7 contains further information. |
|
12 + |
|
13 +-------------------------------------------------------------------+ |
|
14 |quota_warn_message|Use: appendfile|Type: string*|Default: see below| |
|
15 +-------------------------------------------------------------------+ |
|
16 @@ -18794,6 +18796,18 @@ |
|
17 empty, it is ignored. If it starts with an alphanumeric character, a leading |
|
18 colon is inserted. |
|
19 |
|
20 +Please note, that normally you want to use |
|
21 + |
|
22 + maildir_tag = ,S=${message_size} |
|
23 + |
|
24 +The default prefix choosen (a colon) may be misinterpreted by other maildir |
|
25 +clients. Please check their documentation about the expected format of |
|
26 +the filename. |
|
27 + |
|
28 +If Exim should use this tag, you need to set the quota_size_regex as |
|
29 +described above. Otherwise Exim will do expensive stat() calls each time |
|
30 +the sizes need to be known. |
|
31 + |
|
32 26.7Â Using a maildirsize file |
|
33 |
|
34 If maildir_use_size_file is true, Exim implements the maildir++ rules for |
|