00001 00002 /* 00003 00004 This email filter was written by Ian Kaplan, Bear Products 00005 International. It is copyrighted by Ian Kaplan, 2004, 00006 www.bearcave.com. 00007 00008 You have permission to use this software without restriction on two 00009 conditions: 00010 00011 1. You must preserve this copyright notice in this software and 00012 any software derived from it. 00013 00014 2. You accept any risk entailed in using this software. By 00015 using this software, you acknowledge that you have a 00016 sophisticated background in software engineering and 00017 understand the way this software functions. You further 00018 acknowledge that using this software may result in the 00019 irretrievable loss of important e-email and you alone 00020 are responsible for this loss. 00021 00022 If either of these conditions are unacceptable, you may not use any 00023 part of this software. 00024 00025 */ 00026 00032 #include "Logger.h" 00033 00034 const char *LOGFILE_NAME = "mail_filter_trace"; 00035 00036 // log file name, debug 00037 Logger *pLogger = new Logger( LOGFILE_NAME, false );