On 12/14/2021 5:36 AM, Benoît Panizzon wrote:
How do I do this? There is no rawheader or rawbody matcher as far as I
could determine.

The :raw modifier is what you're looking for:

header     PP001        Subject:raw =~ /=\?UTF-8\?Q\?=E2=9C=85_Dein_Paket/

You can use the decoded/literal format by expressing the Emoji in its 3 hexadecimal bytes:

header    PP001         Subject =~ /\xE2\x9C\x85 Dein Paket/


Regards,

-- Jared Hall


Reply via email to