Date: Sat, 25 Dec 1999 18:40:06 -0500 (EST) From: Mikhail Teterin <mi@kot.ne.mediaone.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15693: aub may fail on certain (bad?) postings Message-ID: <199912252340.SAA08096@rtfm.newton>
next in thread | raw e-mail | index | archive | help
>Number: 15693 >Category: ports >Synopsis: aub may fail on certain (bad?) postings >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 25 15:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.4-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: As installed by the news/aub port, it will only recognize EOL by the \n symbol. Too many postings use \r :( I don't know where they come from (MACs?), but the included patch seems to make aub work nicer. >How-To-Repeat: >Fix: Please, commit this thing into aub's patches/patch-eol or something... --- aub Sat Dec 25 18:34:35 1999 @@ -992 +992 @@ - while ($socket_stuff !~ m/\n/) { # No complete line in buffer + while ($socket_stuff !~ m/\r\n/) { # No complete line in buffer >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912252340.SAA08096>