Or did you mean, this breaks spamlogd, rather?
pass in on egress proto tcp from any to egress \
port smtp rdr-to 127.0.0.1 port spamd synproxy state
This is what it was. The logging is on now.
On Mon, May 28, 2012 at 08:53:09AM +1000, David Diggles wrote:
> >From: Stuart Henderson <stu () spacehopper ! org>
> >Date: 2012-05-27 22:29:50
> >
> >On 2012-05-27, David Diggles <[email protected]> wrote:
> >> Bummer, I have forgotten to pflog the spamd connections to lo0
> >
> >So this breaks spamlogd which means servers will expire from the
> >greylist even if they mail you regularly..
>
> Do you mean this pf rule
>
> pass in log on egress proto tcp from any to egress \
> port smtp rdr-to 127.0.0.1 port spamd synproxy state
>
> breaks spamlogd?
>
> Would you mind explaining why, and how I can un-break it?