mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-07-21 16:07:15 +02:00
Extract the from email using the email library instead of pre-decoding which exposes the comma separator causing the email address to be extracted incorrectly if the real name contains a comma. Raise an exception when a message to be ignored is detected to process ignored messages explicitly.