diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-09 10:04:00 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-09 10:04:00 +0000 |
commit | 1c098beb73a88ff34536904610cfcc3c8af839c9 (patch) | |
tree | 472b32f4c068bde6a407f4ec94f0dadc058a99bd /doc/doc-txt | |
parent | 064a94c915ab9d962a876049ed864a56dc2c7af4 (diff) |
Correct message_size_limit default value.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/OptionLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doc-txt/OptionLists.txt b/doc/doc-txt/OptionLists.txt index 9bb1173d1..e99b4e0be 100644 --- a/doc/doc-txt/OptionLists.txt +++ b/doc/doc-txt/OptionLists.txt @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/OptionLists.txt,v 1.14 2005/12/12 15:58:53 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/OptionLists.txt,v 1.15 2006/02/09 10:04:00 ph10 Exp $ LISTS OF EXIM OPTIONS --------------------- @@ -326,7 +326,7 @@ message_id_header_text string* unset main message_logs boolean true main 4.10 message_prefix string* + appendfile 4.00 replaces prefix string* unset pipe 4.00 replaces prefix -message_size_limit integer 0 main +message_size_limit integer 50M main 0 transports 2.05 message_suffix string* + appendfile 4.00 replaces suffix string* unset pipe 4.00 replaces suffix |