Quote:
Originally posted by Brian Cruz
I've also noticed that when outgoing posts which contain quotes appear on usenet, the quoted text has blank lines between them. They look like this:
Juan F. Lara wrote:
> Years ago I heard that Warner Brothers Television Animation was going to
> make an "Osmosis Jones" TV series to go along with the movie. Whatever
> happened to that TV series? Are they still going to make it?
Is that normal for the script or did I set up something wrong?
|
No, this is not normal. It looks like a nasty bug. Why didn't anyone tell me about this before?
I'll fix it this weekend. In the meantime, if you go to line number 1029 in newnews.pl and change the existing line that currently reads:
push(@article," > $q\n\n");
to
push(@article," > $q\n");