How to avoid sending message headers with mail component ?

2012-12-29 Thread JackMigger
(I could remove some of my own headers before sending - but what about BCC ? I'd like to filter out all unwanted headers by configuration to avoid private data going public incidentially). Thanks for any help -- View this message in context: http://camel.465427.n5.nabble.com/How-to-a

Re: How to avoid sending message headers with mail component ?

2012-12-29 Thread Richard Kettelerij
unwanted headers by configuration to avoid > private data going public incidentially). > > Thanks for any help > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-to-avoid-sending-message-headers-with-mail-component-tp5724719.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: How to avoid sending message headers with mail component ?

2012-12-31 Thread Claus Ibsen
Richard that was a good answer. I added this as a FAQ as its a general question how to remove some/all headers https://cwiki.apache.org/confluence/display/CAMEL/How+to+avoid+sending+some+or+all+message+headers On Sat, Dec 29, 2012 at 8:52 PM, Richard Kettelerij wrote: > This is a gotcha more peo

Re: How to avoid sending message headers with mail component ?

2013-01-01 Thread JackMigger
wn processor) -- View this message in context: http://camel.465427.n5.nabble.com/How-to-avoid-sending-message-headers-with-mail-component-tp5724719p5724752.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to avoid sending message headers with mail component ?

2013-01-03 Thread Claus Ibsen
omething like .wireTap("smtp:...", false, simple("${body}")) > (I'm aware that I could always write my own processor) > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-to-avoid-sending-message-headers-with-mail-componen

Re: How to avoid sending message headers with mail component ?

2013-01-03 Thread Claus Ibsen
tails at: > http://camel.apache.org/wire-tap.html > > Something like > .wireTap("smtp:...", false, simple("${body}")) > > > >> (I'm aware that I could always write my own processor) >> >> >> >> >> >> -- >>

Re: How to avoid sending message headers with mail component ?

2013-05-08 Thread AlanFoster
this :) Cheers -- View this message in context: http://camel.465427.n5.nabble.com/How-to-avoid-sending-message-headers-with-mail-component-tp5724719p5732184.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to avoid sending message headers with mail component ?

2013-05-10 Thread Claus Ibsen
preciate any guidance with this :) > Cheers > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-to-avoid-sending-message-headers-with-mail-component-tp5724719p5732184.html > Sent from the Camel - Users mailing list archive at Nabble.com.