7849 | 22-Aug-1982 |
eric |
change $i to $j; $i is now queue id; put "Received:" format in .cf file; minor cleanup |
7812 | 22-Aug-1982 |
eric |
assign a unique id to each transaction that can be determined from the queue file name. |
7811 | 22-Aug-1982 |
eric |
assign a unique id to each transaction that can be determined from the queue file name. |
7810 | 22-Aug-1982 |
eric |
assign a unique id to each transaction that can be determined from the queue file name. |
7809 | 22-Aug-1982 |
eric |
assign a unique id to each transaction that can be determined from the queue file name. |
7808 | 22-Aug-1982 |
eric |
assign a unique id to each transaction that can be determined from the queue file name. |
7807 | 22-Aug-1982 |
eric |
assign a unique id to each transaction that can be determined from the queue file name. |
7801 | 21-Aug-1982 |
eric |
move <> and forward path processing to .cf file; increase MAXATOMS since some "comment" information may now be part of the address. **** this installation requires a new sendmail.cf file **** |
7800 | 21-Aug-1982 |
eric |
move <> and forward path processing to .cf file; increase MAXATOMS since some "comment" information may now be part of the address. **** this installation requires a new sendmail.cf file **** |
7799 | 21-Aug-1982 |
eric |
increase MAXATOMS from 30 to 100 -- since <> is now in .cf file |
7798 | 20-Aug-1982 |
eric |
time stamp the SMTP greeting message; increase the buffer size in syslog to prevent core dumps. |
7797 | 20-Aug-1982 |
eric |
time stamp the greeting message |
7790 | 17-Aug-1982 |
eric |
change Mail-From: to Received: for new SMTP spec (RFC821); handle folded lines in queue files correctly. |
7789 | 17-Aug-1982 |
eric |
Mail-From: ==> Received: for new SMTP spec (RFC821) |
7788 | 17-Aug-1982 |
eric |
Mail-From: ==> Received: for new SMTP spec (RFC821) |
7787 | 17-Aug-1982 |
eric |
Mail-From: ==> Received: for new SMTP spec (RFC821) |
7786 | 17-Aug-1982 |
eric |
handle folded lines in queue file properly |
7785 | 17-Aug-1982 |
eric |
handle folded lines in queue file properly |
7784 | 17-Aug-1982 |
eric |
rework header processing: do special purpose header munging in a separate routine so that the queue run can do it also; parse From lines in a fancy way, extracting the address part and turning it int
rework header processing: do special purpose header munging in a separate routine so that the queue run can do it also; parse From lines in a fancy way, extracting the address part and turning it into a $g macro; avoid reading and processing core files that end up in the queue directory; check the queue directory name for legality; fix the verify (-bv) option.
show more ...
|
7783 | 17-Aug-1982 |
eric |
rework header processing: do special purpose header munging in a separate routine so that the queue run can do it also. Also, parse From: lines in a fancy way, extracting the address part and turnin
rework header processing: do special purpose header munging in a separate routine so that the queue run can do it also. Also, parse From: lines in a fancy way, extracting the address part and turning it into a $g macro.
show more ...
|
7782 | 17-Aug-1982 |
eric |
rework header processing: do special purpose header munging in a separate routine so that the queue run can do it also. Also, parse From: lines in a fancy way, extracting the address part and turnin
rework header processing: do special purpose header munging in a separate routine so that the queue run can do it also. Also, parse From: lines in a fancy way, extracting the address part and turning it into a $g macro.
show more ...
|
7781 | 17-Aug-1982 |
eric |
don't process core files; process headers properly when running queue. |
7780 | 17-Aug-1982 |
eric |
check for length of queue directory name; do verify even on error |
7779 | 17-Aug-1982 |
eric |
fix verify mode (only worked in verbose mode) |
7764 | 15-Aug-1982 |
eric |
mark From: lines with the H_FROM bit; make VRFY work by adding the QuickAbort flag; handle headers more cleverly in queue files -- this seems to work, but I am frankly nervous. Note: this version re
mark From: lines with the H_FROM bit; make VRFY work by adding the QuickAbort flag; handle headers more cleverly in queue files -- this seems to work, but I am frankly nervous. Note: this version represents a flag day!-- old queues will not process properly.
show more ...
|