Skip to content

Instantly share code, notes, and snippets.

@WganMe
Last active May 24, 2023 03:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WganMe/d2d7db2e961f61b78b3735863cf8b761 to your computer and use it in GitHub Desktop.
Save WganMe/d2d7db2e961f61b78b3735863cf8b761 to your computer and use it in GitHub Desktop.
message has lines too long for transport
#https://features.cpanel.net/topic/mail-delivery-reports-wrap-long-text
#[Home]/usr/local/cpanel/whostmgr/docroot
#mail.css
#Lines, 885, 886, 887, 888, 889
.yui-dt-liner {
word-wrap: break-word;
text-wrap: unrestricted;
word-break: break-all; #Add this
}
#[Home]/usr/local/cpanel/base/webmail/jupiter/css
#mail-min.css
#mail.css
#mail.min.css
#yui-dt-liner{word-wrap:break-word;text-wrap:unrestricted}
yui-dt-liner{word-wrap:break-word;text-wrap:unrestricted;word-break:break-all}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment