There is a working one to find an email with specific subject:
“[Subject] = ‘26092024’”
But I need a different filter to find emails with a mask for a subject. So I try to use different notation, as the previous one do not support LIKE or wildcards (or maybe i’m wrong):
“@SQL=urn:schemas:httpmail:subject LIKE ‘%092024’”
But i get an error # Cannot parse condition. Error at “@SQL=urn:schemas:httpmail:subject LIKE '…”.