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. |
9594 | 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 |
9585 | 09-Dec-1982 |
eric |
be able to match the inverse of a class using the $~x syntax |
9584 | 09-Dec-1982 |
eric |
be able to match the inverse of a class using the $~x syntax |
9583 | 09-Dec-1982 |
eric |
be able to match the inverse of a class using the $~x syntax |
9582 | 09-Dec-1982 |
eric |
avoid putting in a full name in network forward operations |
9581 | 09-Dec-1982 |
eric |
log read timeouts as a syserr |
9547 | 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 ...
|
9546 | 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 ...
|
9545 | 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 ...
|
9544 | 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 ...
|
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 ...
|
9542 | 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 ...
|
9541 | 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 ...
|
9540 | 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 ...
|
9539 | 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 ...
|
9538 | 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 ...
|
9537 | 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 ...
|
9536 | 05-Dec-1982 |
eric |
date and time created 82/12/05 13:42:10 by eric |
9391 | 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 ...
|
9390 | 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 ...
|
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 ...
|
9388 | 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 ...
|
9387 | 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(). |