On 16 Sep 2005 10:15:04 -0000, Gerard gerard@PROTECTED wrote: >
On 16 Sep 2005 06:21:10 -0000, "Dada Mail (Justin Simoni)" dada@PROTECTED Subject: [dadadev] Large Messages in the SQL Archive Backend With these words of wisdom:
>
OK, here's a bug to investigate if you're using the SQL Archive Backend,
The type of column for the, "raw_msg" field is set to, "text" - it seems that this type of column has a limit of 65,000 characters - which is moronic for me to have set An HTML message with a sizeable attachment will go over this
This fix is to alter the table, and have this column be of the, "MEDIUMTEXT" type - which should give you 16 million characters
I just upgraded to 2 10 and started using the database backend for users & archives and I noted inline images being broken
Instead of looking here, I investigated on my own and arrived to the same point I modified the table and it worked OK
Since the message column only holds the HTML message, 64Kb should be fine the only column that could be modified is raw_msg
Also the only thing to modify is the POD in Config pm
According to http://www postgresql org/docs/7 4/interactive/datatype-character html PostgreSQL only has one "text" data type and it should accomodate up to 1Gb strings (roughly half what a MySQL's "longtext" gives you)
I'm enclosing a patch to the public (non-cvs) 2 10 version of Config pm that does just that
Regards
-- Mariano Absatz - El Baby el (dot) baby (AT) gmail (dot) com el (punto) baby (ARROBA:@) gmail (punto) com
Start a new thread, email: dadadev@dadamailproject.com
This is the developer discussion mailing list for Dada Mail.
If you are just looking for support Dada Mail, consult the message boards at:
https://forum.dadamailproject.com
Documentation for Dada Mail:
Specifically, see the Error FAQ:
https://dadamailproject.com/d/FAQ-errors.pod.html
To post to this list, send a message to:
mailto:dadadev@dadamailproject.com
All subscribers of this list may post to the list itself.
Topics that are welcome:
Dada Mail is on Github:
https://github.com/justingit/dada-mail/
If you would like to fork, branch, send over PRs, open up issues, etc.
This Privacy Policy is for this mailing list, and this mailing list only.
Email addresses collection through this mailing list are used explicitly to work within this email discussion list.
We only collect email addresses through our Closed-Loop Opt-In system.
We don't use your email address for any other purpose.
We won't be sharing your email address with any other entity.
Unsubscription can be done at any time. Please contact us at: justin@dadamailproject.com for any help regarding your subscription, including removal from the mailing list.
All mailing list messages sent from us will include a subscription removal link, which will allow you to remove yourself from this mailing list automatically, and permanently.
All consent to use your email address for any other purpose stated at the time of the mailing list subscription will also be revoked upon mailing list removal.