30 Jul
2009
30 Jul
'09
12:05 p.m.
On Thu, 30 Jul 2009 10:32:20 +0200 Tom Hendrikx <tom@whyscream.net> wrote:
You are using a if/elseif/else statement. When the if clause (which is always true) is matched, the stuff in the elsif/else clauses is discarded.
You'll need to use 2 separate if statements to make this work.
Thank you for explanation, Tom. Dividing rule list to two separate statements helped.
-- Regards, Tom