Mercurial > dnsbl
diff src/context.h @ 173:83fe0be032c1 stable-6-0-9
fix leak, update timestamps when receiving auto-whitelisted sender
author | carl |
---|---|
date | Thu, 06 Sep 2007 09:50:05 -0700 |
parents | bd33eaccfed8 |
children | d6531c702be3 |
line wrap: on
line diff
--- a/src/context.h Thu Aug 30 18:50:00 2007 -0700 +++ b/src/context.h Thu Sep 06 09:50:05 2007 -0700 @@ -182,7 +182,7 @@ void add_from(char *from, char *status) {env_from[from] = status;}; void add_from_context(char *from, CONTEXTP con) {env_from_context[from] = con;}; void set_from_default(char *status) {env_from_default = status;}; - char* find_from(char *from); + char* find_from(char *from, bool update_white = false); CONTEXTP find_context(char *from); CONTEXTP find_from_context_name(char *name);