View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002414 | phpList 3 application | Subscribe Process | public | 05-01-05 13:12 | 14-03-05 12:55 |
Reporter | blootplazma | ||||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Product Version | 2.8.12 | ||||
Target Version | Fixed in Version | ||||
Summary | 0002414: Admin Copies of subscribe messages fail | ||||
Description | I have enabled the feature "Does the admin get copies of subscribe ..." by setting the value to "true" on the config page. Starting from that momment, I get the following entries in the event log whenever such message is sent (e.g., when a user subscribes): Error: empty To: in message with subject Lists subscription to send The message _is_ successfully sent to webmaster@[DOMAIN], however, it is apparently not sent to any administrators. The messages in the eventlog stop immediately when I disable the feature again. Please note that I have configured two admins, i.e. the preconfigured admin account and one extra account with admin priviliges (but without super-admin priviliges). Both definitely have an email-address configured in the http://www.delwo.de/lists/admin/?page=admins&start= section. | ||||
Tags | No tags attached. | ||||
|
I can't replicate this in 2.9.3, so I will presume it's fixed. If you can replicate it post a comment, otherwise we can close this. |
|
I'm getting the same error "Error: empty To: in message with subject List unsubscription to send" but the source of the problem has nothing to do with admin getting feedback. Today we sent out 1700 messages to our mailing list. After about 135 messages we got the above error message, followed by "Sleeping for 20 seconds, aborting will now quit" and then "A process for this page is already running and it was still alive 2397 seconds ago" This continued on until event 800 when phplist decided it had enough and quit. No event message, it just stopped. Any ideas? Sorry if this isn't the correct place for this. The above error message isn't well documented at the moment. Wes |
|
if you get "A process for this page is already running and it was still alive 2397 seconds ago" it means you have fired off two send processes, and one of them is still running. In order to not get your server to grind to a halt, you can only have one process at a time. Try firing one off later. |