Mercurial > dnsbl
diff src/spamass.h @ 177:a4d313c2460b
start embedded dcc filtering
author | carl |
---|---|
date | Sun, 30 Sep 2007 10:27:14 -0700 |
parents | 6bac960af6b4 |
children | 82886d4dd71f |
line wrap: on
line diff
--- a/src/spamass.h Sun Sep 23 14:33:00 2007 -0700 +++ b/src/spamass.h Sun Sep 30 10:27:14 2007 -0700 @@ -8,8 +8,8 @@ */ -#ifndef _SPAMASS_MILTER_H -#define _SPAMASS_MILTER_H +#ifndef _SPAMASS_H +#define _SPAMASS_H extern "C" { #include <libmilter/mfapi.h> @@ -54,7 +54,7 @@ public: bool error; // spamc died or cannot work bool running; // running implies (connected and pid) - bool first_recipient; // have we seen any recipients? + bool first_recipient; // have we not seen any recipients? // connection back to main dnsbl priv structure for logging mlfiPriv *priv;