do you mean the second rdr on the !<spamd-white>?
well, I'm going from the example found here:
http://undeadly.org/cgi?action=article&sid=20061108134508
There's a thread about that on that page. It's my understanding that
the first rdr quickly handles everything on the blacklist which is a
subset of the ! whitelist - but it's faster to narrow those ones
first, then if they get past that rule, send everything not on the
whitelist to spamd.
Stephen
On 8-Jan-07, at 9:41 PM, Chris Kuethe wrote:
On 1/8/07, Stephen Schaff <[EMAIL PROTECTED]> wrote:
rdr pass on $ext_if proto tcp from <spamd> to port smtp \
-> 127.0.0.1 port spamd
rdr pass on $ext_if proto tcp from !<spamd-white> to port smtp \
-> 127.0.0.1 port spamd
why pass there?
--
GDB has a 'break' feature; why doesn't it have 'fix' too?