bobbimanners / emailler

Email and Usenet suite for the Apple //e or GS with Uthernet-II ethernet card
http://bobbi.epizy.com
Other
30 stars 5 forks source link

EMAIL: Formatting issue in email_pager() #34

Closed bobbimanners closed 4 years ago

bobbimanners commented 4 years ago

email_pager() is misformatting the User-Agent header. It is fine in the actual message - this is just a display issue. It looks like it is confused by the long preceding line.

bobbimanners commented 4 years ago

Oh this is Usenet headers I should add.

bobbimanners commented 4 years ago

Fixed in usenet branch. The problem was the case of an overlength line that was getting truncated. The code was omitting to put a carriage return at the end of the truncated line.