comparison src/tokenizer.cpp @ 42:d9ae11033b4b stable-1-9

Add default config to firewall systems that send bounces to non-existant accounts. Switch to Mercurial source control. Update spec file for fedora packaging.
author Carl Byington <carl@five-ten-sg.com>
date Fri, 21 Mar 2008 14:02:32 -0700
parents 6a2f26976898
children ba0259c9e411
comparison
equal deleted inserted replaced
41:738d1f059183 42:d9ae11033b4b
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,