ossp-pkg/petidomo/listserv.c 1.7 -> 1.8
--- listserv.c 2001/01/20 14:29:28 1.7
+++ listserv.c 2001/02/12 20:44:13 1.8
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/listserv.c,v $
- $Revision: 1.7 $
+ $Revision: 1.8 $
Copyright (C) 2000 by CyberSolutions GmbH, Germany.
@@ -84,7 +84,6 @@
g_currLine = MailStruct->Body;
if (*g_currLine == '\0') {
- syslog(LOG_NOTICE, "Received mail with empty body.");
SendHelp(MailStruct, NULL, NULL, default_list);
return;
}
|
|