Aleksander Machniak
2012-09-20 eb1ee0803e51fbbdd3f8966c511b5212aed91524
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";
}