diff src/dnsbl.h @ 167:9b129ed78d7d stable-6-0-6

actually use spamassassin result, allow build without spam assassin, only call it if some recipient needs it.
author carl
date Mon, 27 Aug 2007 20:49:19 -0700
parents 97d7da45fe2a
children 6bac960af6b4
line wrap: on
line diff
--- a/src/dnsbl.h	Sun Aug 26 20:54:59 2007 -0700
+++ b/src/dnsbl.h	Mon Aug 27 20:49:19 2007 -0700
@@ -35,6 +35,7 @@
 	char			*authenticated; // client authenticated? if so, suppress all dnsbl checks, but check rate limits
 	bool			have_whites;	// have at least one whitelisted recipient? need to accept content and remove all non-whitelisted recipients if it fails
 	bool			only_whites;	// every recipient is whitelisted?
+	bool			want_spamassassin;		// at least one non-whitelisted recipients has a non zero spamassassin limit
 	context_map 	env_to; 		// map each non-whitelisted recipient to their filtering context
 	recorder		*memory;		// memory for the content scanner
 	url_scanner 	*scanner;		// object to handle body scanning