Page 1 of 1

Strip signature in email piping option?

Posted: Thu Oct 28, 2021 12:11 am
by plc
Is there an option or trick to strip signatures from emails?

Re: Strip signature in email piping option?

Posted: Thu Oct 28, 2021 2:58 pm
by Klemen
Nothing build-in, no. There's no reliable way of detecting signatures that I know of.

If it's the same (or very similar) signature every time, you could likely detect and remove it using regular expressions, for example. Something a PHP developer might be able to help you with.

Re: Strip signature in email piping option?

Posted: Wed Nov 10, 2021 7:10 pm
by plc
Okay thanks. Some signatures have urls and other aspects that break the view but I managed to find a way to restrict the window so that helped a lot.