Last active
May 24, 2023 03:51
-
-
Save WganMe/d2d7db2e961f61b78b3735863cf8b761 to your computer and use it in GitHub Desktop.
message has lines too long for transport
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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