Re: whitelist ip in trusted network

2011-05-07 Thread John Hardin
On Sat, 7 May 2011, Benny Pedersen wrote: On Fri, 6 May 2011 21:32:38 -0700 (PDT), John Hardin wrote: The best way is to tell whatever calls SA that mail from that IP address shouldn't be given to SA at all. remember this olso disable bayes ham learning It only disables _automatic_ bayes

Re: whitelist ip in trusted network

2011-05-07 Thread Niamh Holding
Hello Rajesh, Saturday, May 7, 2011, 2:01:34 AM, you wrote: RM> could you please let me how i can whitelist specific servers belonging to RM> my clients Create a rbl something like good.mydomain.com with the ips in and then make a rule to query it- header NH_RCVD_IN_GOODRBL

Re: whitelist ip in trusted network

2011-05-07 Thread Benny Pedersen
On Fri, 6 May 2011 21:32:38 -0700 (PDT), John Hardin wrote: > On Sat, 7 May 2011, Rajesh M wrote: > >> could you please let me how i can whitelist specific servers belonging >> to my clients from whom i have to receive email perfectly without ever >> being treated as spam > > The best way is t

Re: whitelist ip in trusted network

2011-05-06 Thread John Hardin
On Sat, 7 May 2011, Rajesh M wrote: could you please let me how i can whitelist specific servers belonging to my clients from whom i have to receive email perfectly without ever being treated as spam The best way is to tell whatever calls SA that mail from that IP address shouldn't be given

Re: whitelist ip in trusted network

2011-05-06 Thread Joe Sniderman
On 05/06/2011 08:38 PM, Rajesh M wrote: > hi > > i wish to whitelist a few client's server's static ip in the spamassasin > trusted network > > i am entering a line like this in local.cf file. > > trusted_networks xxx.yyy.zzz.ppp > > if i do this then the email from this server ip should be giv

Re: whitelist ip in trusted network

2011-05-06 Thread Rajesh M
> On 05/07, Rajesh M wrote: >> trusted_networks xxx.yyy.zzz.ppp >> >> if i do this then the email from this server ip should be given a >> negative >> score but it does not seem to work > > That's not what trusted_networks does. It skips the Received header from > those IPs for things like DNS bla

Re: whitelist ip in trusted network

2011-05-06 Thread darxus
On 05/07, Rajesh M wrote: > trusted_networks xxx.yyy.zzz.ppp > > if i do this then the email from this server ip should be given a negative > score but it does not seem to work That's not what trusted_networks does. It skips the Received header from those IPs for things like DNS blacklist lookup

whitelist ip in trusted network

2011-05-06 Thread Rajesh M
hi i wish to whitelist a few client's server's static ip in the spamassasin trusted network i am entering a line like this in local.cf file. trusted_networks xxx.yyy.zzz.ppp if i do this then the email from this server ip should be given a negative score but it does not seem to work spamassass