diff --git a/subscribe.c b/subscribe.c index 598fa71..414af24 100644 --- a/subscribe.c +++ b/subscribe.c @@ -179,7 +179,7 @@ AddAddress(struct Mail * MailStruct, { /* 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. */