Re: get_pristine_header in an array context

2006-07-19 Thread Theo Van Dinter
On Wed, Jul 19, 2006 at 12:53:49AM -0500, Robert Nicholson wrote: > secondly I see in the SA code that in order to get one per array > element you have to use split /^/ the documentation for > get_pristine_header doesn't appear to be correct. Sure it does. - Returns pristine headers of th

Re: get_pristine_header in an array context

2006-07-18 Thread Robert Nicholson
secondly I see in the SA code that in order to get one per array element you have to use split /^/ the documentation for get_pristine_header doesn't appear to be correct. secondly why must I remove the blank line myself? $header = $mail->get_pristine_header; # remove the last new line