Index: ossp-pkg/petidomo/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/petidomo/Makefile.in,v rcsdiff -q -kk '-r1.12' '-r1.13' -u '/v/ossp/cvs/ossp-pkg/petidomo/Makefile.in,v' 2>/dev/null --- Makefile.in 2000/12/15 15:56:46 1.12 +++ Makefile.in 2000/12/15 16:16:07 1.13 @@ -31,7 +31,7 @@ OBJS = acl.o archive.o authen.o config.o \ filter.o handleacl.o help.o hermes.o index.o io.o listserv.o \ mailer.o members.o parsearray.o password.o rfcparse.o \ - subscribe.o tool.o signature.o unsubscribe.o main.o + subscribe.o tool.o unsubscribe.o main.o LIBS = librfc822/librfc822.a liblists/liblists.a libargv/libargv.a \ libconfigfile/libconfigfile.a libtext/libtext.a @@ -81,28 +81,3 @@ # Dependencies -acl.o: libtext/text.h petidomo.h libargv/argv.h acl_scan.c acl_scan.h -acl_scan.o: acl_scan.h -archive.o: libtext/text.h petidomo.h libargv/argv.h -authen.o: libtext/text.h petidomo.h libargv/argv.h -config.o: liblists/lists.h libconfigfile/configfile.h petidomo.h -config.o: libargv/argv.h -exit.o: libtext/text.h petidomo.h libargv/argv.h -filter.o: petidomo.h libargv/argv.h -handleacl.o: petidomo.h libargv/argv.h -help.o: libtext/text.h petidomo.h libargv/argv.h -hermes.o: libtext/text.h petidomo.h libargv/argv.h -index.o: libtext/text.h petidomo.h libargv/argv.h -io.o: petidomo.h libargv/argv.h -listserv.o: libtext/text.h petidomo.h libargv/argv.h -mailer.o: libtext/text.h petidomo.h libargv/argv.h -main.o: petidomo.h libargv/argv.h -members.o: libtext/text.h petidomo.h libargv/argv.h -parsearray.o: petidomo.h libargv/argv.h -password.o: petidomo.h libargv/argv.h -rfcparse.o: librfc822/rfc822.h libtext/text.h petidomo.h libargv/argv.h -rfcparse.o: -signature.o: petidomo.h libargv/argv.h -subscribe.o: libtext/text.h petidomo.h libargv/argv.h -tool.o: libtext/text.h petidomo.h libargv/argv.h -unsubscribe.o: libtext/text.h petidomo.h libargv/argv.h Index: ossp-pkg/petidomo/config.c RCS File: /v/ossp/cvs/ossp-pkg/petidomo/Attic/config.c,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/petidomo/Attic/config.c,v' 2>/dev/null --- config.c 2000/12/15 16:03:15 1.4 +++ config.c 2000/12/15 16:16:07 1.5 @@ -36,7 +36,6 @@ static char * master_password = NULL; static char * mta = "/usr/sbin/sendmail"; static char * mta_options = "-i -f%s"; -static bool detach = FALSE; int InitPetidomo(void) Index: ossp-pkg/petidomo/help.c RCS File: /v/ossp/cvs/ossp-pkg/petidomo/help.c,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/petidomo/help.c,v' 2>/dev/null --- help.c 2000/12/15 15:48:00 1.3 +++ help.c 2000/12/15 16:16:07 1.4 @@ -77,7 +77,6 @@ syslog(LOG_NOTICE, "List \"%s\" doesn't have a description.", param1); fprintf(fh, "No description available.\n"); } - AppendSignature(fh); CloseMailer(fh); } else { @@ -111,7 +110,6 @@ "mailing list server.", param1); text_wordwrap(buffer, 75); fprintf(fh, "%s\n", buffer); - AppendSignature(fh); CloseMailer(fh); } } @@ -147,7 +145,6 @@ syslog(LOG_ERR, "There is no help file for Petidomo!"); fprintf(fh, "No help text available.\n"); } - AppendSignature(fh); CloseMailer(fh); } @@ -204,7 +201,6 @@ syslog(LOG_ERR, "There is no help file for Petidomo!"); fprintf(fh, "No help text available.\n"); } - AppendSignature(fh); CloseMailer(fh); return 0; } Index: ossp-pkg/petidomo/index.c RCS File: /v/ossp/cvs/ossp-pkg/petidomo/index.c,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/petidomo/index.c,v' 2>/dev/null --- index.c 2000/12/15 15:48:00 1.3 +++ index.c 2000/12/15 16:16:07 1.4 @@ -148,7 +148,6 @@ fprintf(fh, "Found %d mailing lists.\n", entry_num); } - AppendSignature(fh); CloseMailer(fh); return 0; Index: ossp-pkg/petidomo/members.c RCS File: /v/ossp/cvs/ossp-pkg/petidomo/members.c,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/petidomo/members.c,v' 2>/dev/null --- members.c 2000/12/15 15:48:00 1.3 +++ members.c 2000/12/15 16:16:07 1.4 @@ -89,7 +89,6 @@ "under the address \"%s\" instead.", owner); text_wordwrap(buffer, 75); fprintf(fh, "%s\n", buffer); - AppendSignature(fh); CloseMailer(fh); } else @@ -135,7 +134,6 @@ fputc(*p, fh); } } - AppendSignature(fh); CloseMailer(fh); } else { Index: ossp-pkg/petidomo/subscribe.c RCS File: /v/ossp/cvs/ossp-pkg/petidomo/subscribe.c,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/petidomo/subscribe.c,v' 2>/dev/null --- subscribe.c 2000/12/15 15:48:00 1.3 +++ subscribe.c 2000/12/15 16:16:07 1.4 @@ -103,7 +103,6 @@ "be notified as soon as possible.", listname); text_wordwrap(buffer, 75); fprintf(fh, "%s\n", buffer); - AppendSignature(fh); CloseMailer(fh); } else @@ -129,7 +128,6 @@ fprintf(fh, "%s\n\n", buffer); fprintf(fh, "password \n"); fprintf(fh, "subscribe %s %s\n", address, listname); - AppendSignature(fh); CloseMailer(fh); } else { @@ -166,7 +164,6 @@ "as soon as possible.", listname); text_wordwrap(buffer, 75); fprintf(fh, "%s\n", buffer); - AppendSignature(fh); CloseMailer(fh); } else @@ -193,7 +190,6 @@ fprintf(fh, "%s\n\n", buffer); fprintf(fh, "password \n"); fprintf(fh, "subscribe %s %s\n", address, listname); - AppendSignature(fh); CloseMailer(fh); } else { @@ -224,7 +220,6 @@ fprintf(fh, "Sender: %s\n", envelope); fprintf(fh, "\n"); fprintf(fh, "The address is subscribed to this list already.\n"); - AppendSignature(fh); CloseMailer(fh); } else { @@ -285,7 +280,6 @@ fprintf(fh, "unsubscribe %s\n\n", address); fprintf(fh, "Please save a copy of this mail, to make sure you remember how " \ "to\nunsubscribe!\n"); - AppendSignature(fh); CloseMailer(fh); } else { Index: ossp-pkg/petidomo/unsubscribe.c RCS File: /v/ossp/cvs/ossp-pkg/petidomo/unsubscribe.c,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/petidomo/unsubscribe.c,v' 2>/dev/null --- unsubscribe.c 2000/12/15 15:48:00 1.3 +++ unsubscribe.c 2000/12/15 16:16:07 1.4 @@ -104,7 +104,6 @@ "be notified as soon as possible.", listname); text_wordwrap(buffer, 75); fprintf(fh, "%s\n", buffer); - AppendSignature(fh); CloseMailer(fh); } else @@ -130,7 +129,6 @@ fprintf(fh, "%s\n\n", buffer); fprintf(fh, "password \n"); fprintf(fh, "unsubscribe %s %s\n", address, listname); - AppendSignature(fh); CloseMailer(fh); } else { @@ -167,7 +165,6 @@ "as soon as possible.", listname); text_wordwrap(buffer, 75); fprintf(fh, "%s\n", buffer); - AppendSignature(fh); CloseMailer(fh); } else @@ -194,7 +191,6 @@ fprintf(fh, "%s\n\n", buffer); fprintf(fh, "password \n"); fprintf(fh, "unsubscribe %s %s\n", address, listname); - AppendSignature(fh); CloseMailer(fh); } else { @@ -225,7 +221,6 @@ fprintf(fh, "Sender: %s\n", envelope); fprintf(fh, "\n"); fprintf(fh, "The address is not subscribed to this list.\n"); - AppendSignature(fh); CloseMailer(fh); } else { @@ -280,7 +275,6 @@ } text_wordwrap(buffer, 75); fprintf(fh, "%s", buffer); - AppendSignature(fh); CloseMailer(fh); } else {