sieve match with contain asterisk

Hardy Flor HFlor at gmx.de
Fri Jul 2 14:43:30 EEST 2021


Hello,

I want to find a keyword in the subject between two "*".
How do I have to mask the "*" correctly?

I tried:
if header :matches "subject" "\*xyz\**"
if header :matches "subject" "\\*xyz\\**"


Hardy


More information about the dovecot mailing list