Mercurial > dnsbl
diff src/context.cpp @ 192:8f4a9a37d4d9
delay autowhitelisting to avoid out of office reply bots
author | carl |
---|---|
date | Sun, 11 Nov 2007 12:49:25 -0800 |
parents | 7a722f482bfb |
children | 797299e9fffc |
line wrap: on
line diff
--- a/src/context.cpp Sat Nov 10 16:20:51 2007 -0800 +++ b/src/context.cpp Sun Nov 11 12:49:25 2007 -0800 @@ -579,6 +579,13 @@ } +DELAYWHITE::DELAYWHITE(char *loto_, WHITELISTERP w_, CONTEXTP con_) { + loto = loto_; + w = w_; + con = con_; +} + + DNSBL::DNSBL(char *n, char *s, char *m) { name = n; suffix = s;