| 1 |
<!-- MHonArc resource file for the PTS -*-SGML-*- -->
|
| 2 |
<!-- <SPAMMODE> -->
|
| 3 |
|
| 4 |
<!-- Message customization --------------------------------------------------->
|
| 5 |
<excs override>
|
| 6 |
content-
|
| 7 |
delivered-to
|
| 8 |
errors-to
|
| 9 |
forward
|
| 10 |
importance
|
| 11 |
lines
|
| 12 |
list-
|
| 13 |
mime-
|
| 14 |
nntp-
|
| 15 |
old-
|
| 16 |
originator
|
| 17 |
path
|
| 18 |
precedence
|
| 19 |
priority
|
| 20 |
received
|
| 21 |
replied
|
| 22 |
resent-
|
| 23 |
return-path
|
| 24 |
status
|
| 25 |
via
|
| 26 |
x-
|
| 27 |
</excs>
|
| 28 |
|
| 29 |
<!-- following copied from /usr/share/doc/mhonarc/examples/utf-8-encode.mrc by
|
| 30 |
Jeroen, not using http-equiv, because we can set the real HTTP header -->
|
| 31 |
|
| 32 |
<TextEncode>
|
| 33 |
utf-8; MHonArc::UTF8::to_utf8; MHonArc/UTF8.pm
|
| 34 |
</TextEncode>
|
| 35 |
|
| 36 |
<!-- all is UTF8 -->
|
| 37 |
<CharsetConverters override>
|
| 38 |
default; mhonarc::htmlize
|
| 39 |
</CharsetConverters>
|
| 40 |
|
| 41 |
<TextClipFunc>
|
| 42 |
MHonArc::UTF8::clip; MHonArc/UTF8.pm
|
| 43 |
</TextClipFunc>
|
| 44 |
|
| 45 |
<!-- vim: set syntax=xml: -->
|