Search found 3 matches

by Drew
Sat Sep 25, 2010 9:10 am
Forum: Suggestion Box
Topic: Sieve updates
Replies: 6
Views: 14677

Re: Sieve updates

I really should learn to stop trying to make things work at 11 pm on a Friday. I tried it again this morning, and it's working fine. I must have inadvertently fouled up the syntax. Probably I used the token :text instead of text: or something similarly dumb. Thanks again, and sorry for the false ala...
by Drew
Fri Sep 24, 2010 11:08 pm
Forum: Suggestion Box
Topic: Sieve updates
Replies: 6
Views: 14677

Re: Sieve updates

Ah, many thanks! The docs, and the knowledge that "variables" is supported, gets me almost all the way there. The one snag I'm still hitting is the multi-line string syntax, as documented here: http://tools.ietf.org/html/rfc5228#section-2.4.2 Part of the multi-line syntax involves a CRLF s...
by Drew
Fri Sep 24, 2010 9:28 pm
Forum: Suggestion Box
Topic: Sieve updates
Replies: 6
Views: 14677

Sieve updates

I took my first crack at implementing a RollerNet Sieve filter this evening. It's pretty powerful, but I hit a snag: No support for the "variable" extension. What I want to do is forward small messages (say, under 100K) to another mailbox for mobile use. For larger messages, I just want to...