Mercurial > dnsbl
comparison src/test.cpp @ 211:4db1457cd11a stable-6-0-18
Extend auto-whitelisting when receiving mail even if the auto whitelist is specified in a parent context.
Fixes for Solaris from sm-archive.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 22 Mar 2008 11:19:36 -0700 |
parents | c7fc218686f5 |
children | 5209e92b4885 |
comparison
equal
deleted
inserted
replaced
210:cf2ecf5bacc9 | 211:4db1457cd11a |
---|---|
8 | 8 |
9 #include <stdio.h> | 9 #include <stdio.h> |
10 #include <unistd.h> | 10 #include <unistd.h> |
11 #include <pthread.h> | 11 #include <pthread.h> |
12 #include <set> | 12 #include <set> |
13 | |
14 static char* test_version="$Id$"; | |
15 | 13 |
16 using namespace std; | 14 using namespace std; |
17 | 15 |
18 struct ltstr { | 16 struct ltstr { |
19 bool operator()(char* s1, char* s2) const { | 17 bool operator()(char* s1, char* s2) const { |