The call to queue_command() had the command wrong.
This commit is contained in:
parent
0cfd7e405e
commit
859f5e9887
@ -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. */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user