Path: utzoo!attcan!uunet!bu.edu!att!iuvax!ux1.cso.uiuc.edu!uxc.cso.uiuc.edu!paul From: paul@uxc.cso.uiuc.edu (Paul Pomes - UofIllinois CSO) Newsgroups: comp.unix.aix Subject: Berkeley mail has the BerkNet bug on AIX Message-ID: <1990Oct31.175534.23611@ux1.cso.uiuc.edu> Date: 31 Oct 90 17:55:34 GMT Sender: news@ux1.cso.uiuc.edu (News) Organization: University of Illinois at Urbana Lines: 36 When /usr/ucb/mail under AIX 3.1 is given a fully-qualified name as a From: address, using reply will generate garbage addresses. Example: foo@ux1.cso.uiuc.edu will be transformed to ux1.uiuc:foo@edu . Fix by applying the following patch to /usr/src/ucb/mail/config.c . That is if you have sources. Otherwise you're SOL - SOP from object-only vendors. Is anyone thinking of porting 4.3 or 4.4 to the RS6000? /pbp ======== *** /tmp/,RCSt1013475 Wed Oct 31 11:45:47 1990 --- /tmp/,RCSt2013475 Wed Oct 31 11:45:48 1990 *************** *** 29,35 **** /* * Set of network separator characters. */ ! char *metanet = "!^:%@."; /* * Host table of "known" hosts. See the comment in configdefs.h; --- 29,35 ---- /* * Set of network separator characters. */ ! char *metanet = "!^:%@"; /* * Host table of "known" hosts. See the comment in configdefs.h; -- Paul Pomes UUCP: {att,iuvax,uunet}!uiucuxc!paul Internet, BITNET: paul@uxc.cso.uiuc.edu US Mail: UofIllinois, CSO, 1304 W Springfield Ave, Urbana, IL 61801-2910