diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-12-14 21:17:55 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-12-14 21:17:55 +0000 |
commit | 608a01ad15ff5ab89386edfd559332580581c47d (patch) | |
tree | 0247c82ab4d95ed523c3f3ecf6cf792a84cb635e /usr.sbin/sendmail/KNOWNBUGS | |
parent | 454743c06055e0f6c7c4532bdc9b81aeab85126c (diff) |
Update to Sendmail 8.8.4, plus recent patches, plus OpenBSD support.
Also include entire example configuration subset.
Includes smrsh (using /usr/libexec/sm.bin).
Of the top of my head, the only things I removed from the distribution were
contrib/mail.local.linux, src/Makefiles, all the *.0 and *.ps files.
Our praliases man page replaces the distributed one, ours is better.
Diffstat (limited to 'usr.sbin/sendmail/KNOWNBUGS')
-rw-r--r-- | usr.sbin/sendmail/KNOWNBUGS | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/usr.sbin/sendmail/KNOWNBUGS b/usr.sbin/sendmail/KNOWNBUGS index f9020e7fb75..b948ca2d03e 100644 --- a/usr.sbin/sendmail/KNOWNBUGS +++ b/usr.sbin/sendmail/KNOWNBUGS @@ -1,7 +1,7 @@ K N O W N B U G S I N S E N D M A I L - (for 8.7) + (for 8.8) The following are bugs or deficiencies in sendmail that I am aware of @@ -74,18 +74,8 @@ This list is not guaranteed to be complete. not in the sendmail source code, so I assume it is also a bug in the sockets emulation. (Errno 22 is EINVAL "Invalid Argument" on all the systems I have available, including Solaris 2.x.) - -* Sending user deletion not done properly in :include: lists. - - If you don't have the "m" (me too) option set, then a person - sending to a list that contains themselves should not get a copy - of the message. However, if that list points to a :include: file - that has one address per line, this will break, and the sender - will always get a copy of their own message, just as though the - "m" option were set. - - You can eliminate this by adding commas at the end of each line - of the :include: file. + Apparently, this problem is due to linking -lc before -lsocket; + if you are having this problem, check your Makefile. * Excessive mailing list nesting can run out of file descriptors. @@ -116,4 +106,4 @@ This list is not guaranteed to be complete. allow for 8->7 bit MIME conversions either. -(Version 8.21, last updated 8/27/95) +(Version 8.23, last updated 10/15/96) |