Date: Sat, 20 Apr 2002 07:50:04 -0700 (PDT) From: Giorgos Keramidas <keramida@FreeBSD.ORG> To: freebsd-bugs@FreeBSD.org Subject: Re: gnu/37267: send-pr does not add domain to the username Message-ID: <200204201450.g3KEo4V84406@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR gnu/37267; it has been noted by GNATS. From: Giorgos Keramidas <keramida@FreeBSD.ORG> To: Jos Backus <jos@catnook.com> Cc: bug-followup@FreeBSD.ORG Subject: Re: gnu/37267: send-pr does not add domain to the username Date: Sat, 20 Apr 2002 17:12:45 +0300 On 2002-04-20 03:21, Jos Backus wrote: > Run send-pr and observe that the e-mail address in the From: > and Reply-To: does not have a domain appended. One might argue that this is easy to fix in the MTA. > +DOMAIN=`test -r /etc/resolv.conf && awk '$1 ~ /(search|domain)/ {print "@"$2; exit}' /etc/resolv.conf` Hmm, so what about places where the first domain is not the correct domain? You could always add `hostname` there, since that's where the message comes from, and most domains have their MTA set up to correctly recognize and masquerade this :-) Just an idea, - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204201450.g3KEo4V84406>