>One of my mail filters is a smart host for a trusted mail server >(mail.sample.com), how do we assign a -10 score to mail coming from >mail.sample.com
>I thought this would work, but it doesn't: >score LOCAL__H_from_sample -10.0 >header LOCAL__H_from_sample ALL =~ /mail\.sample\.com/i Add it's IP to your trusted_networks and subtract a few points for ALL_TRUSTED. I wouldn't recommend subtracting 10 points as you still want to be able to block outbound spam if there there were a compromized account on that trusted server. If you don't properly filter outbound email then your mail server could become listed on RBLs. - Dave