On 2020-12-15 Kirill Sluchanko via Exim-users <[email protected]> wrote: [...] > Subject: > =?UTF-8?B?UmU6IFtFWFRFUk5BTF0gUmU6IFJlOiBSZTog0JzQsNGA0YjRgNGD0YLQuNC30LDRhtC4?= > Ñ Ð¿Ð¾ÑÑÑ [...] > echo > UmU6IFtFWFRFUk5BTF0gUmU6IFJlOiBSZTog0JzQsNGA0YjRgNGD0YLQuNC30LDRhtC4 | base64 > -d > > and it works fine: > > Re: [EXTERNAL] Re: Re: Re: Маршрутизаци
Your decoding test was only applied to the =?UTF-8?...?= part but the rest of the header contains non-ASCII characters which are not even valid UTF8. It could be that exims match function never matches on invalid strings. cu Andreas -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
