Subject: | SendMessageBatch drops messages |
Calling SendMessageBatch() with more than 10 messages results in just a warning:
warn "Batch messaging limited to 10 messages";
And all the extra messages are ignored. I think it would be more user friendly to at least "die" instead of "warn".