Strip signature in email piping option?

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
plc
Posts: 89
Joined: Wed Jun 20, 2012 2:09 pm

Strip signature in email piping option?

Post by plc »

Is there an option or trick to strip signatures from emails?
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Strip signature in email piping option?

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
plc
Posts: 89
Joined: Wed Jun 20, 2012 2:09 pm

Re: Strip signature in email piping option?

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