Axel G
Axel G
I tested this in the meantime: ```html %matchTextFromSubject("Vox: (.*) via",1,toclipboard)% Clipboard: %clipboard% ``` result:  then I tested this: ```html %matchTextFromSubject("Vox: (.*) via",1,toclipboard)% Clipboard: %clipboard% %header.set(subject,clipboard)% ```  you don't...
> Yeah, you're right -- I don't need that `%header.set(subject,"")%`. It was left over from a prior train of thought. > > But strangely, using your above examples (and thank...
> Ah, that was it. And you are so kind and generous! I just went ahead and purchased the Pro license -- it is the least I can do for...
PS: I did 2 edits to the comment above, always a good idea to read these on Github.com rather than the notification emails, at least if you are following a...
> I expect everything between "" to be all one long line (as it is auto-produced transcript from an audio recording. So it shouldn't have any breaks, paragraphs, etc. And...
> Is there a way to match for something (via RegEx), but instead of inserting the matched data, insert arbitrary data? eg, `%header.append.matchFromBody(subject, regex-checking-for-ABC, "KeywordABC")%` This is basically, If a...
> Yeah, I agree, with you having actual files to test with is best, as well as it being better to parse text contents (which would be my preference anyway)....
> It is super-jarring (on my machine, at least), when the Forward Template Filter runs -- there's no way I can be using my computer and having that happen throughout...
> It occurs to me I might not have been clear when I brought up wanting a function like this: `%header.append.matchFromBody(subject, regex-checking-for-ABC, "KeywordABC")%` > > I was meaning, an `append`...
> Also, it has occurred to me that I probably want to filter these particular messages into a subfolder at the server level, just so my inbox isn't crowded with...