--- members.c 2001/01/19 14:56:33 1.9
+++ members.c 2001/02/12 20:44:13 1.10
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/members.c,v $
- $Revision: 1.9 $
+ $Revision: 1.10 $
Copyright (C) 2000 by CyberSolutions GmbH, Germany.
@@ -54,7 +54,7 @@
listname = defaultlist;
if (address == NULL || listname == NULL) {
- syslog(LOG_NOTICE, "%s: members-command invalid: No list specified.",
+ syslog(LOG_INFO, "%s: members-command invalid: No list specified.",
MailStruct->From);
return 0;
}
@@ -70,7 +70,7 @@
if (isValidAdminPassword(getPassword(), listname) == FALSE &&
ListConfig->allowmembers == FALSE) {
- syslog(LOG_NOTICE, "MEMBERS command from \"%s\" has been denied.", address);
+ syslog(LOG_INFO, "MEMBERS command from \"%s\" has been denied.", address);
fh = vOpenMailer(envelope, address, owner, NULL);
if (fh != NULL) {
fprintf(fh, "From: %s-request@%s (Petidomo Mailing List Server)\n",
|