#
10031 |
| 30-Dec-1982 |
eric |
don't bother timing out on *.cf and qf* file reads -- they are really very vanilla |
#
10029 |
| 30-Dec-1982 |
eric |
close files 3 through 20 before startup to insure sufficient resources |
#
10010 |
| 29-Dec-1982 |
eric |
don't htons(sp->s_port) in makeconnection |
#
9885 |
| 24-Dec-1982 |
eric |
Change parse to parseaddr for BB&N TCP/IP implementation; clean up comments in daemon.c to simplify the poor alternate protocol type. |
#
9654 |
| 14-Dec-1982 |
eric |
fix freeze mode to do something more interesting that refreezing (over and over and over and .......) |
#
9629 |
| 14-Dec-1982 |
eric |
Add "print mail queue" mode (-bp flag or call as "mailq") |
#
9617 |
| 13-Dec-1982 |
eric |
The routine "sendto" is now a system call (yeuch!); change our sendto to "sendtolist" |
#
9611 |
| 13-Dec-1982 |
eric |
NEW-IPC: convert to 4.1c |
#
9595 |
| 09-Dec-1982 |
eric |
Fix a bug triggered when we add the sender's "@domain" to an address in the message body that is missing a domain -- we forgot to null terminate the list. |
#
9586 |
| 09-Dec-1982 |
eric |
log read timeouts as syserrs; be able to match the inverse of a class using the $~x syntax; don't add a full name during network forward operations |
#
9543 |
| 05-Dec-1982 |
eric |
Clear the envelope in the child in server SMTP to insure that our oh so helpful parent doesn't delete our transcript; move the transcript and temporary file pointers into the envelope; pass the envel
Clear the envelope in the child in server SMTP to insure that our oh so helpful parent doesn't delete our transcript; move the transcript and temporary file pointers into the envelope; pass the envelope to other routines in the holy war against global variables; split off envelope routines from main.c to envelope.c
show more ...
|
#
9389 |
| 28-Nov-1982 |
eric |
implement SMTP auto-shutdown on 421 codes; clean up some error processing items, particularly in SMTP; don't reinstantiate error message bodies after queueing; other minor changes. This is all clean
implement SMTP auto-shutdown on 421 codes; clean up some error processing items, particularly in SMTP; don't reinstantiate error message bodies after queueing; other minor changes. This is all cleanup from 3.253.
show more ...
|
#
9386 |
| 28-Nov-1982 |
eric |
fix a number of problems left over from yesterday's delta. The big triumph is being able to delete the parameter from disconnect(). |
#
9376 |
| 28-Nov-1982 |
eric |
Many changes resulting from a complete code readthrough. Most of these fix minor bugs or change the internal structure for clarity, etc. There should be almost no externally visible changes (other
Many changes resulting from a complete code readthrough. Most of these fix minor bugs or change the internal structure for clarity, etc. There should be almost no externally visible changes (other than some cleaner error message printouts and the like).
show more ...
|
#
9347 |
| 24-Nov-1982 |
eric |
lint it |
#
9338 |
| 24-Nov-1982 |
eric |
run SMTP jobs in a subprocess so that multiple jobs will work. This delta also changes the envelope data structure so that flags are in a bit map, and adjusts some of the semantics. The transcript
run SMTP jobs in a subprocess so that multiple jobs will work. This delta also changes the envelope data structure so that flags are in a bit map, and adjusts some of the semantics. The transcript is now local to an envelope. A bunch of old code is deleted. A serious bug was fixed in the "run in background" code. Etc., etc.
show more ...
|
#
9313 |
| 21-Nov-1982 |
eric |
preliminary hacks for multiple SMTP transactions per connection: make assignment of multiple queue id's more efficient, make prefixes two characters (e.g., qfAA99999), pass the file name to freeze an
preliminary hacks for multiple SMTP transactions per connection: make assignment of multiple queue id's more efficient, make prefixes two characters (e.g., qfAA99999), pass the file name to freeze and thaw, add a mailer flag saying we are talking to one of our own kind.
show more ...
|
#
9307 |
| 20-Nov-1982 |
eric |
Accept user@[net.host.logical.imp] syntax |
#
9303 |
| 18-Nov-1982 |
eric |
Correctly run "sendmail -q" (had a reversed condition on QueueIntvl) |
#
9295 |
| 18-Nov-1982 |
eric |
Fix bug causing loops in sendto if there are scanner errors in addresses |
#
9294 |
| 18-Nov-1982 |
eric |
disconnect input, output, signals, etc. when running in background |
#
9281 |
| 17-Nov-1982 |
eric |
split operation mode ("-bx" flag) and delivery mode ("d" option) so that operation mode can apply to SMTP/daemon connections also. |
#
9222 |
| 14-Nov-1982 |
eric |
Explicitly inherit e_oldstyle from BlankEnvelope to MainEnvelope |
#
9209 |
| 14-Nov-1982 |
eric |
fix quote processing on program mailers |
#
9189 |
| 14-Nov-1982 |
eric |
Don't give an error message on unknown options |