E-mail filtering does not seem to honor multiple line subjects
-
The forums did not properly preserve whitespace on my example of how a header can be formatted. The RFC has a formatted example. 0 -
Email Filters in cPanel has some broken features, this folding header support is also one of them. Technically it is the easiest thing in programming to implement those filters, but in real world this is not happened! To fix this, when developer is going to find the search criteria in the source string, he just need to replace CRLF | \r\n with nothing so it's removed and then search in the string! Many of the broken Email Filter features in cPanel are just a matter of String manipulation! 0
Please sign in to leave a comment.
Comments
3 comments