Yahoo Groups archive

Milter-greylist

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

Message

Re: [milter-greylist] Re: problem with "*"

2012-09-27 by manu@netbsd.org

vanaxel79 <alexandreasantos@...> wrote:

> prop.c: In function `prop_opnum_validate':
> prop.c:264: error: `priv_spamd_score10' undeclared (first use in this
function)
> prop.c:264: error: (Each undeclared identifier is reported only once
> prop.c:264: error: for each function it appears in.)
> make: *** [prop.o] Error 1

Please patch
Index: prop.c
===================================================================
RCS file: /cvsroot/milter-greylist/prop.c,v
retrieving revision 1.10
diff -U 4 -r1.10 prop.c
--- prop.c      20 Sep 2012 08:31:49 -0000      1.10
+++ prop.c      27 Sep 2012 18:09:31 -0000
@@ -260,9 +260,9 @@
                        val1 = priv->priv_rcptcount;
                        break;
 #ifdef USE_SPAMD
                case AONP_SPAMD:
-                       val1 = priv_spamd_score10;
+                       val1 = priv->priv_spamd_score10;
                        break;
 #endif /* USE_SPAMD */
                default:
                        mg_log(LOG_ERR, "unexpected aonp_type");


-- 
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.