dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
Merge https://github.com/roundcube/roundcubemail into crypt_hash_branch
defa
2012-09-05
921408eba600a7dc51271c35480e9114cac5ecec
[githubFork/roundcubemail.git]
/
plugins
/
managesieve
/
tests
/
src
/
parser_relational
commit
|
author
|
age
4bb0bf
1
require ["relational","comparator-i;ascii-numeric"];
AM
2
# rule:[redirect]
3
if header :value "ge" :comparator "i;ascii-numeric" "X-Spam-score" "14"
4
{
5
redirect "test@test.tld";
6
}