Re: ports/36307: nmh port cuts off last part of sender domain

2002-03-27 Thread Scott Blachowicz
On Wed, Mar 27, 2002 at 03:44:32PM +0100, Matthias Buelow wrote: > ... > This is both a problem in nmh aswell as FreeBSD; nmh shouldn't rely > on uname(3) for getting a full Internet hostname as "nodename"; > FreeBSD should raise SYS_NMLN to provide enough place for an Internet > hostname. > ... >

Re: ports/36307: nmh port cuts off last part of sender domain

2002-03-27 Thread Matthias Buelow
I wrote: > printf("sysname: %s\nnodename: %s\nrelease: %s\nmachine: %s\n", > u.sysname, u.nodename, u.release, u.version, u.machine); Actually here's an obvious bug in the quick test program, I just want to mention it, it doesn't effect anything in the rest of the mail, thoug

Re: ports/36307: nmh port cuts off last part of sender domain

2002-03-27 Thread Matthias Buelow
Scott Blachowicz <[EMAIL PROTECTED]> writes: (freebsd-hackers, please see comment about sys/utsname.h / SYS_NMLN below; you might ignore the nmh bug correspondence above.) >OK...it looks like there's this zotnet/mts/mts.c file with a LocalName() >function that calls various functions (uname(),