Re: Trust but verify

2016-04-26 Thread David Jones
>On 4/25/2016 7:07 PM, David Jones wrote: >> 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 a

Re: Trust but verify

2016-04-26 Thread John Schmerold
On 4/25/2016 7:07 PM, David Jones wrote: 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

Re: Trust but verify

2016-04-25 Thread David Jones
>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: >scoreLOCAL__H_from_sample -10.0 >header LOCAL__H_from_sample ALL =~ /mail\.sample\.com/i Add

Re: Trust but verify

2016-04-25 Thread John Hardin
On Mon, 25 Apr 2016, John Schmerold wrote: 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: scoreLOCAL__H_from_sample -10.0 header LOCAL__H_from

Trust but verify

2016-04-25 Thread John Schmerold
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: scoreLOCAL__H_from_sample -10.0 header LOCAL__H_from_sample ALL =~ /mail\.sample\.com/i