Schlagwörter: Replace Subject
-
AutorBeiträge
-
-
7. Dezember 2023 um 20:39 Uhr - Views: 106 #16058
is there a way i can replace the word *spam* with nothing in the subject ?
-
8. Dezember 2023 um 10:45 Uhr #16062
Hello Bas,
You can’t manipulate the E-Mails themselves of course. But you could try changing the Ticket Title with the Postmaster Filter.
Cheers
Stefan -
8. Dezember 2023 um 10:52 Uhr #16065
That was where is was looking, but the question is how
-
8. Dezember 2023 um 16:45 Uhr #16066
I don’t know how the subjects look, but you could filter e.g. for
(?<part1>.*)(S|s)(PAM|pam)(?<part2>.*)
This would get the parts in front of and after the Term Spam (or SPAM or spam (or sPAM)) and put them into the variables part1 and part2.
Now you could set your ticket title e.g. to
[**\part1**][**\part2**]
So you just have a cutout of the string Spam (in different variations).
You have a documentation of the variable-stuff in the postmaster filters on the left.
I hope this helps you any further. I have not tested this, especially the Subject Regex, but I guess it could work somehow.Cheers
Stefan
-
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.