body_(re)write method in Transaction.pm

2010-12-23 Thread Ryszard
hat will allow me to rewrite the entire message body? 2) are patches being accepted in the case i have not missed anything? regs ryszard

Re: body_(re)write method in Transaction.pm

2011-01-29 Thread Ryszard
to follow up on this, to re-write the body of an email completely you can do this: $transaction->body_resetpos; truncate $transaction->body_fh(), 0; $transaction->body_rewrite( $newbody); On 29 December 2010 21:34, Ryszard wrote: > Maybe a waste of time for you, but worked wonders