#
4446 |
| 29-Sep-1981 |
eric |
fix hash function computation for symbol table on 16-bit machines |
#
4444 |
| 28-Sep-1981 |
eric |
enable aliases to self-reference themselves correctly. |
#
4438 |
| 24-Sep-1981 |
eric |
changes to work under a V6 system -- mostly compilation flags |
#
4435 |
| 23-Sep-1981 |
eric |
break some configuration into conf.h -- simplifies makefile changes on different machines. But there are still conditional libraries, so this may not be a good idea..... |
#
4432 |
| 23-Sep-1981 |
eric |
fix bug in file modes when mailing to files that didn't exist before; add an 'F' line to the .cf file that will read class entries from another file, given a scanf string to do the parsing. |
#
4425 |
| 22-Sep-1981 |
eric |
fix problem with using macros in rules; change configuration to send different flags when destined for arpanet vs. berknet hosts, etc. |
#
4423 |
| 22-Sep-1981 |
eric |
finally make suppression of sender in mailing lists work -- this version also works correctly on simple aliases. |
#
4420 |
| 21-Sep-1981 |
eric |
fix suppression of from address in mailing lists. |
#
4416 |
| 20-Sep-1981 |
eric |
don't let a mailer ever execute as root (that should solve the security problems!) -- essentially just map root into someone else. Adds yet another configuration variable (should this be in the .cf f
don't let a mailer ever execute as root (that should solve the security problems!) -- essentially just map root into someone else. Adds yet another configuration variable (should this be in the .cf file?
show more ...
|
#
4407 |
| 16-Sep-1981 |
eric |
take underscore as well as space to separate parts of a person's full name. Dot notation should be made to work someday also. |
#
4405 |
| 16-Sep-1981 |
eric |
have .forward ownership stick harder than :include: ownership: this prevents cretins from using writable root files for nastiness. all this is pointless if /usr/lib/aliases is writable though.... |
#
4403 |
| 16-Sep-1981 |
eric |
be REALLY clever and inherit uid/gid from owner of :include: files also... solves problem of alias to non-secure file |
#
4402 |
| 16-Sep-1981 |
eric |
last delta was too paranoid -- this increases the number of cases that work (but is still safe -- I hope) |
#
4398 |
| 16-Sep-1981 |
eric |
run as the user forwarding mail after a .forward operation; fix a bug in .forwarding that caused recursive expansion; restrict mail to programs, files, and with :include: for security reasons. |
#
4386 |
| 14-Sep-1981 |
eric |
check MAXATOM overflow; increase MAXATOM value |
#
4383 |
| 14-Sep-1981 |
eric |
fix but in mailers that only take one address at a time |
#
4375 |
| 12-Sep-1981 |
eric |
match on full name for local users |
#
4371 |
| 12-Sep-1981 |
eric |
change From: processing to reduce the number of Original-From: lines; change allocation of global variables. |
#
4328 |
| 07-Sep-1981 |
eric |
fix up umask; allow setuid on files to take recipient owner; factor some configuration info into conf.c |
#
4323 |
| 07-Sep-1981 |
eric |
add auto-rebuild on alias database; fix some aliasing bugs; add statistics to rebuild; slight code restructuring; change version handling one last (?) time |
#
4321 |
| 07-Sep-1981 |
eric |
add NOTUNIX compile flag to turn off UNIX "From " line processing |
#
4320 |
| 06-Sep-1981 |
eric |
cleanup, commenting, linting, etc. |
#
4312 |
| 06-Sep-1981 |
eric |
improve "version:" entry in makefile; fix -em (mail back errors) option |
#
4306 |
| 06-Sep-1981 |
eric |
fix $u argument processing bug (happened in uucp); .cf file cleanup |
#
4287 |
| 31-Aug-1981 |
eric |
collect mail statistics; minor configuration changes |