Document the default attachment extensions supported

This commit is contained in:
Christopher Broderick 2023-07-23 07:28:42 +01:00
parent 49813051bc
commit 3f8c718d71

View File

@ -37,7 +37,6 @@ If you want to override the default settings for your users, create ``HELPDESK_D
'tickets_per_page': 25
}
Generic Options
---------------
These changes are visible throughout django-helpdesk
@ -86,6 +85,10 @@ These changes are visible throughout django-helpdesk
**Default:** ``HELPDESK_MAX_EMAIL_ATTACHMENT_SIZE = 512000``
- **VALID_EXTENSIONS** Valid extensions for file types that can be attached to tickets
**Default:** ``VALID_EXTENSIONS = ['.txt', '.asc', '.htm', '.html', '.pdf', '.doc', '.docx', '.odt', '.jpg', '.png', '.eml']
- **QUEUE_EMAIL_BOX_UPDATE_ONLY** Only process mail with a valid tracking ID; all other mail will be ignored instead of creating a new ticket.
**Default:** ``QUEUE_EMAIL_BOX_UPDATE_ONLY = False``