The call to queue_command() had the command wrong.

This commit is contained in:
Peter Simons 2001-01-15 18:47:32 +00:00
parent 0cfd7e405e
commit 859f5e9887

View File

@ -179,7 +179,7 @@ AddAddress(struct Mail * MailStruct,
{ {
/* Require confirmation. */ /* 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); char* cookie = queue_command(MailStruct, command);
/* Notify the owner. */ /* Notify the owner. */