mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 18:51:28 +00:00
add server filter description files for bug 224318 sr=mscott
This commit is contained in:
parent
a1c645feba
commit
6f76bc2eb2
8
mailnews/base/search/resources/content/Habeas.sfd
Normal file
8
mailnews/base/search/resources/content/Habeas.sfd
Normal 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)\")"
|
14
mailnews/base/search/resources/content/SpamAssassin.sfd
Normal file
14
mailnews/base/search/resources/content/SpamAssassin.sfd
Normal 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)"
|
14
mailnews/base/search/resources/content/SpamCatcher.sfd
Normal file
14
mailnews/base/search/resources/content/SpamCatcher.sfd
Normal 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)"
|
14
mailnews/base/search/resources/content/SpamPal.sfd
Normal file
14
mailnews/base/search/resources/content/SpamPal.sfd
Normal 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)"
|
Loading…
Reference in New Issue
Block a user