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