Meaning of MAX_PROCESS_MESSAGE

I’m seeing 2 definitions for MAX_PROCESS_MESSAGE. The one in the config file says that it will process this setting’s number of messages.

In other documentation, this number is supposed to be the number of campaigns it will process.

What is the real usage of MAX_PROCESS_MESSAGE?

@mikekehrli In this context “messages” == “campaigns”. So it is a limit on the number of campaigns that phplist will handle in one run of process queue, not a limit on the number of emails that will be sent.

2 Likes

Thank you.

It would be nice to also be able to set the number of messages sent with that, or a similar variable. I’ve worked out how to achieve the same effect using the MAX_PROCESSQUEUE_TIME in conjunction with the other variables.