Setting Maximum message body size (excluding attachments) (in Kb): to 0 results in the following error:
An error occurred while processing your submission:
Discussion items sent via email must be less than 0 Kb. For security reasons, please post larger messages through the web interface.
Please correct this error and try again, or contact the system administrator. Thank you.| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Picture 4.jpg | 22.08 KB | tobias |
Comments
Comment #1
kyle_mathews commentedRight... if the MAX size of the message is 0, then any message larger than 0 would be rejected right? :)
Comment #2
tobias commentedHi Kyle,
Yes, that makes sense except that the helper text for that field says "Set to 0 for unlimited" - which is a fairly standard drupally way of doing things.
Cheers,
Tobias
Comment #3
kyle_mathews commentedGood point :) I should honor my own help text.
Fixed in http://github.com/KyleAMathews/og_mailinglist/commit/e711d9cb62bd343141e...
Comment #4
tobias commentedhehe. thanks! :)