MHonArc

 view release on metacpan or  search on metacpan

doc/resources/mimeincs.html  view on Meta::CPAN

pose <a href="../faq/security.html#htmldata">security problems</a>.
Therefore, you may want to allow all text media-types, excluding HTML:
</p>
<pre class="code">
<b>&lt;MIMEIncs&gt;</b>
text
<b>&lt;/MIMEIncs&gt;</b>

<b>&lt;<a href="mimeexcs.html">MIMEExcs</a>&gt;</b>
text/html
<b>&lt;/MIMEExcs&gt;</b>
</pre>

<h3><a name="incmsg">Supporting Message-based Attachments</a></h3>

<p>The media-type <tt>message/rfc822</tt> is commonly used when
one message includes another.  For example, popular MUAs provide
a "forward-as-attachment" feature when reading an email message.
When used, MUAs will specify the <tt>message/rfc822</tt> media-type
for the attachment.
</p>

<p><a name="incmsg"></a>
The following is a more liberal MIMEINCS setting that allows
media-types commonly used in email, allows
forward-as-attachment cases, and keeps security risks to a minimum:
</p>
<pre class="code">
<b>&lt;MIMEIncs&gt;</b>
text
image
message
<b>&lt;/MIMEIncs&gt;</b>
</pre>
<table class="note" width="100%">
<tr valign="baseline">
<td><strong>NOTE:</strong></td>
<td width="100%"><p>Attached messages will still be restricted to
the media-types listed in MIMEINCS.  For example, if a forwarded
message includes a video attachment, the video attachment will
be excluded.
</p>
</td>
</tr>
</table>

<p> </p>

<!-- *************************************************************** -->
<hr>
<h2><a name="version">Version</a></h2>

<p>2.6.12
</p>

<!-- *************************************************************** -->
<hr>
<h2><a name="seealso">See Also</a></h2>

<p>
<a href="mimealtprefs.html">MIMEALTPREFS</a>,
<a href="mimeexcs.html">MIMEEXCS</a>,
<a href="mimefilters.html">MIMEFILTERS</a>
</p>

<!-- *************************************************************** -->
<hr>
<!--x-rc-nav-->
<table border=0><tr valign="top">
<td align="left" width="50%">[Prev:&nbsp;<a href="mimefilters.html">MIMEFILTERS</a>]</td><td><nobr>[<a href="../resources.html#mimeincs">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="m...
<!--/x-rc-nav-->
<hr>
<address>
$Date: 2005/07/23 06:23:56 $<br>
<img align="top" src="../monicon.png" alt="">
<a href="http://www.mhonarc.org/"><strong>MHonArc</strong></a><br>
Copyright &#169; 2005, <a href="http://www.earlhood.com/"
>Earl Hood</a>, <a href="mailto:mhonarc&#37;40mhonarc.org">mhonarc<!--
>-->&#64;<!--
>-->mhonarc.org</a>
</address>

</body>
</html>



( run in 0.817 second using v1.01-cache-2.11-cpan-5a3173703d6 )