[SAtalk] Re: [Exim] Controlling Spamassassin Scanning by Subnet in Exim

2002-12-05 Thread j.linn
In Exim4 I use # When not to scan a message condition # originating locally # already marked with RBL warning # size > 50K exiscan_spamd_condition = ${if or {\ { eq {${substr_0_6:$sender_host_address}} {137.50} } \ { eq {${substr_0_7:$sender_host_address}} {1

[SAtalk] Re: [Exim] Controlling Spamassassin Scanning by Subnet in Exim

2002-12-05 Thread Rene Schumann
> maybe it's better to this, instead of the last {match} > > {!eq {${mask:${sender_host_address}/24}} {10.1.2.0/24}} > > This is much more readable, and maintainable, if you have a bigger > network, that's not class-based :) Hello! I have tried this construkt a few days before, but evertime i

[SAtalk] Re: [Exim] Controlling Spamassassin Scanning by Subnet in Exim

2002-12-05 Thread Nico Erfurth
Owen Creger wrote: I have seen this going around several times without a resolution, on spamassassin and exim mailing lists By using a regular expression (regex) in a condition statement, I was able to control the spamassassin router and director by IP address. I'm running Exim 3.2X, however this