Aleksander Machniak
2012-09-14 bf1d94076ddf79df7787f89ff373666d6fbcf30f
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";
}