Displaying 2 results from an estimated 2 matches for "friep".
Did you mean:
fried
2015 Sep 02
3
sieve filtering utf 8 strings
Guys,
I'm completely stuck, so asking for advice.
My user has a sieve script which checks message header if it contains
words in russian like '???? ???????????? ?????????'.
Pritty simple script
# rule:[??????????]
if allof (header :contains "subject" "LDS (robot): ???? ????????????
?????????", header :contains "from" "noreply at
2015 Sep 03
0
sieve filtering utf 8 strings
....testsuite";
test_set "message" text:
Subject: =?UTF-8?Q?LDS_(robot):_=D0=9B=D0=B8=D1=81=D1=82?=
=?UTF-8?Q?_=D0=B1=D1=80=D0=BE=D0=BD=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD?=
=?UTF-8?Q?=D0=B8=D1=8F__=D0=BE=D1=82=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5?=
From: noreply at bgoperator.com
To: friep at example.net
Frop!
.
;
test "Test original" {
# rule:[??????????]
if not allof (
header :contains "subject" "LDS (robot): ???? ????????????
?????????",
header :contains "from" "noreply at bgoperator.com")
{
te...