#
12518 |
| 18-May-1983 |
eric |
Change WKTIMEFACT to be negative to force failing jobs to the end of the queue rather than to the beginning, giving better overall performance -- as noted by Jay Lepreau. Also, clean up the format o
Change WKTIMEFACT to be negative to force failing jobs to the end of the queue rather than to the beginning, giving better overall performance -- as noted by Jay Lepreau. Also, clean up the format of the mailq output.
show more ...
|
#
12314 |
| 07-May-1983 |
eric |
Pass the size of the buffer to myhostname. |
#
12226 |
| 04-May-1983 |
eric |
fix botch in 3.338 -- arguments reversed |
#
12224 |
| 04-May-1983 |
eric |
Don't send domain-based UUCP addresses to UGLYUUCP hosts |
#
12160 |
| 01-May-1983 |
eric |
avoid core dumps on messages with very long header fields |
#
12136 |
| 30-Apr-1983 |
eric |
lint |
#
12016 |
| 23-Apr-1983 |
eric |
Don't put Resent-*: lines in queue file to prevent outputing them inappropriately in the sent message. |
#
11996 |
| 19-Apr-1983 |
eric |
Fix bug causing convtime to loop forever on "w" (week) specification. |
#
11938 |
| 17-Apr-1983 |
eric |
put true current time on SMTP greeting message; drop >From hack (this belongs in the mailer if needed); fix bogus errno problems (clear errno in many places); fix *(0) problems |
#
11727 |
| 26-Mar-1983 |
eric |
increase buffer size in smtpmessage to avoid overflows; rewrite again with ruleset three after appending from domain so that we can add the bracket punctuation; changes from MRH for USG UNIX 5.0 |
#
11626 |
| 19-Mar-1983 |
eric |
Don't have mail from su'ed people come from "daemon" |
#
11616 |
| 19-Mar-1983 |
eric |
Fix botch of putting incorrect full names on some addresses (usually UNIX-to-UNIX Copy) |
#
11547 |
| 12-Mar-1983 |
eric |
take ECONNRESET (Connection reset by peer) as a temporary error during connection initiation. |
#
11545 |
| 12-Mar-1983 |
eric |
Check for I/O error on close of temp file -- i.e., last buffer flush |
#
11543 |
| 12-Mar-1983 |
eric |
Don't artifically add a "from: $q" when running the queue -- this seems to cause the from line in the qf file to be ignored. |
#
11512 |
| 10-Mar-1983 |
eric |
Delete colon on front of aliases |
#
11448 |
| 08-Mar-1983 |
eric |
Pass the delimiter character to parseaddr so that we can correctly decide between comma and space |
#
11425 |
| 07-Mar-1983 |
eric |
Don't pass EX_TEMPFAIL code out (since we have already taken responsibility for delivering the message anyway). |
#
11424 |
| 07-Mar-1983 |
eric |
Handle OLDSTYLE addresses properly with the -t flag; notice that tabs also delimit addresses (as well as spaces) |
#
11415 |
| 06-Mar-1983 |
eric |
Handle messages with "Resent-xxx:" header lines properly (basically mark the message as being resent); ignore incoming From: lines if their text exactly matches our machine-readable address exactly -
Handle messages with "Resent-xxx:" header lines properly (basically mark the message as being resent); ignore incoming From: lines if their text exactly matches our machine-readable address exactly -- this causes the full name to be added when called from (e.g.) MH. Both of these mode are to improve interaction with MH.
show more ...
|
#
11406 |
| 05-Mar-1983 |
eric |
Ignore delimiters (e.g., commas) inside quotes |
#
11300 |
| 26-Feb-1983 |
eric |
Don't log message-id mapping and from person in a queue run |
#
11298 |
| 26-Feb-1983 |
eric |
map host name for $w macro to upper case -- this is more conventional |
#
11292 |
| 26-Feb-1983 |
eric |
log queueid <=> message-id correspondence |
#
11286 |
| 25-Feb-1983 |
eric |
More attempts at insuring that everything goes through ruleset 4 |