#
7855 |
| 23-Aug-1982 |
eric |
allow continuation lines in .cf file (particularly in headers) |
#
7851 |
| 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. |
#
7789 |
| 17-Aug-1982 |
eric |
Mail-From: ==> Received: for new SMTP spec (RFC821) |
#
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 ...
|
#
7763 |
| 15-Aug-1982 |
eric |
make headers work properly when a message is queued up; this involves expanding the header before it is written into the queue. However, it also means that we don't have to store the macro definitio
make headers work properly when a message is queued up; this involves expanding the header before it is written into the queue. However, it also means that we don't have to store the macro definitions (?)
show more ...
|
#
7677 |
| 08-Aug-1982 |
eric |
change debug level to a debug vector; add levels on logging (and the -L flag); change logging to be by message-id; elevate message-id; some lint-type cleanup |
#
7368 |
| 05-Jul-1982 |
eric |
add "Apparently-To:" field if no recipients are in the header. |
#
7365 |
| 05-Jul-1982 |
eric |
count Mail-From: lines to avoid loops (simulates hop counts) |
#
6991 |
| 31-May-1982 |
eric |
finish implementing envelopes. it's not completely clear to me that this is really the way to go, but it seems clearly better than what i had before. this delta includes many other minor changes, s
finish implementing envelopes. it's not completely clear to me that this is really the way to go, but it seems clearly better than what i had before. this delta includes many other minor changes, so it should probably not be blithely removed.
show more ...
|
#
6980 |
| 29-May-1982 |
eric |
try to install envelopes. is this really worth it??? |
#
6908 |
| 22-May-1982 |
eric |
add "envelopes" to contain the basic information needed as control info for each message. currently there is only one envelope -- this being the obvious stupid conversion. later there will be separ
add "envelopes" to contain the basic information needed as control info for each message. currently there is only one envelope -- this being the obvious stupid conversion. later there will be separate envelopes for error messages, return receipts, etc.
show more ...
|
#
6051 |
| 06-Mar-1982 |
eric |
clean up error handling in IPC case; fix a minor bug in headers in queueing code; make SMTP mail multi user per connect. |
#
5937 |
| 22-Feb-1982 |
eric |
become NewStyle automatically based on heuristics |
#
5919 |
| 20-Feb-1982 |
eric |
make rewriting of addresses in headers really work. This adds the $q macro. The rewriting of the From: address is still ad hoc and should be integrated into this format. Note: old .cf files will n
make rewriting of addresses in headers really work. This adds the $q macro. The rewriting of the From: address is still ad hoc and should be integrated into this format. Note: old .cf files will not work with this version.
show more ...
|
#
5911 |
| 20-Feb-1982 |
eric |
put the type address headers into a per-header send queue |
#
5198 |
| 06-Dec-1981 |
eric |
cleanup so it will go through lint without any fancy grep -v's; change the way SCCS Id's are handled. |
#
5187 |
| 05-Dec-1981 |
eric |
insert SMTP "Mail-From:" line. |
#
5037 |
| 22-Nov-1981 |
eric |
Edit queue control files when running queue (assuming there are still recipients left). Also, modify the MsgPriority to be the absolute number (not the Priority: value); this allows us to include ag
Edit queue control files when running queue (assuming there are still recipients left). Also, modify the MsgPriority to be the absolute number (not the Priority: value); this allows us to include aging into the priority algorithm.
show more ...
|
#
5005 |
| 21-Nov-1981 |
eric |
change the send queue to be only one queue instead of one per mailer. this is slightly inefficient but simpler. also, pass this queue around so we can have multiple send queues. this makes VRFY wor
change the send queue to be only one queue instead of one per mailer. this is slightly inefficient but simpler. also, pass this queue around so we can have multiple send queues. this makes VRFY work.
show more ...
|
#
4992 |
| 21-Nov-1981 |
eric |
links together aliases into proper trees. This is in part an attempt to do the SMTP VRFY command properly, but there are a number of annoying problems that convince me that this is the wrong way to
links together aliases into proper trees. This is in part an attempt to do the SMTP VRFY command properly, but there are a number of annoying problems that convince me that this is the wrong way to do it. Sigh.
show more ...
|
#
4627 |
| 26-Oct-1981 |
eric |
Install new experimental queueing facility -- one stage timeout, etc. This version is still quite incomplete. It needs to reorder the queue after some interval, do two-stage timeout, take option in
Install new experimental queueing facility -- one stage timeout, etc. This version is still quite incomplete. It needs to reorder the queue after some interval, do two-stage timeout, take option info from the queue file instead of the command line, read the sender's .mailcf file, etc. Some of this is useful for SMTP also.
show more ...
|
#
4402 |
| 16-Sep-1981 |
eric |
last delta was too paranoid -- this increases the number of cases that work (but is still safe -- I hope) |
#
4399 |
| 16-Sep-1981 |
eric |
run as the user forwarding mail after a .forward operation; fix a bug in .forwarding that caused recursive expansion; restrict mail to programs, files, and with :include: for security reasons. |
#
4372 |
| 12-Sep-1981 |
eric |
change From: processing to reduce the number of Original-From: lines; change allocation of global variables. |