[imp] Sieve filtering ... any progress? (YES)

Mathieu Arnold arn_mat@club-internet.fr
Fri, 29 Mar 2002 23:31:24 +0100


--On vendredi 29 mars 2002 16:55 -0400 "Marc G. Fournier" <scrappy@hub.org> 
wrote:

>
> I'm following -HEAD here also, but am definitely eager to see sieve
> filtering available through a 'clean' interface ...
>

yup, and an interface which allows editing the script directly, because I 
can't find anything that can do things like :

elsif header :contains "Sender" "@sunroof.eng.sun.com" {
  if header :contains "Sender" "owner-mobile-ip@sunroof.eng.sun.com" {
    fileinto "INBOX.Lists.sunroof-eng-sun-com.mobile-ip";
    stop;
  }
  elsif header :contains "Sender" "ipng@sunroof.eng.sun.com" {
    fileinto "INBOX.Lists.sunroof-eng-sun-com.ipng";
    stop;
  }
  stop;
}

:)

-- 
Mathieu Arnold