Re: Whitelist Regex Rules for range of IP's

2010-12-24 Thread Keith De Souza
> > And if you don't want it to be open to forgery > > X-Spam-Relays-Untrusted =~ /^[^\]]+ ip=212\.74\.114\./ > Many thanks guys

Re: Whitelist Regex Rules for range of IP's

2010-12-23 Thread Benny Pedersen
On fre 24 dec 2010 00:55:59 CET, Keith De Souza wrote How to I modify this so that it is for a range of IP addresses basically covering the /24 subnet. trusted_networks 212.74.114.0/24 and adjust score on ALL_TRUSTED, if to much spam pass -- xpoint http://www.unicom.com/pw/reply-to-harmful.ht

Re: Whitelist Regex Rules for range of IP's

2010-12-23 Thread RW
On Thu, 23 Dec 2010 16:05:11 -0800 (PST) John Hardin wrote: > On Thu, 23 Dec 2010, John Hardin wrote: > > > On Thu, 23 Dec 2010, Keith De Souza wrote: > > > >> How to I modify this so that it is for a range of IP addresses > >> basically covering the /24 subnet. > > > > header IP_WL Received=~

Re: Whitelist Regex Rules for range of IP's

2010-12-23 Thread Keith De Souza
> header IP_WL Received=~ /\[212.74.114.[0-9]{1,3}\]/ Many Thanks John - will hive it a try now.

Re: Whitelist Regex Rules for range of IP's

2010-12-23 Thread John Hardin
On Thu, 23 Dec 2010, John Hardin wrote: On Thu, 23 Dec 2010, Keith De Souza wrote: Hi, I've got an SA rule that will whitelist and IP address: header IP_WL Received=~ /\[212.74.114.16\]/ score IP_WL -99 describe IP_WL Allows relays from 212.74.114.16 How to I modif

Re: Whitelist Regex Rules for range of IP's

2010-12-23 Thread John Hardin
On Thu, 23 Dec 2010, Keith De Souza wrote: Hi, I've got an SA rule that will whitelist and IP address: header IP_WL Received=~ /\[212.74.114.16\]/ score IP_WL -99 describe IP_WL Allows relays from 212.74.114.16 How to I modify this so that it is for a range of IP addresses b

Whitelist Regex Rules for range of IP's

2010-12-23 Thread Keith De Souza
Hi, I've got an SA rule that will whitelist and IP address: header IP_WL Received=~ /\[212.74.114.16\]/ score IP_WL -99 describe IP_WL Allows relays from 212.74.114.16 How to I modify this so that it is for a range of IP addresses basically covering the /24 subnet. Many Thanks