On Sun, Jan 26, 2003 at 09:50:41PM +0059, Jedi/Sector One wrote: > It seems to be related to /usr/libexec/spamd-setup which I have started by > cron. When spamd-setup changes the spamd rdr-anchor, all queues are removed.
Yes, it's a bug, pfctl shouldn't clear the queues when loading a ruleset into an anchor. A fix has been commited. Alternatively, you could modify spamd-setup to only replace nat rules: -cat $R | uniq | pfcmd | pfctl -a spamd:spews -f - +cat $R | uniq | pfcmd | pfctl -a spamd:spews -N -f - Daniel
