Displaying 1 result from an estimated 1 matches for "currentop".
Did you mean:
currenttop
2011 Sep 10
1
sieve and pattern matching
...y message:
require
["fileinto","envelope","reject","vacation","imapflags","relational","co
mparator-i;ascii-numeric","regex","notify"];
require ["body", "fileinto", "regex"];
# currentops reports
if header :contains "Subject" ".* operations run"
{
fileinto "currentops";
stop;
}
However, a similar filter will match if, and only if, the string occurs
at the beginning of the subject line.
The various sieve help pages I've found suggest that pattern...