diff src/context.h @ 156:a220bfb9211f

add auto whitelisting
author carl
date Sun, 08 Jul 2007 09:46:55 -0700
parents 8d7c439bb6fa
children b3ed72ee6564
line wrap: on
line diff
--- a/src/context.h	Sat Jul 07 21:39:45 2007 -0700
+++ b/src/context.h	Sun Jul 08 09:46:55 2007 -0700
@@ -103,6 +103,7 @@
 	void	sent(char *to);
 	bool	is_white(char *from);	// should we white list this sender (did we send them anything recently)
 	int 	get_days() {return days;};
+	void	set_days(int d) {days = d;};
 };
 
 struct DNSBL {