Where to set the parameter 'mail_remove_replies_after'

This plugin allows you to report an issue in MantisBT by sending an email to a particular mail account

Moderators: Developer, Contributor

BrawlStarsLegend
Posts: 3
Joined: 22 Apr 2025, 10:20

Re: Where to set the parameter 'mail_remove_replies_after'

Post 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 <)
Post Reply