Fix maximum length of a message id
authorTim Düsterhus <duesterhus@woltlab.com>
Sat, 18 Jun 2016 13:45:23 +0000 (15:45 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Sat, 18 Jun 2016 13:45:23 +0000 (15:45 +0200)
commit59a35d4741c5e94cf5f62388be7559d0bd4de1e4
treee98a8736d089c24e5a5870b562484443127515f6
parent25e094b6475742513c55375246791b06b7716768
Fix maximum length of a message id

The previous maximum was chosen, because the author erroneously
assumed the maximum length of the left hand side of a message id was
64 characters. In fact the maximum length is 255 characters.
wcfsetup/install/files/lib/system/email/Email.class.php