Yahoo Groups archive

Milter-greylist

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

Message

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

Attachments

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.