Skip to main content

E-mail filtering does not seem to honor multiple line subjects

Comments

3 comments

  • Nathan Ladwig
    The forums did not properly preserve whitespace on my example of how a header can be formatted. The RFC has a formatted example.
    0
  • omidsolo
    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
  • cPanelMichael
    Hello @Nathan Ladwig, Can you open a
    0

Please sign in to leave a comment.