58788 | 23-Mar-1993 |
eric |
eliminate use of sin_len |
58787 | 23-Mar-1993 |
eric |
bleah... one more time |
58786 | 23-Mar-1993 |
eric |
one more instance of sa_len to delete |
58784 | 23-Mar-1993 |
eric |
fix assumption of sa_len field in generic sockaddr -- no vendors seem to have picked up this important feature; change configuration to select one or both of NETINET or NETISO (but not DAEMON) |
58778 | 23-Mar-1993 |
eric |
fix generalized socket code so that it doesn't screw up on older vendor's systems; put INET support on separate compilation flag |
58757 | 19-Mar-1993 |
eric |
POSIX & ISO changes; better I/O error diagnostics; fix bogus id and bogus headers on returned mail problem; don't force all local names to lower case; send warning messages when email has been queued
POSIX & ISO changes; better I/O error diagnostics; fix bogus id and bogus headers on returned mail problem; don't force all local names to lower case; send warning messages when email has been queued up for a while; send su'ed email from original sender; use Postmaster as default fallback address, not root; other misc stuff
show more ...
|
58755 | 19-Mar-1993 |
eric |
initial hooks for ISO networking |
58741 | 19-Mar-1993 |
eric |
keep c0 static, otherwise it is undefined if no pid change |
58740 | 19-Mar-1993 |
eric |
don't free header values -- they are still accessible from BlankEnvelope |
58739 | 19-Mar-1993 |
eric |
don't force local names to lower case -- this was left over from the bogus alias mapping |
58737 | 19-Mar-1993 |
eric |
include a warning timeout after some interval; get rid of QueueRun global and put it in the envelope; some other minor bug fixes |
58736 | 19-Mar-1993 |
eric |
if you are su'ed to root, send email as who you are, not as root |
58734 | 19-Mar-1993 |
eric |
move SendMode and ErrorMode into the envelope |
58733 | 19-Mar-1993 |
eric |
default fallback name is Postmaster, not root |
58732 | 19-Mar-1993 |
eric |
check for error writing queue control files |
58731 | 19-Mar-1993 |
eric |
POSIX changes; use dup2 |
58729 | 18-Mar-1993 |
eric |
clean up unnecessary creates of queue ids; be sure to instantiate split envelopes in the queue; fix problem with leading spaces on owner-aliases acting as delimiters |
58728 | 18-Mar-1993 |
eric |
avoid extra unnecessary creation of queue files solely for an unneeded id |
58727 | 18-Mar-1993 |
eric |
leading blanks in aliases can cause "unparsable" from addresses |
58726 | 18-Mar-1993 |
eric |
make certain we always enqueue split envelopes |
58725 | 18-Mar-1993 |
eric |
there can be errors on mci_out if the other end shuts down early |
58724 | 18-Mar-1993 |
eric |
glitch on queue printing |
58723 | 18-Mar-1993 |
eric |
have 250 after DATA log the id; log envelope splits; change queue ids to have one more letter to improve probability of uniqueness over a 24 hour period |
58722 | 18-Mar-1993 |
eric |
accept old-format queue files |
58716 | 18-Mar-1993 |
eric |
add one more letter to queue names to encode the hour; this makes queue ids more likely to be unique during any particular day |