Search pattern in sieve
Ralph Ballier <[email protected]>
| Newsgroups | gmane.mail.imap.dbmail |
|---|---|
| Message-ID | <[email protected]> |
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.