add server filter description files for bug 224318 sr=mscott

This commit is contained in:
bienvenu%nventure.com 2004-04-13 18:17:05 +00:00
parent a1c645feba
commit 6f76bc2eb2
4 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,8 @@
version="8"
logging="yes"
name="HabeasNo"
enabled="yes"
type="1"
action="JunkScore"
actionValue="0"
condition="OR (\"X-Habeas-SWE-3\",is,\"like Habeas SWE (tm)\")"

View File

@ -0,0 +1,14 @@
version="8"
logging="yes"
name="SpamAssassinYes"
enabled="yes"
type="1"
action="JunkScore"
actionValue="100"
condition="OR (\"X-Spam-Status\",begins with,Yes) OR (\"x-Spam-Flag\",begins with,YES)"
name="SpamAssassinNo"
enabled="yes"
type="1"
action="JunkScore"
actionValue="0"
condition="OR (\"X-Spam-Status\",begins with,No)"

View File

@ -0,0 +1,14 @@
version="8"
logging="yes"
name="SpamCatcherNo"
enabled="yes"
type="1"
action="JunkScore"
actionValue="0"
condition="OR (\"x-SpamCatcher\",begins with,No)"
name="SpamCatcherYes"
enabled="yes"
type="1"
action="JunkScore"
actionValue="100"
condition="OR (\"x-SpamCatcher\",begins with,Yes)"

View File

@ -0,0 +1,14 @@
version="8"
logging="yes"
name="SpamPalNo"
enabled="yes"
type="1"
action="JunkScore"
actionValue="0"
condition="OR (\"x-SpamPal\",begins with,PASS)"
name="SpamPalYes"
enabled="yes"
type="1"
action="JunkScore"
actionValue="100"
condition="OR (\"x-SpamPal\",begins with,SPAM)"