Yahoo Groups archive

Milter-greylist

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

Message

Re: [milter-greylist] Re: blacklist causes Internal error

2007-08-31 by manu@netbsd.org

jackyvtc <jackchen_tw@...> wrote:

> version is milter-greylist-3.0 as shown in maillog

Does that patch fix your problem?

Index: milter-greylist.c
===================================================================
RCS file: /cvsroot/milter-greylist/milter-greylist.c,v
retrieving revision 1.137.2.9
diff -U2 -r1.137.2.9 milter-greylist.c
--- milter-greylist.c   22 Jan 2007 22:36:48 -0000      1.137.2.9
+++ milter-greylist.c   31 Aug 2007 15:26:53 -0000
@@ -606,5 +606,6 @@
                        priv->priv_whitelist &= ~EXF_DEFAULT;
                }
-               priv->priv_whitelist &= ~(EXF_GREYLIST | EXF_WHITELIST);
+               priv->priv_whitelist &= 
+                   ~(EXF_GREYLIST | EXF_WHITELIST | EXF_BLACKLIST);
                if (priv->priv_whitelist != 0) {
                        mg_log(LOG_ERR, "%s: unexpected priv_whitelist = %d",

-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...

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.