I made the attached Spam filter assistant for Pop3 in-mail methods
I have an ISP that uses Spamschield(Pro)
At the ISP side i can select a trigger level at witch level the ISP
puts a spamscore header in the email
(How higher the score how bigger the conclusion that it is really spam)
The problem of a low trigger is that there are many false positives
(emails that were not spam but were marked as spam)
The problem of a high trigger is that there are many good negatives
(emails that were spam but were not marked as spam)
The conclusion: we need two spam triggerlevels.
A second problem was that i wanted the whitelisting in my own hands
In the downloadrules i do the redirection and whitelisting:
+<Whitelist
From:
aaa@bbb.ccFrom:
ddd@bbb.ccFrom:
eee@fff.ggFrom: jjj.com
#
+>spam%Redirect spamshield into the 'spam' mailbox
X-SpamShield: Yes
The Lua program puts above the high level (4 in the program) SPAM in the subjectline
Result
ALL spam goes to the Spam mailbox.
I download it with Outlook express
in outlook express i have rules that filter the emails that have spam in the subjectheader to seperate folders
And i only habe to look at the emails that stay in the inbox
The program should be easy addaptable for spampal or other programs that put spamscores in headers
Thanks to Paul Smith for the help