<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Tim A. wrote:
<blockquote cite="mid:4A3924D4.3000501@goldenpath.org" type="cite">
  <pre wrap="">Tim A. wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">rdr pass inet proto tcp from !<spamd-white> to any \
        port smtp -> 127.0.0.1 port spamd
  
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I know I can do this with IPs but can I list multiple tables like this, 
modifying the above rule?

rdr pass inet proto tcp from { !<spamd-white> !<whitelist> } to any \
        port smtp -> 127.0.0.1 port spamd

It seems should be easier to fix in PF than it will be in spamd.
  </pre>
</blockquote>
<br>
Well, it did it as an AND. I was looking for an OR.<br>
</body>
</html>