Add a section about the filtering of mailing list messages.
Submitted by: Simon L. Nielsen <simon@nitro.dk> PR: 53326
This commit is contained in:
parent
570965a25b
commit
3270d1a0f0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17325
1 changed files with 69 additions and 0 deletions
|
@ -1202,6 +1202,75 @@
|
|||
|
||||
</variablelist>
|
||||
</sect2>
|
||||
<sect2 id="eresources-mailfiltering">
|
||||
<title>Filtering on the mailing lists</title>
|
||||
|
||||
<para>The &os; mailing lists are filtered in multiple ways to
|
||||
avoid the distribution of spam, viruses, and other unwanted emails.
|
||||
The filtering actions described in this section do not include all
|
||||
those used to protect the mailing lists.</para>
|
||||
|
||||
<para>Only certain types of attachments are allowed on the
|
||||
mailing lists. All attachments with a MIME content type not
|
||||
found in the list below will be stripped before an email is
|
||||
distributed on the mailing lists.</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>application/octet-stream</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>application/pdf</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>application/pgp-signature</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>application/x-pkcs7-signature</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>message/rfc822</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>multipart/alternative</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>multipart/related</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>multipart/signed</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>text/html</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>text/plain</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>text/x-patch</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<note>
|
||||
<para>Some of the mailing lists might allow attachments of
|
||||
other MIME content types, but the above list should be
|
||||
applicable for most of the mailing lists.</para>
|
||||
</note>
|
||||
|
||||
<para>If an email contains both an HTML and a plain text version,
|
||||
the HTML version will be removed. If an email contains only an
|
||||
HTML version, it will be converted to plain text.</para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="eresources-news">
|
||||
|
|
Loading…
Reference in a new issue