1
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
2
- "http://www.w3.org/TR/REC-html40 /loose.dtd">
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2
+ "http://www.w3.org/TR/html4 /loose.dtd">
3
3
< html >
4
4
< head >
5
5
< meta name ="generator " content =
6
- "HTML Tidy for Linux/x86 (vers 25 March 2009), see www.w3.org ">
6
+ "HTML Tidy for HTML5 for Linux/x86 version 5.2.0 ">
7
7
< title > Hypermail - hmrc list configuration</ title >
8
- < link rev =" made " href ="mailto: hypermail@hypermail -project.org ">
8
+ < link rel =" author " href ="https://github.com/ hypermail-project ">
9
9
</ head >
10
10
< body bgcolor ="#FFFFFF " text ="#000000 ">
11
11
< h1 align ="center "> < img src ="hypermail.png " width ="60 " align =
@@ -98,7 +98,8 @@ <h1 align="center"><img src="hypermail.png" width="60" align=
98
98
files</ li >
99
99
< li > < a href ="#latest_folder "> latest_folder</ a > symlink to recent
100
100
subdir</ li >
101
- < li > < a href ="#noindex_onindexes "> noindex_onindexes</ a > instruct robots to not index hypermail generated indexes</ li >
101
+ < li > < a href ="#noindex_onindexes "> noindex_onindexes</ a > instruct
102
+ robots to not index hypermail generated indexes</ li >
102
103
</ ul >
103
104
</ li >
104
105
< li > < a href ="#index_body "> Body style</ a >
@@ -177,8 +178,11 @@ <h1 align="center"><img src="hypermail.png" width="60" align=
177
178
Subject:</ li >
178
179
< li > < a href ="#show_headers "> show_headers</ a > others (Message-ID,
179
180
etc)</ li >
180
- < li > < a href ="#format_flowed "> format_flowed</ a > support RFC 3676 format=flowed</ li >
181
- < li > < a href ="#format_flowed_disable_quoted "> format_flowed_disable_quoted</ a > disable support for RFC 3676 format=flowed in quoted text</ li >
181
+ < li > < a href ="#format_flowed "> format_flowed</ a > support RFC 3676
182
+ format=flowed</ li >
183
+ < li > < a href =
184
+ "#format_flowed_disable_quoted "> format_flowed_disable_quoted</ a >
185
+ disable support for RFC 3676 format=flowed in quoted text</ li >
182
186
< li > < a href ="#mhtmlheaderfile "> mhtmlheaderfile</ a > template</ li >
183
187
< li > < a href ="#mhtmlfooterfile "> mhtmlfooterfile</ a > template</ li >
184
188
</ ul >
@@ -192,8 +196,9 @@ <h1 align="center"><img src="hypermail.png" width="60" align=
192
196
text/html</ li >
193
197
< li > < a href ="#usemeta "> usemeta</ a > save Content-Type in meta
194
198
file</ li >
195
- < li > < a href ="#userobotmeta "> userobotmeta</ a > use X-Robots-Tag in meta files to associate attachments
196
- with annotations for robots</ li >
199
+ < li > < a href ="#userobotmeta "> userobotmeta</ a > use X-Robots-Tag in
200
+ meta files to associate attachments with annotations for
201
+ robots</ li >
197
202
< li > < a href ="#text_types "> text_types</ a > what types are like
198
203
text/plain?</ li >
199
204
< li > < a href ="#inline_types "> inline_types</ a > list what should go on
@@ -265,8 +270,8 @@ <h1 align="center"><img src="hypermail.png" width="60" align=
265
270
< li > < a href ="#append_filename "> append_filename</ a > name of mbox
266
271
output</ li >
267
272
< li > < a href ="#txtsuffix "> txtsuffix</ a > save each raw message</ li >
268
- < li > < a href ="#annotated "> annotated</ a > what headers indicate message
269
- annotations</ li >
273
+ < li > < a href ="#annotated "> annotated</ a > what headers indicate
274
+ message annotations</ li >
270
275
< li > < a href ="#deleted "> deleted</ a > what headers indicate deletion
271
276
< strong > deprecated</ strong > </ li >
272
277
< li > < a href ="#expires "> expires</ a > what headers indicate expire
@@ -613,11 +618,11 @@ <h3><a name="index_avail" id="index_avail">Index
613
618
< i > latest_folder = current</ i > (disabled by default)</ dd >
614
619
< dd > < a name ="noindex_onindexes " id ="noindex_onindexes "> </ a > </ dd >
615
620
< dt > < strong > noindex_onindexes = [ 0 | 1 ]</ strong > </ dt >
616
- < dd > Tells hypermail to add a < strong > noindex</ strong > metadata to its
617
- generated message indexes (by author, etc.), to instruct robots
621
+ < dd > Tells hypermail to add a < strong > noindex</ strong > metadata to
622
+ its generated message indexes (by author, etc.), to instruct robots
618
623
to not index the indexes. See < a href ="#annotated "> anontated</ a >
619
- for further discussion on < strong > noindex</ strong > .< br / >
620
- < br / >
624
+ for further discussion on < strong > noindex</ strong > .< br >
625
+ < br >
621
626
< em > noindex_onindexes = 0</ em > </ dd >
622
627
</ dl >
623
628
< h3 > < a name ="index_body " id ="index_body "> Index body style</ a > </ h3 >
@@ -935,19 +940,21 @@ <h3><a name="msg_head" id="msg_head">Message page
935
940
< dd > < a name ="format_flowed " id ="format_flowed "> </ a > </ dd >
936
941
< dt > < strong > format_flowed [ 0 | 1 ] (EXPERIMENTAL)</ strong > </ dt >
937
942
< dd > Enable this option to support RFC 3676 format=flowed. When this
938
- option is enabled and a message says it is supporting format=flowed, hypermail
939
- will recreate a long-line that has been split into multiple lines as a single one.< br />
940
- < br />
941
- < em > format_flowed = 1</ em > (disabled by default)
942
- </ dd >
943
- < dd > < a name ="format_flowed_disable_quoted " id ="format_flowed_disable_quoted "> </ a > </ dd >
943
+ option is enabled and a message says it is supporting
944
+ format=flowed, hypermail will recreate a long-line that has been
945
+ split into multiple lines as a single one.< br >
946
+ < br >
947
+ < em > format_flowed = 1</ em > (disabled by default)</ dd >
948
+ < dd > < a name ="format_flowed_disable_quoted " id =
949
+ "format_flowed_disable_quoted "> </ a > </ dd >
944
950
< dt > < strong > format_flowed_disable_quoted [ 0 | 1 ]</ strong > </ dt >
945
- < dd > Use this option if you want to disable support for format=flowed inside quoted
946
- text (the lines starting with one or more '>' characters). This option is always disabled
947
- if < strong > format_flowed</ strong > is not enabled.< br />
948
- < br />
949
- < em > format_flowed_disable_quoted = 1</ em > (disabled by default)
950
- </ dd >
951
+ < dd > Use this option if you want to disable support for
952
+ format=flowed inside quoted text (the lines starting with one or
953
+ more '>' characters). This option is always disabled if
954
+ < strong > format_flowed</ strong > is not enabled.< br >
955
+ < br >
956
+ < em > format_flowed_disable_quoted = 1</ em > (disabled by
957
+ default)</ dd >
951
958
< dd > < a name ="mhtmlheaderfile " id ="mhtmlheaderfile "> </ a > </ dd >
952
959
< dt > < strong > mhtmlheaderfile = [ path to message header template
953
960
file | NONE ]</ strong > </ dt >
@@ -996,13 +1003,16 @@ <h2><a name="attachments" id="attachments">Attachments</a></h2>
996
1003
< i > usemeta = 0</ i > </ dd >
997
1004
< dd > < a name ="userobotmeta " id ="userobotmeta "> </ a > </ dd >
998
1005
< dt > < strong > userobotmeta [ 0 | 1 ]</ strong > </ dt >
999
- < dd > If a message has annotations for robots and < a href ="#usemeta "> usemeta</ a >
1000
- is enabled, setting this option to < strong > 1</ strong > will associate
1001
- the value of the annotations to each attachment using the experimental
1002
- < strong > X-Robots-Tag</ strong > HTTP header. For more information, browse Google's < a href ="https://developers.google.com/webmasters/control-crawl-index/docs/robots_meta_tag "> Robots Meta Tag documentation</ a > .< br />
1003
- < br />
1004
- < em > userobotmeta = 0</ em >
1005
- </ dd >
1006
+ < dd > If a message has annotations for robots and < a href =
1007
+ "#usemeta "> usemeta</ a > is enabled, setting this option to
1008
+ < strong > 1</ strong > will associate the value of the annotations to
1009
+ each attachment using the experimental
1010
+ < strong > X-Robots-Tag</ strong > HTTP header. For more information,
1011
+ browse Google's < a href =
1012
+ "https://developers.google.com/webmasters/control-crawl-index/docs/robots_meta_tag ">
1013
+ Robots Meta Tag documentation</ a > .< br >
1014
+ < br >
1015
+ < em > userobotmeta = 0</ em > </ dd >
1006
1016
< dd > < a name ="text_types " id ="text_types "> </ a > </ dd >
1007
1017
< dt > < strong > text_types = list of types to be the same as
1008
1018
text/plain</ strong > </ dt >
@@ -1389,8 +1399,9 @@ <h3><a name="sysmisc" id="sysmisc">System miscellaneous</a></h3>
1389
1399
an implicit robot < strong > noindex</ strong > annotation. In such
1390
1400
case, user supplied robot annotations values will be silently
1391
1401
ignored.< br >
1392
- < br > Use < a href ="#userobotmeta "> userobotmeta</ a >
1393
- for associating attachments with annotations for robots.< br >
1402
+ < br >
1403
+ Use < a href ="#userobotmeta "> userobotmeta</ a > for associating
1404
+ attachments with annotations for robots.< br >
1394
1405
< br >
1395
1406
Note that the list maintainer must be careful on whether to accept
1396
1407
incoming messages containing the < strong > annotated</ strong > header.
0 commit comments