#
36233 |
| 17-Nov-1988 |
karels |
more cleanup, fix some inappropriate syserr's |
#
36230 |
| 17-Nov-1988 |
karels |
expunge debugging/nonstandard/trojan horse commands from smtp, logging attempts to use them; log name/address of host from which mail received ("mail from" may not include it or may lie); don't allow
expunge debugging/nonstandard/trojan horse commands from smtp, logging attempts to use them; log name/address of host from which mail received ("mail from" may not include it or may lie); don't allow debug to affect permissions locally; change some of the non-system syserrs to syslog at lower priority; still need to unifdef remaining debug code
show more ...
|
#
34921 |
| 30-Jun-1988 |
bostic |
install approved copyright notice |
#
33729 |
| 13-Mar-1988 |
bostic |
add Berkeley specific header |
#
33725 |
| 13-Mar-1988 |
bostic |
replace sameword with strcasecmp |
#
25013 |
| 21-Sep-1985 |
eric |
don't include ctime as part of priority, since the value affects the results of shouldqueue; we go back to adding ctime into the workcmpf in queue.c |
#
24981 |
| 21-Sep-1985 |
eric |
clean up priority handling, making several of the parameters configurable: y - WkRecipFact, z - WkClassFact, Z - WkTimeFact, Y - ForkQueueRuns; improve process title labelling; finish "errors to post
clean up priority handling, making several of the parameters configurable: y - WkRecipFact, z - WkClassFact, Z - WkTimeFact, Y - ForkQueueRuns; improve process title labelling; finish "errors to postmaster" option
show more ...
|
#
24941 |
| 19-Sep-1985 |
eric |
SMI changes (somewhat) |
#
24521 |
| 04-Sep-1985 |
eric |
save code to throw out invalid Sender: fields for validated senders |
#
23117 |
| 08-Jun-1985 |
eric |
lint for 4.3 release |
#
23099 |
| 08-Jun-1985 |
eric |
lint |
#
22969 |
| 07-Jun-1985 |
miriam |
Resolve duplicate SccsId. Remove unused variable. |
#
22706 |
| 07-Jun-1985 |
dist |
Add copyright |
#
21059 |
| 24-May-1985 |
eric |
Changes from Bill Nowicki <sun!rose!nowicki> and Jay Lepreau <lepreau@utah-cs>: Fix "bad file number" problem; improve error reporting; try to keep messages closer to their original order. Also, dro
Changes from Bill Nowicki <sun!rose!nowicki> and Jay Lepreau <lepreau@utah-cs>: Fix "bad file number" problem; improve error reporting; try to keep messages closer to their original order. Also, drop "safe" mode in readcf since we never run setuid when -C is specified.
show more ...
|
#
16909 |
| 11-Aug-1984 |
eric |
Add $[ and $] as RHS operators to look up the contents and pass them to maphostname; maphostname currently looks them up in /etc/hosts and converts them to canonical form, but could be turned into a
Add $[ and $] as RHS operators to look up the contents and pass them to maphostname; maphostname currently looks them up in /etc/hosts and converts them to canonical form, but could be turned into a general name server..... huzzah!!
show more ...
|
#
16148 |
| 11-Mar-1984 |
eric |
change macro expansion character from $ to \001 so that $'s can be used in headers -- the .cf file is unchanged by mapping $ to \001. \001 is now a manifest constant. |
#
14788 |
| 21-Aug-1983 |
eric |
Drop "Sender:" hack, since it doesn't work properly when relaying messages. |
#
14784 |
| 21-Aug-1983 |
eric |
Insert Sender: line if a From: line is specified and is different from what we would otherwise put in. |
#
14105 |
| 25-Jul-1983 |
eric |
4.2 release version |
#
13103 |
| 14-Jun-1983 |
eric |
log the message-id only if non-null |
#
13012 |
| 11-Jun-1983 |
eric |
don't rearrange input header lines; force Received: lines to be at the beginning by always adding new header fields at the end of the header. |
#
12161 |
| 01-May-1983 |
eric |
don't add an extra tab in the header (white space should already exist) |
#
12159 |
| 01-May-1983 |
eric |
avoid core dumps on messages with very long header fields |
#
11930 |
| 17-Apr-1983 |
eric |
fix *(0) problems |
#
11541 |
| 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. |