Displaying 1 result from an estimated 1 matches for "8e125166".
2008 Aug 29
2
sieve forward/redirect to multiple addresses
How can I do this with Sieve?
I have a script like this:
if header :value "ge" :comparator "i;ascii-numeric" ["X-Spam-Score"] ["25"]
{
discard;
stop;
}
elsif header :value "ge" :comparator "i;ascii-numeric" ["X-Spam-Score"] ["5"]
{
fileinto "Junk";
stop;
}
else
{