Hello,
I had already posted here once, but received no reply. Now I have a solution to
the problem, but maybe there is a better solution.
My sieve-client makes contact with dbmail-sieved and then the connection is
broken. I've searched the Internet and found the following note:
http://dbmail.o
I think there is an error in the search patterns in dbmail 2.2.18.
In Sieveskript is written:
if allof (header :matches "subject" "*\\*SPAM\\**") {
fileinto "Spam";
}
but the string
*SPAM*
is not detected.
___
DBmail mailing list
DB
Am 23.10.2014 um 16:53 schrieb Ralph Ballier:
I think there is an error in the search patterns in dbmail 2.2.18.
In Sieveskript is written:
if allof (header :matches "subject" "*\\*SPAM\\**") {
fileinto "Spam";
}
but the string
*SPAM*
why \\* instead \* and why 2.2.18
2.x
Have you tried with just "*SPAM*" ?
> -Original Message-
> From: dbmail-boun...@dbmail.org [mailto:dbmail-boun...@dbmail.org] On
> Behalf Of Ralph Ballier
> Sent: quinta-feira, 23 de Outubro de 2014 15:53
> To: dbmail dbmail.org
> Subject: [Dbmail] Search pattern in sieve
>
>
> I