
I am having a problem sending multiple subscribe commands via email. The first command in my list is always processed but the remaining commands are always unprocessed or ignored. Thanks in advance for any help.
***Message Sent:
subscribe MyPassword nodigest address=email1@someaddress.com subscribe MyPassword nodigest address=email2@someaddress.com subscribe MyPassword nodigest address=email3@someaddress.com
***Response Received:
Results: Usage:
unsubscribe [password] [address=<address>] Unsubscribe from the mailing list. If given, your password must match your current password. If omitted, a confirmation email will be sent to the unsubscribing address. If you wish to unsubscribe an address other than the address you sent this request from, you may specify `address=<address>' (no brackets around the email address, and no quotes!)
Unprocessed: subscribe MyPassword nodigest address=email2@someaddress.com subscribe MyPassword nodigest address=email3@someaddress.com
Done.