comparison src/tokenizer.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 d6531c702be3
children 44ffef730bc4
comparison
equal deleted inserted replaced
210:cf2ecf5bacc9 211:4db1457cd11a
5 http://www.gnu.org/licenses/gpl-3.0.txt 5 http://www.gnu.org/licenses/gpl-3.0.txt
6 6
7 */ 7 */
8 8
9 #include "includes.h" 9 #include "includes.h"
10
11 static char* tokenizer_version="$Id$";
12 10
13 const int maxlen = 1000; // used for snprintf buffers 11 const int maxlen = 1000; // used for snprintf buffers
14 12
15 enum state {s_init, 13 enum state {s_init,
16 s_token, 14 s_token,