#
23098 |
| 08-Jun-1985 |
eric |
lint |
#
22980 |
| 07-Jun-1985 |
miriam |
Resolve duplicate Sccsid. Remove unused variable. |
#
22708 |
| 07-Jun-1985 |
dist |
Add copyright |
#
17982 |
| 15-Feb-1985 |
eric |
fix some bugs with -C flag; one with queuing from Teus |
#
17477 |
| 06-Dec-1984 |
eric |
back out attempt to use flock in the queue -- we don't in gerneral have an open file descriptor available. |
#
17468 |
| 05-Dec-1984 |
eric |
Try to use flock call (this doesn't work because we don't always have an open fd); security and performance fixes from Kirk Smith at Purdue; "a" option is now the number of minutes to wait for "@:@"
Try to use flock call (this doesn't work because we don't always have an open fd); security and performance fixes from Kirk Smith at Purdue; "a" option is now the number of minutes to wait for "@:@" alias; fix bug in $[ $] using -t; random cleanup
show more ...
|
#
16147 |
| 11-Mar-1984 |
eric |
change macro expansion character from $ to \001 so that $'s can be used in headers -- the .cf file is unchanged by mapping $ to \001. \001 is now a manifest constant. |
#
14104 |
| 25-Jul-1983 |
eric |
4.2 release version |
#
13707 |
| 02-Jul-1983 |
sam |
include fix |
#
13015 |
| 11-Jun-1983 |
eric |
%d => %ld in mailq for PDP-11's |
#
12517 |
| 18-May-1983 |
eric |
Minor formatting change so that the entire text of the message can be printed. |
#
12015 |
| 23-Apr-1983 |
eric |
Don't put Resent-*: lines in queue file to prevent outputing them inappropriately in the sent message. |
#
11542 |
| 12-Mar-1983 |
eric |
Don't artifically add a "from: $q" when running the queue -- this seems to cause the from line in the qf file to be ignored. |
#
10686 |
| 02-Feb-1983 |
eric |
implement classes and mailer flags as a bit map; define new class 'w' as the set of all hosts we are known by |
#
10349 |
| 17-Jan-1983 |
eric |
define a newline in "nullmailer" so that queue files get written with newlines between the "H" lines. |
#
10205 |
| 08-Jan-1983 |
eric |
release daemon resources when running the queue |
#
10195 |
| 08-Jan-1983 |
eric |
be sure to open a new transcript on every queue run; when returning an SMTP transcript, only send the last half (i.e., that part which describes the sending half). |
#
10173 |
| 06-Jan-1983 |
eric |
split up FULLSMTP flag -- now have "X" (M_XDOT, use hidden dot algorithm), "p" (M_FROMPATH, use reverse-path in MAIL FROM:<> command), and "L" (M_LIMITS, enforce SMTP line limits). I would like to c
split up FULLSMTP flag -- now have "X" (M_XDOT, use hidden dot algorithm), "p" (M_FROMPATH, use reverse-path in MAIL FROM:<> command), and "L" (M_LIMITS, enforce SMTP line limits). I would like to change the format of the mail defn one more time to make named fields so that it would be more extensible.
show more ...
|
#
10121 |
| 04-Jan-1983 |
eric |
fix botch that causes sendmail to core dump when there are large numbers of requests |
#
10108 |
| 03-Jan-1983 |
eric |
give more useful error messages (including the errno that caused a temporary failure); reflect these messages out to mailq |
#
10096 |
| 03-Jan-1983 |
eric |
print "request" instead of "requests" if there is only one request |
#
10093 |
| 03-Jan-1983 |
eric |
process timeouts like normal errors, so that they will get delivered to the correct address (i.e., the Errors-To: address) |
#
10090 |
| 03-Jan-1983 |
eric |
fix botch in reading the queue that caused it to throw away the last entry it read -- this was particulary obvious with only one entry in the queue. |
#
10070 |
| 02-Jan-1983 |
eric |
clean up output of mailq mode |
#
10066 |
| 01-Jan-1983 |
eric |
Put CRLF on all lines in user SMTP. Pass this info down to innumerable routines. |