On 6/12/10 10:59 AM, "andrewj" <andr...@andrewj.com> wrote:

> I want to accept email on that address from certain trusted users. I want to
> block everything except the whitelist. can I do this?

Do you want those users whitelisted globally, or just for that specific
address? If globally is fine, then just add the trusted users using
whitelist_auth (or whitelist_from if you must, but that is likely to cause
you pain down the road) and then create a local rule along the lines of
(untested, off the top of my head):
header  AJ_NOT_TO_ABUSED    To =~ /abusedaddre...@example\.com/
score   AJ_NOT_TO_ABUSED    80.0

Messages from whitelisted users will start with a score of -20; messages
from other users will start with a score of 80.
-- 
Dave Pooser
Cat-Herder-in-Chief, Pooserville.com
"...Life is not a journey to the grave with the intention of arriving
safely in one pretty and well-preserved piece, but to slide across the
finish line broadside, thoroughly used up, worn out, leaking oil, and
shouting GERONIMO!!!" -- Bill McKenna



Reply via email to