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@...Message
Re: [milter-greylist] Re: blacklist causes Internal error
2007-08-31 by manu@netbsd.org
Attachments
- No local attachments were found for this message.