mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-06 08:14:08 +01:00
7 lines
174 B
Plaintext
7 lines
174 B
Plaintext
require ["comparator-i;ascii-numeric","relational"];
|
|
# rule:[redirect]
|
|
if header :value "ge" :comparator "i;ascii-numeric" "X-Spam-score" "14"
|
|
{
|
|
redirect "test@test.tld";
|
|
}
|