--- hermes.c 2001/01/19 16:46:25 1.16
+++ hermes.c 2001/01/20 13:52:41 1.17
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/hermes.c,v $
- $Revision: 1.16 $
+ $Revision: 1.17 $
Copyright (C) 2000 by CyberSolutions GmbH, Germany.
@@ -200,11 +200,11 @@
{
fprintf(fh, "From: petidomo-approve@%s (Petidomo Mailing List Server)\n", ListConfig->fqdn);
fprintf(fh, "To: %s\n", originator);
- fprintf(fh, "Subject: Petidomo: CONFIRM %s@%s: Your posting to list \"%s\"\n", listname, ListConfig->fqdn, listname);
+ fprintf(fh, "Subject: Petidomo: APPROVE %s@%s: Your posting to list \"%s\"\n", listname, ListConfig->fqdn, listname);
fprintf(fh, "Precedence: junk\n");
fprintf(fh, "Sender: %s\n", owner);
fprintf(fh, "\n");
- fprintf(fh, "Your posting needs to be confirmed. Do this by replying\n");
+ fprintf(fh, "Your posting needs to be approved. Do this by replying\n");
fprintf(fh, "to this mail and citing the string\n");
fprintf(fh, "\n");
fprintf(fh, " %s\n", cookie);
@@ -260,12 +260,12 @@
{
fprintf(fh, "From: petidomo-approve@%s (Petidomo Mailing List Server)\n", ListConfig->fqdn);
fprintf(fh, "To: %s\n", originator);
- fprintf(fh, "Subject: Petidomo: CONFIRM %s@%s: Your posting to list \"%s\"\n",
+ fprintf(fh, "Subject: Petidomo: APPROVE %s@%s: Your posting to list \"%s\"\n",
listname, ListConfig->fqdn, listname);
fprintf(fh, "Precedence: junk\n");
fprintf(fh, "Sender: %s\n", owner);
fprintf(fh, "\n");
- fprintf(fh, "Your posting needs to be confirmed. Do this by replying\n");
+ fprintf(fh, "Your posting needs to be approved. Do this by replying\n");
fprintf(fh, "to this mail and citing the string\n");
fprintf(fh, "\n");
fprintf(fh, " %s\n", cookie);
|