https://bugs.exim.org/show_bug.cgi?id=1737
Bug ID: 1737
Summary: Allow UTF-8 in reject bounce BODIES
Product: Exim
Version: N/A
Hardware: All
OS: All
Status: NEW
Severity: wishlist
Priority: medium
Component: Filters
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
It would be very useful to be able to have the following in a filter:
fail text "Vous êtes suspendé(e)!"
⦠however, Exim currently assumes that the argument to the âfailâ command
in a
filter is US-ASCII. The Content-Type header, in fact, is hard-coded.
I propose a new setting (configurable per filter) with three values:
fail_body_mime_type = ascii (default, current behavior)
fail_body_mime_type = utf8
fail_body_mime_type = latin1
The MIME type for the bounce/reject messageâs body would be set accordingly.
Yes/no?
--
You are receiving this mail because:
You are on the CC list for the bug.--
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim
details at http://www.exim.org/ ##