diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-08-01 01:01:42 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-08-01 01:01:42 +0000 |
commit | 4a708c64cc0677e84c4b8e77b54d0199042254c4 (patch) | |
tree | bbcf5f1289fd8feb0ba87851c79d7eb67dfdf7e6 /gnu/usr.sbin/sendmail/KNOWNBUGS | |
parent | 8879a3e7434a6e93c5f42406c82b3dce8d9f277c (diff) |
update to sendmail 8.11.5
Diffstat (limited to 'gnu/usr.sbin/sendmail/KNOWNBUGS')
-rw-r--r-- | gnu/usr.sbin/sendmail/KNOWNBUGS | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/gnu/usr.sbin/sendmail/KNOWNBUGS b/gnu/usr.sbin/sendmail/KNOWNBUGS index 0fac6255b2b..a923cf827d9 100644 --- a/gnu/usr.sbin/sendmail/KNOWNBUGS +++ b/gnu/usr.sbin/sendmail/KNOWNBUGS @@ -35,6 +35,13 @@ This list is not guaranteed to be complete. restructuring of the code -- for example, almost no C library support could be used to handle strings. +* Header checks are not called if header value is too long. + + If the value of a header is longer than 1250 (MAXNAME + MAXATOM - 6) + characters or it contains a single word longer than 256 (MAXNAME) + characters then no header check is done even if one is configured for + the header. + * Duplicate error messages. Sometimes identical, duplicate error messages can be generated. As @@ -193,10 +200,10 @@ This list is not guaranteed to be complete. local mail delivery and NFS hard mounted home directories should be avoided, as attempts to open the forward files could hang. -* Race condition for delivery to setuid files +* Race condition for delivery to set-user-id files Sendmail will deliver to a fail if the file is owned by the DefaultUser - or has the setuid bit set. Unfortunately, some systems clear that bit + or has the set-user-id bit set. Unfortunately, some systems clear that bit when a file is modified. Sendmail compensates by resetting the file mode back to it's original settings. Unfortunately, there's still a permission failure race as sendmail checks the permissions before locking @@ -211,4 +218,4 @@ This list is not guaranteed to be complete. state. This option and it's use is deprecated and will be removed from a future version of sendmail. -$Revision: 1.3 $, Last updated $Date: 2001/01/15 21:08:50 $ +$Revision: 1.4 $, Last updated $Date: 2001/08/01 01:01:40 $ |