Mercurial > dnsbl
comparison src/scanner.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 | 784030ac71f1 |
comparison
equal
deleted
inserted
replaced
210:cf2ecf5bacc9 | 211:4db1457cd11a |
---|---|
8 | 8 |
9 #include <sys/socket.h> | 9 #include <sys/socket.h> |
10 #include <netinet/in.h> | 10 #include <netinet/in.h> |
11 #include <arpa/inet.h> | 11 #include <arpa/inet.h> |
12 #include "includes.h" | 12 #include "includes.h" |
13 | |
14 static char* scanner_version="$Id$"; | |
15 | 13 |
16 //////////////////////////////////////////////// | 14 //////////////////////////////////////////////// |
17 // finite state machine | 15 // finite state machine |
18 // | 16 // |
19 enum state {// host name recognizer states | 17 enum state {// host name recognizer states |