Page 2 of 2

Re: Where to set the parameter 'mail_remove_replies_after'

Posted: 21 Jul 2025, 13:33
by BrawlStarsLegend
Hi,
sure, here's what worked for me. Curiously, I was surprised it was just my language (german) missing in the regex. Adding it to the regex resolved the issue.

Code: Select all

'/^\s*(Von\s?:.+\s?(\[|<).+(\]|>))/mu', // "Von: NAME <EMAIL>" OR "Von : NAME <EMAIL>" OR "Von : NAME<EMAIL>"(With support whitespace before start and before <)