|
Lines 1202-1207
Link Here
|
| 1202 |
|
1202 |
|
| 1203 |
</variablelist> |
1203 |
</variablelist> |
| 1204 |
</sect2> |
1204 |
</sect2> |
|
|
1205 |
<sect2 id="eresources-mailfiltering"> |
| 1206 |
<title>Filtering on the mailing lists</title> |
| 1207 |
|
| 1208 |
<para>The &os; mailing lists are filtered in multiple ways to |
| 1209 |
avoid spam, viruses, and other unwanted emails to be |
| 1210 |
distributed on the mailing lists. The filtering actions |
| 1211 |
described in this section does not cover all the filtering |
| 1212 |
mechanisms used to protect the mailing lists.</para> |
| 1213 |
|
| 1214 |
<para>Only certain types of attachments are allowed on the |
| 1215 |
mailing lists. All attachments with a MIME content type not |
| 1216 |
found in the list below, will be stripped before an email is |
| 1217 |
distributed on the mailing lists.</para> |
| 1218 |
|
| 1219 |
<itemizedlist> |
| 1220 |
<listitem> |
| 1221 |
<para>application/octet-stream</para> |
| 1222 |
</listitem> |
| 1223 |
|
| 1224 |
<listitem> |
| 1225 |
<para>application/pdf</para> |
| 1226 |
</listitem> |
| 1227 |
|
| 1228 |
<listitem> |
| 1229 |
<para>application/pgp-signature</para> |
| 1230 |
</listitem> |
| 1231 |
|
| 1232 |
<listitem> |
| 1233 |
<para>application/x-pkcs7-signature</para> |
| 1234 |
</listitem> |
| 1235 |
|
| 1236 |
<listitem> |
| 1237 |
<para>message/rfc822</para> |
| 1238 |
</listitem> |
| 1239 |
|
| 1240 |
<listitem> |
| 1241 |
<para>multipart/alternative</para> |
| 1242 |
</listitem> |
| 1243 |
|
| 1244 |
<listitem> |
| 1245 |
<para>multipart/related</para> |
| 1246 |
</listitem> |
| 1247 |
|
| 1248 |
<listitem> |
| 1249 |
<para>multipart/signed</para> |
| 1250 |
</listitem> |
| 1251 |
|
| 1252 |
<listitem> |
| 1253 |
<para>text/html</para> |
| 1254 |
</listitem> |
| 1255 |
|
| 1256 |
<listitem> |
| 1257 |
<para>text/plain</para> |
| 1258 |
</listitem> |
| 1259 |
|
| 1260 |
<listitem> |
| 1261 |
<para>text/x-patch</para> |
| 1262 |
</listitem> |
| 1263 |
</itemizedlist> |
| 1264 |
|
| 1265 |
<note> |
| 1266 |
<para>Some of the mailing lists might allow attachments of |
| 1267 |
other MIME content types, but the above list should be |
| 1268 |
applicable for most for the mailing lists.</para> |
| 1269 |
</note> |
| 1270 |
|
| 1271 |
<para>If an email contain both a HTML and a plain text version, |
| 1272 |
the HTML part will be removed. If an email contain only a |
| 1273 |
HTML version, it will be converted to plain text.</para> |
| 1274 |
</sect2> |
| 1205 |
</sect1> |
1275 |
</sect1> |
| 1206 |
|
1276 |
|
| 1207 |
<sect1 id="eresources-news"> |
1277 |
<sect1 id="eresources-news"> |