View Single Post
  #2 (permalink)  
Old 05-08-2007, 12:09 PM
andreychek andreychek is offline
Special Member & Volunteer
 
Posts: 155
Default

Quote:
Originally Posted by krisk View Post
Anyone know how to setup individual user accounts to receive mail from whitelist entries only? It looks like this is possible from a system level by putting a *.* wildcard in the blacklist and then using whitelist for specific addresses.
One way to do this might be to setup a filter. Have the filter read something like:

Select the option "All Conditions"
* size over 1
* From does not contain friendly_user@somedomain.com
* From does not contain dad@this_domain.com
* From does not contain mom@some_otherdomain.com

And then for "Perform the following actions", you can choose "Discard".

Good luck!
-Eric
Reply With Quote