Quote:
Originally Posted by krisk 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