--- subscribe.c 2001/01/19 14:18:43 1.17
+++ subscribe.c 2001/01/19 14:28:08 1.18
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/subscribe.c,v $
- $Revision: 1.17 $
+ $Revision: 1.18 $
Copyright (C) 2000 by CyberSolutions GmbH, Germany.
@@ -179,7 +179,7 @@
if (isSubscribed(listname, address, NULL, NULL, FALSE) == TRUE)
{
- syslog(LOG_INFO, "%s: Attempt to subscribe \"%s\" to list \"%s\" rejected because the " \
+ syslog(LOG_INFO, "%s: Attempt to subscribe \"%s\" to list \"%s\" rejected, because the " \
"address is already on the list.", MailStruct->From, address, listname);
/* Notify the originator, that the address is already a
@@ -215,7 +215,7 @@
char* command;
char* cookie;
- syslog(LOG_INFO, "%s: Attempt to subscribe \"%s\" to list \"%s\" deferred because the " \
+ syslog(LOG_INFO, "%s: Attempt to subscribe \"%s\" to list \"%s\" deferred, because the " \
"request must be acknowledged first.", MailStruct->From, address, listname);
command = text_easy_sprintf("subscribe %s %s", address, listname);
|