You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

mime_types.conf 507B

12345678910111213141516171819
  1. mime_types {
  2. file = [
  3. "https://maps.rspamd.com/rspamd/mime_types.inc.zst",
  4. "fallback+file://${TESTDIR}/../../../conf/mime_types.inc"
  5. ];
  6. extension_map {
  7. html = "text/html";
  8. txt [
  9. "message/disposition-notification",
  10. "text/plain",
  11. "text/rfc822-headers",
  12. ]
  13. pdf [
  14. "application/octet-stream",
  15. "application/pdf",
  16. ]
  17. }
  18. filename_whitelist = "${TESTDIR}/configs/maps/mime_types.wl";
  19. }