Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Thread

Re: [PATCH/2.1.12] small patch for blacklist & flushaddr

Re: [PATCH/2.1.12] small patch for blacklist & flushaddr

2006-08-10 by 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.

/Fabien

Re: [milter-greylist] Re: [PATCH/2.1.12] small patch for blacklist & flushaddr

2006-08-10 by Fabien Tassin

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:
Show quoted textHide quoted text
> 
> 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.
> 
> /Fabien

Re: [milter-greylist] Re: [PATCH/2.1.12] small patch for blacklist & flushaddr

2006-08-10 by Fabien Tassin

Posted it there:
http://www.sofaraway.org/tmp/milter-greylist/

/Fabien

According to Fabien Tassin:
Show quoted textHide quoted text
> 
> 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.

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.