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(a)someaddress.com
subscribe MyPassword nodigest address=email2(a)someaddress.com
subscribe MyPassword nodigest address=email3(a)someaddress.com
***Response Received:
- Results:
Usage:
unsubscribe [password] …
[View More][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(a)someaddress.com
subscribe MyPassword nodigest address=email3(a)someaddress.com
- Done.
[View Less]
I've set up a mail list with the name "Cn-dailydeals" that resides on a
certain server. Our Interactive department has written a php script that
sends an email to this list that continuously gets held due to the
"implicit address" stuff.
Posts to the list back in December of 2007 suggested I could create an
alias to get around the problem. I've tried every which way to create
the regexp that will match this but am failing terribly.
The sender is getting the following back from the post:
…
[View More]Your mail to 'Cn-dailydeals' with the subject
Gazette-Mail Daily Deal
Is being held until the list moderator can review it for approval.
The reason it is being held:
Message has implicit destination
Can someone suggest a proper regexp to match this, and do I need the
"@server" part in the alias?
I've tried using escapes and everyting, but nothing seems to work.
Thanks for any help
steve campbell
[View Less]