Skip to content
Snippets Groups Projects
Commit ef169298 authored by deuce's avatar deuce
Browse files

Add symbols parsing from X-Spam-Status header.

parent f5f45a51
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,7 @@ function Message_DoCommand(command)
ret.threshold=parseFloat(nv[1]);
break;
case 'tests':
ret.symbols.push(nv[1].split(/,/));
break;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment