On Mon, 1 Sep 2003, Jason Stubbs wrote:

> The only other thing which I haven't had time to really check into yet - too
> much time spent reading man pages! - is that it seems 1 element of @bodytext
> has more than one line of text; that is to say, each of element of @bodytext
> has >=1 newline. This results in @bodytext[1..5] returning about 30 lines of
> text with the test email I was using. How can I use perl to get just 5 (or
> 10) lines of text?

The problem here is you have to define a "line".  A line of email can have
up to 1000 (I think) characters.  Postfix will split the line at 990
characters by default.  And then there's all the extra information added
by using HTML.

-- 
Marshal Newrock, unemployed Linux user in Lansing, MI
Caution: Product will be hot after heating


--
[EMAIL PROTECTED] mailing list

Reply via email to