Aleksander Machniak
2012-11-14 d15163ab6ecabde9d12e8674bee37cbe562bd850
1
2
3
4
5
6
require ["relational","comparator-i;ascii-numeric"];
# rule:[redirect]
if header :value "ge" :comparator "i;ascii-numeric" "X-Spam-score" "14"
{
    redirect "test@test.tld";
}