Re: rule to xml attachment files

2015-10-15 Thread Rejaine Monteiro
thanks!! it works!! On 14-10-2015 19:15, David B Funk wrote: Those are MIME headers within the message, not headers at the top header area. So you need to use the "mimeheader" type rules. EG: mimeheader FILE_XML Content-type =~ /xml/i

Re: rule to xml attachment files

2015-10-14 Thread David B Funk
On Wed, 14 Oct 2015, Rejaine Monteiro wrote: how can i write a rule to get xml attach files from an e-mail? Headers: Content-Type: multipart/mixed; boundary=--boundary_6_9e03550b-93b5-4e32-88c8-2a1cd6037099 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: base64 Content-Typ

Re: rule to xml attachment files

2015-10-14 Thread John Hardin
On Wed, 14 Oct 2015, Rejaine Monteiro wrote: how can i write a rule to get xml attach files from an e-mail? Headers: Content-Type: multipart/mixed; boundary=--boundary_6_9e03550b-93b5-4e32-88c8-2a1cd6037099 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: base64 Content-Type

rule to xml attachment files

2015-10-14 Thread Rejaine Monteiro
how can i write a rule to get xml attach files from an e-mail? Headers: Content-Type: multipart/mixed; boundary=--boundary_6_9e03550b-93b5-4e32-88c8-2a1cd6037099 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: base64 Content-Type: application/octet-stream; name=filename.xml