I don't know if this list is moderated or not but my 1st email, and
a 2nd attempt to repost it both failed. It's not the 1st time.
Yahoo seems to silently drop some emails.
Then, I'm not able to post the full patch & description :(
/Fabien
According to Fabien Tassin:
>
> According to Fabien Tassin:
> > diff -bur milter-greylist-2.1.12.orig/sync.c milter-greylist-2.1.12/sync.c
> > --- milter-greylist-2.1.12.orig/sync.c 2006-08-01 16:55:20.000000000 +0200
> > +++ milter-greylist-2.1.12/sync.c 2006-08-10 17:02:13.000000000 +0200
> > @@ -1115,7 +1115,7 @@
> > rcpt, &aw, "(mxsync)");
> > }
> > if (action == PS_FLUSH) {
> > - pending_del_addr(SA(&addr), addrlen);
> > + pending_del_addr(SA(&addr), addrlen, NULL, 0);
> > autowhite_del_addr(SA(&addr), addrlen);
> > }
>
>
> BTW, autowhite_del_addr() call in sync.c/sync_server() is not needed as
> pending_del_addr() already calls autowhite_del_addr()
> It's harmless though.
>
> /FabienMessage
Re: [milter-greylist] Re: [PATCH/2.1.12] small patch for blacklist & flushaddr
2006-08-10 by Fabien Tassin
Attachments
- No local attachments were found for this message.