Index: ossp-pkg/petidomo/subscribe.c RCS File: /v/ossp/cvs/ossp-pkg/petidomo/subscribe.c,v rcsdiff -q -kk '-r1.11' '-r1.12' -u '/v/ossp/cvs/ossp-pkg/petidomo/subscribe.c,v' 2>/dev/null --- subscribe.c 2001/01/15 17:56:33 1.11 +++ subscribe.c 2001/01/15 18:47:32 1.12 @@ -179,7 +179,7 @@ { /* Require confirmation. */ - char* command = text_easy_sprintf("unsubscribe %s %s", address, listname); + char* command = text_easy_sprintf("subscribe %s %s", address, listname); char* cookie = queue_command(MailStruct, command); /* Notify the owner. */