summaryrefslogtreecommitdiffstats
path: root/comm/mailnews/search/src/SpamAssassin.sfd
blob: d8d0ecdb10bb06bd7b444fdc51a0ceb370e5289d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version="9"
logging="yes"
name="SpamAssassinYes"
enabled="yes"
type="17"
action="JunkScore"
actionValue="100"
condition="OR (\"X-Spam-Status\",begins with,Yes) OR (\"X-Spam-Flag\",begins with,YES) OR (subject,begins with,***SPAM***)"
name="SpamAssassinNo"
enabled="yes"
type="17"
action="JunkScore"
actionValue="0"
condition="OR (\"X-Spam-Status\",begins with,No)"