
14 Sep
2018
14 Sep
'18
5:34 p.m.
On Fri, 14 Sep 2018, at 15:40, Jostein Berntsen wrote:
when I use recipes like these to filter messages with Scadinavian characters (æ,ø,å) in Subject it fails to work. My locale is nb_NO.UTF-8. Is there a recipe that can be used to match these cases?
:0 * ^Subject:.*lån innboks/IN-spam/
A proper message must have such characters encoded. Look at the source of messages. You will see something like (for "lån") =?UTF-8?B?bMOlbg==?= When you match against this (mind the ? und escape them as \?) it should work. -- -- Andreas :-)