ossp-pkg/petidomo/hermes.c 1.13 -> 1.14
--- hermes.c 2001/01/19 14:18:43 1.13
+++ hermes.c 2001/01/19 14:56:33 1.14
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/hermes.c,v $
- $Revision: 1.13 $
+ $Revision: 1.14 $
Copyright (C) 2000 by CyberSolutions GmbH, Germany.
@@ -215,8 +215,6 @@
if (g_is_approved)
{
- int rc;
-
syslog(LOG_NOTICE, "\"%s\" acknowledged a former posting attempt on ack-once list \"%s\"; " \
"add him to the ack file and let the posting pass.", MailStruct->From, listname);
@@ -229,7 +227,7 @@
}
else
{
- int rc = is_address_on_list(ListConfig->ack_file, MailStruct->From);
+ rc = is_address_on_list(ListConfig->ack_file, MailStruct->From);
if (rc == 0)
rc = is_address_on_list(ListConfig->ack_file, MailStruct->Envelope);
if (rc < 0)
|
|