Strip signature in email piping option?
Moderator: mkoch227
Strip signature in email piping option?
Is there an option or trick to strip signatures from emails?
Re: Strip signature in email piping option?
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.
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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Strip signature in email piping option?
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.