search for: originalzone

Displaying 5 results from an estimated 5 matches for "originalzone".

Did you mean: originalone
2014 Jul 26
1
struggling with pigeonhole date extensions
...d tried different things with no luck. I would like to place all messages this year up till the end of March into the specified mail folder. What the snippet below actually seems to do is take any messages this year (whether before or after March). Any thoughts? if allof(date :value "eq" :originalzone "date" "year" "2014", date :value "le" :originalzone "date" "month" "3") { fileinto "INBOX/2014 up to Mar"; stop; } Incidentally, it's puzzling how sparse the ecosystem seems to be for managing sieve scripts given t...
2019 Jan 24
4
Discard mail with from date older than xxxx
...ow that sieve doesn't do math. The file would be created >> externally. >> >> Based on examples in section 4.4 of >> https://tools.ietf.org/html/rfc5260#section-4 >> >> I figured something like this would work. >> >> if date :value "le" :originalzone "date" "date" "2018-10-25" { >> fileinto "SPAM"; >> stop; >> } >> >> However, I get the following. >> >> spam: line 41: error: unknown tagged argument ':value' for the date >> test (reported only once at...
2019 Jan 23
2
Discard mail with from date older than xxxx
I know that sieve doesn't do math. The file would be created externally. Based on examples in section 4.4 of https://tools.ietf.org/html/rfc5260#section-4 I figured something like this would work. if date :value "le" :originalzone "date" "date" "2018-10-25" { ??????? fileinto "SPAM"; ??????? stop; } However, I get the following. spam: line 41: error: unknown tagged argument ':value' for the date test (reported only once at first occurrence). spam: error: validation failed. si...
2019 Jan 24
0
Discard mail with from date older than xxxx
...er L. Adams wrote: > I know that sieve doesn't do math. The file would be created > externally. > > Based on examples in section 4.4 of > https://tools.ietf.org/html/rfc5260#section-4 > > I figured something like this would work. > > if date :value "le" :originalzone "date" "date" "2018-10-25" { > fileinto "SPAM"; > stop; > } > > However, I get the following. > > spam: line 41: error: unknown tagged argument ':value' for the date > test (reported only once at first occurrence). > spam:...
2019 Jan 24
0
Discard mail with from date older than xxxx
...h. The file would be created >>> externally. >>> >>> Based on examples in section 4.4 of >>> https://tools.ietf.org/html/rfc5260#section-4 >>> >>> I figured something like this would work. >>> >>> if date :value "le" :originalzone "date" "date" "2018-10-25" { >>> fileinto "SPAM"; >>> stop; >>> } >>> >>> However, I get the following. >>> >>> spam: line 41: error: unknown tagged argument ':value' for the date >>...