issue 70 apply spamfilter admin UI

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8867 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2011-08-24 08:58:42 +00:00
parent 0f1ffbb83c
commit 9462e2c9d9
5 changed files with 98 additions and 17 deletions

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<ruleset version="1.5.0">
<customrules>
<rule name="ip" type="regex" test="/^(\d{1,3}(?:.(\d{1,3}|\*)){3}\s*(\/\/.*)?[^.]*)*$/" />
<rule name="word" type="regex" test="/(.*){1,125}" />
</customrules>
<fields>
<field name="act" required="true" default="procSpamfilterAdminDeleteDeniedIP" />
</fields>
</ruleset>