View Single Post
Old 12 Dec 2019, 10:28 PM   #1
JamesHenderson
Cornerstone of the Community
 
Join Date: Jan 2003
Location: Oxfordshire, UK
Posts: 603
sieve if/elseif question

Hi,

Using Fastmail's rule maker, I get sieve that looks like the following....

Code:
### 7. Sieve generated for organise rules
if criteria-1{
  do_thing-1;
}
elsif 
criteria-2{
  do_thing-2;
}
When I get an email, containing both the criteria 1 & 2, shouldn't it get caught by the first stop (i.e. the last criteria doesn't get processed?
JamesHenderson is offline   Reply With Quote