|
|
1.1 root 1: 7/23/87: [mjm]
2: Fix so it always replies to the "From" field; never the "From:" field.
3: aux.c --
4: Kludge to do this was there, but didn't work because of two bugs.
5: #ifdef defined(USGFROM) --> #if defined(USGFROM)
6: strncmp(linebuf, "FROM:", 5)) --> strncmp(linebuf, "From:", 5)
7:
8: 10/8/86: [mjm]
9: cmd1.c -- if PAGER in the environment, use it.
10:
11: 9/30/86: [mjm]
12: popen.c -- pipe using "/bin/sh" instead of "/bin/csh":
13: v7.local.h -- #define stty() and gtty() in terms of ioctl().
14:
15: To "make" -- since libjobs.a not installed officially:
16: make LIBES=/n/bowell/usr/src/lbin/libjobs/libjobs.a
17:
18: 10/31/85: mjm changes so Mail works with /bin/mail "namefiles" aliasing.
19:
20: (1) lock.c:
21: <stat.h> --> <sys/stat.h>
22:
23: (2) names.c:
24: Unless "namecheck" (a new .mailrc set option) is set,
25: "Mail" passes all names onto /bin/mail without checking.
26: (Put "set namecheck" in your .mailrc to get previous behavior.)
27:
28: Unless SENDMAIL is #defined (which it is not by default),
29: argv[0] for the exec'd /bin/mail is now "mail" instead of
30: "send-mail". This is necessary to get Presotto's /bin/mail
31: to search $HOME/lib/names. (It will search the files in
32: /usr/lib/upas/namefiles regardless of argv[0]). It also
33: causes /bin/mail to drop a dead.letter for a bad name.
34:
35: 7/28/84 added parameter "warn". Used to warn reader that there
36: is another mail process in existance. If set to a value,
37: that value is name of file which contains process id and
38: tty name. Otherwise $home/.Maillock is the default.
39:
40: ber
41:
42: added 'b' command which is identical to 'R' but uses
43: the UNIX from line rather than the sendmail from line.
44:
45: ber
46:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.