<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
</head><body bgcolor="#FFFFFF" text="#000000">Bulent Malik wrote:
<blockquote cite="mid:013b01cd9e56$63302c90$299085b0$@ihlas.net.tr" 
type="cite">
  <pre wrap="">Hello

I read  <a class="moz-txt-link-freetext" href="http://www200.pair.com/mecham/spam/bypassing.html#6">http://www200.pair.com/mecham/spam/bypassing.html#6</a>

When i apply to my server , it Works well.  But i want to define some source
ip range which i trust them.
I want amavis to by pass spam check for some source ip addresses.
</pre>
</blockquote>
IP-addresses are checked with 'check_client_access' 
(<a class="moz-txt-link-freetext" href="http://www.postfix.org/postconf.5.html#check_client_access">http://www.postfix.org/postconf.5.html#check_client_access</a>)<br>
<br>
<span><meta http-equiv="content-type" content="text/html; 
charset=ISO-8859-1"><span class="st">smtpd_client_restrictions = 
check_client_access hash:/etc/<em>postfix</em>/<em>client_access</em></span>
 <br>
  <br>
I gues you could put something in like<br>
  <br>
1.2.3  FILTER <your-bypass-filter><br>
4.5     FILTER <your-bypass-filter><br>
  <br>
Haven't tried this but guess it should work :-)<br>
  <br>
N.<br>
</span></body></html>