Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data truncation: Data too long for column 'messageId' at row 1 #54

Open
GoogleCodeExporter opened this issue Mar 30, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
when send message to a list with big mail reference like that:

Message-ID: <[email protected]>
References: 
<[email protected]>,<FF3C68B456B1D548928074D
[email protected]>,<3f61460f96874057a2c425615b5f7261@EXCH0
10.xxx.local.ads>,<[email protected]>,<AA342A93-9291-
[email protected]>,<[email protected]>

What is the expected output? What do you see instead?
the insertion of the message in the database and sending the message to the 
malling list 
instead i receve the message:
Server: 421 4.3.0 Mail system failure, closing transmission channel

What version of the product are you using? On what operating system?
the last git.

Please provide any additional information below.

the messageId field is 255 char long... the message reference 325...
i think that the message id and reference must be controled before use... and 
to protect over that type of probleme to hash (with md5 or sha1) the messageid 
before insterting it in database...


Original issue reported on code.google.com by mcarbonneaux on 27 Jul 2014 at 4:08

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant