Re: Anyone want to write an "intelligent" mail filter?
- Posted by Derek Parnell <ddparnell at bigpond.com> Nov 05, 2003
- 707 views
----- Original Message ----- From: "C. K. Lester" <euphoric at cklester.com> To: <EUforum at topica.com> Subject: Re: Anyone want to write an "intelligent" mail filter? You need all; a whitelist, a blacklist and a contact list. This is because not every whitelist entry will need to be in the contacts. The algorithm should be along the lines of ... if sender or originating machine, is in whitelist then accept it. if sender is in contacts then accept it. if sender or originating machine is in blacklist then quarrentine it. This, in conjuction with a baysian filter thingy will help a lot. -- Derek