dumdeedum

This commit is contained in:
Bram Matthys 2004-06-22 01:37:22 +00:00
parent d75ca39f78
commit 22425b09d3

View file

@ -188,3 +188,10 @@ spamfilter {
reason "Unknown virus. Site causes Backdoor.Delf.lq infection";
action block;
};
spamfilter {
regex "^LOL! //echo -a \$\(\$decode\(.+,m\),[0-9]\)$";
target channel;
reason "$decode exploit";
action block;
};