looking at attached emails in strategy

Hi

I have a situation where an email arriving in my email strategy contains a second email as an attachment.

My question is, is it possible to examine the header of this attached second email? For example, the subject or other headers from the routing strategy?

I am using the IRD in genesys 7.6.

Martin

1 Like

I don’t think so as it is an attachment, maybe you can try to do a forward instead of a new mail

1 Like

Hi Martin,

No, it is not possible using built-in functions. If you really need this then you can build your own media server that will analyse the message and returns required information.

R.

1 Like

Ummmm I’m just guessing here, but attachments are stored in UCS db in a blob format, once email is read by Email Server it is stored in UCS DB, maybe it is possible to read that blob field and retrieve the subject your looking for.

I guess to use procmail as external processor at one step before this mail arrives on email server java.