[7053] in SIPB bug reports
Re: whats
daemon@ATHENA.MIT.EDU (Greg Hudson)
Sun Nov 22 16:14:15 1998
To: yak@MIT.EDU
Cc: jmorzins@MIT.EDU, bug-sipb@MIT.EDU
In-Reply-To: Your message of "Sun, 22 Nov 1998 15:32:21 EST."
<199811222032.PAA14720@drake.MIT.EDU>
Date: Sun, 22 Nov 1998 16:14:07 EST
From: Greg Hudson <ghudson@MIT.EDU>
> echo "${ac} - ${def}" | /afs/sipb.mit.edu/project/sipb/bin/pmail \
> -s "New acron entry: ${ac}" sipb-whats@mit.edu
Please note that it violates a design goal of the sipb locker
(independence of the sipb AFS cell) to have AFS references like this.
Using /mit/sipb would be preferrable. It also violates the locker
model proper to rely on an @sys symlink; using `athdir /mit/sipb`
would be preferrable to /mit/sipb/bin.
(But using sendmail is probably the easiest and most robust.)