688a689,698
> 
> 
> 	#define MAX_MSGLEN 65536
> 	/* Make sure message is less than MAX_MSGLEN */
> 	if (ftell(fp) > MAX_MSGLEN) {
> 	  syslog(LOG_DEBUG,"Message too long - %i bytes (limit is %i)\n",
> 		 ftell(fp),MAX_MSGLEN);
> 	  exit(1);
> 	}
> 
