Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 58
blobc37c9185e145a9530b546267a25b74578becf410
1 Title: Fix email notifications containing non-ASCII characters in some situtations
2 Level: 2
3 Component: notifications
4 Class: fix
5 State: unknown
6 Version: 1.2.5i1
7 Date: 1387186122
8 Targetversion: future
10 On some systems the locale C.UTF-8 was not always available. One of these is
11 Debien Squeeze. Sending a notification email containing non-ASCII characters
12 like german Umlauts failed in these situations.
14 This now has been fixed by scanning all available encodings (output of locale
15 -a) and selecting an existing UTF-8 encoding. Please make sure that at least
16 one such encoding exists.
18 This fix also makes sure that the output of a failed mail submission is
19 being logged in the notification log (if you have enabled it).