|
|
|
|
|
|
|
|
string::npos != argv0.find("debug") // "debug" in our command path
|
|
|
string::npos != argv0.find("debug") // "debug" in our command path
|
|
|
) { // then we are in DebugMode.
|
|
|
) { // then we are in DebugMode.
|
|
|
DebugMode = true; // Set the flag and tell the
|
|
|
DebugMode = true; // Set the flag and tell the
|
|
|
cout << "Debug Mode" << endl; // watchers.
|
|
|
|
|
|
|
|
|
cout << SNF_MILTER_VERSION << endl; // watchers.
|
|
|
|
|
|
#ifdef SMFI_PROT_VERSION
|
|
|
|
|
|
cout << "SMFI_PROT_VERSION: " << SMFI_PROT_VERSION << endl;
|
|
|
|
|
|
#endif
|
|
|
|
|
|
cout << "Debug Mode" << endl;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
try { // Catch anything that breaks loose.
|
|
|
try { // Catch anything that breaks loose.
|