Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/sendmail sendmail 8.11.4



details:   https://anonhg.NetBSD.org/src/rev/c2fe96b55bfc
branches:  trunk
changeset: 510437:c2fe96b55bfc
user:      itojun <itojun%NetBSD.org@localhost>
date:      Tue May 29 03:55:36 2001 +0000

description:
sendmail 8.11.4

diffstat:

 gnu/dist/sendmail/cf/cf/generic-nextstep3.3.cf |  34 +++++-----
 gnu/dist/sendmail/cf/ostype/freebsd4.m4        |  19 ++++++
 gnu/dist/sendmail/mailstats/mailstats.0        |  77 +------------------------
 gnu/dist/sendmail/makemap/makemap.0            |  45 +--------------
 gnu/dist/sendmail/praliases/praliases.0        |  31 +---------
 gnu/dist/sendmail/smrsh/smrsh.0                |   9 +--
 6 files changed, 46 insertions(+), 169 deletions(-)

diffs (truncated from 364 to 300 lines):

diff -r 23dff568d6e8 -r c2fe96b55bfc gnu/dist/sendmail/cf/cf/generic-nextstep3.3.cf
--- a/gnu/dist/sendmail/cf/cf/generic-nextstep3.3.cf    Tue May 29 02:20:20 2001 +0000
+++ b/gnu/dist/sendmail/cf/cf/generic-nextstep3.3.cf    Tue May 29 03:55:36 2001 +0000
@@ -16,14 +16,14 @@
 #####
 #####          SENDMAIL CONFIGURATION FILE
 #####
-##### built by gshapiro%horsey.gshapiro.net@localhost on Tue Feb 27 14:54:24 PST 2001
-##### in /usr/local/src/sendmail/devel/8.11/OpenSource/sendmail-8.11.3/cf/cf
+##### built by gshapiro%horsey.gshapiro.net@localhost on Sun May 27 15:54:54 PDT 2001
+##### in /usr/local/src/sendmail/devel/8.11/OpenSource/sendmail-8.11.4/cf/cf
 ##### using ../ as configuration include directory
 #####
 ######################################################################
 ######################################################################
 
-#####  Id: cfhead.m4,v 8.76.4.15 2001/02/14 04:07:20 gshapiro Exp  #####
+#####  Id: cfhead.m4,v 8.76.4.16 2001/03/06 22:56:36 ca Exp  #####
 #####  Id: cf.m4,v 8.32 1999/02/07 07:26:14 gshapiro Exp  #####
 #####  Id: generic-nextstep3.3.mc,v 8.10 1999/02/07 07:26:02 gshapiro Exp  #####
 
@@ -37,7 +37,7 @@
 
 
 
-#####  Id: proto.m4,v 8.446.2.5.2.38 2000/12/28 03:37:28 ca Exp  #####
+#####  Id: proto.m4,v 8.446.2.5.2.41 2001/05/23 21:32:16 ca Exp  #####
 
 
 # level 9 config file format
@@ -117,7 +117,7 @@
 CPREDIRECT
 
 # Configuration version number
-DZ8.11.3
+DZ8.11.4
 
 
 ###############
@@ -128,7 +128,7 @@
 O SevenBitInput=False
 
 # 8-bit data handling
-O EightBitMode=pass8
+#O EightBitMode=pass8
 
 # wait for alias file rebuild (default units: minutes)
 O AliasWait=10
@@ -672,25 +672,25 @@
 
 SParse0
 R<@>                   $@ <@>                  special case error msgs
-R$* : $* ; <@>         $#error $@ 5.1.3 $: "501 List:; syntax illegal for recipient addresses"
+R$* : $* ; <@>         $#error $@ 5.1.3 $: "553 List:; syntax illegal for recipient addresses"
 R@ <@ $* >             < @ $1 >                catch "@@host" bogosity
-R<@ $+>                        $#error $@ 5.1.3 $: "501 User address required"
+R<@ $+>                        $#error $@ 5.1.3 $: "553 User address required"
 R$*                    $: <> $1
 R<> $* < @ [ $+ ] > $* $1 < @ [ $2 ] > $3
-R<> $* <$* : $* > $*   $#error $@ 5.1.3 $: "501 Colon illegal in host name part"
+R<> $* <$* : $* > $*   $#error $@ 5.1.3 $: "553 Colon illegal in host name part"
 R<> $*                 $1
-R$* < @ . $* > $*      $#error $@ 5.1.2 $: "501 Invalid host name"
-R$* < @ $* .. $* > $*  $#error $@ 5.1.2 $: "501 Invalid host name"
-R$* , $~O $*           $#error $@ 5.1.2 $: "501 Invalid route address"
+R$* < @ . $* > $*      $#error $@ 5.1.2 $: "553 Invalid host name"
+R$* < @ $* .. $* > $*  $#error $@ 5.1.2 $: "553 Invalid host name"
+R$* , $~O $*           $#error $@ 5.1.2 $: "553 Invalid route address"
 
 # now delete the local info -- note $=O to find characters that cause forwarding
 R$* < @ > $*           $@ $>Parse0 $>canonify $1       user@ => user
 R< @ $=w . > : $*      $@ $>Parse0 $>canonify $2       @here:... -> ...
 R$- < @ $=w . >                $: $(dequote $1 $) < @ $2 . >   dequote "foo"@here
-R< @ $+ >              $#error $@ 5.1.3 $: "501 User address required"
+R< @ $+ >              $#error $@ 5.1.3 $: "553 User address required"
 R$* $=O $* < @ $=w . > $@ $>Parse0 $>canonify $1 $2 $3 ...@here -> ...
 R$-                    $: $(dequote $1 $) < @ *LOCAL* >        dequote "foo"
-R< @ *LOCAL* >         $#error $@ 5.1.3 $: "501 User address required"
+R< @ *LOCAL* >         $#error $@ 5.1.3 $: "553 User address required"
 R$* $=O $* < @ *LOCAL* >
                        $@ $>Parse0 $>canonify $1 $2 $3 ...@*LOCAL* -> ...
 R$* < @ *LOCAL* >      $: $1
@@ -960,7 +960,7 @@
                        $: < ? $&{client_name} > < $1 @ localhost.UUCP >
 R<@> $*                        $: $1                   no localhost as domain
 R<? $=w> $*            $: $2                   local client: ok
-R<? $+> <$+>           $#error $@ 5.5.4 $: "501 Real domain name required for sender address"
+R<? $+> <$+>           $#error $@ 5.5.4 $: "553 Real domain name required for sender address"
 R<?> $*                        $: $1
 R$*                    $: <?> $>CanonAddr $1           canonify sender address and mark it
 R<?> $* < @ $+ . >     <?> $1 < @ $2 >                 strip trailing dots
@@ -977,13 +977,13 @@
 R$* $| $*              $: $2
 R<?> $*                        $: < ? $&{client_name} > $1
 R<?> $*                        $@ <OK>                         ...local unqualed ok
-R<? $+> $*             $#error $@ 5.5.4 $: "501 Domain name required for sender address " $&f
+R<? $+> $*             $#error $@ 5.5.4 $: "553 Domain name required for sender address " $&f
                                                        ...remote is not
 # check results
 R<?> $*                        $: @ $1         mark address: nothing known about it
 R<OK> $*               $@ <OK>
 R<TEMP> $*             $#error $@ 4.1.8 $: "451 Domain of sender address " $&f " does not resolve"
-R<PERM> $*             $#error $@ 5.1.8 $: "501 Domain of sender address " $&f " does not exist"
+R<PERM> $*             $#error $@ 5.1.8 $: "553 Domain of sender address " $&f " does not exist"
 
 ######################################################################
 ###  check_rcpt -- check SMTP `RCPT TO:' command argument
diff -r 23dff568d6e8 -r c2fe96b55bfc gnu/dist/sendmail/cf/ostype/freebsd4.m4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/dist/sendmail/cf/ostype/freebsd4.m4   Tue May 29 03:55:36 2001 +0000
@@ -0,0 +1,19 @@
+divert(-1)
+#
+# Copyright (c) 2001 Sendmail, Inc. and its suppliers.
+#      All rights reserved.
+#
+# By using this file, you agree to the terms and conditions set
+# forth in the LICENSE file which can be found at the top level of
+# the sendmail distribution.
+#
+#
+
+divert(0)
+VERSIONID(`Id: freebsd4.m4,v 1.1 2001/03/21 22:44:58 ca Exp')
+ifdef(`STATUS_FILE',, `define(`STATUS_FILE', `/var/log/sendmail.st')')dnl
+dnl turn on S flag for local mailer
+MODIFY_MAILER_FLAGS(`LOCAL', `+S')dnl
+ifdef(`LOCAL_MAILER_PATH',, `define(`LOCAL_MAILER_PATH', /usr/libexec/mail.local)')dnl
+ifdef(`LOCAL_MAILER_ARGS',, `define(`LOCAL_MAILER_ARGS', `mail $u')')dnl
+ifdef(`UUCP_MAILER_ARGS',, `define(`UUCP_MAILER_ARGS', `uux - -r -z -a$g $h!rmail ($u)')')dnl
diff -r 23dff568d6e8 -r c2fe96b55bfc gnu/dist/sendmail/mailstats/mailstats.0
--- a/gnu/dist/sendmail/mailstats/mailstats.0   Tue May 29 02:20:20 2001 +0000
+++ b/gnu/dist/sendmail/mailstats/mailstats.0   Tue May 29 03:55:36 2001 +0000
@@ -1,8 +1,6 @@
-
+MAILSTATS(8)                                         MAILSTATS(8)
 
 
-MAILSTATS(1)                                         MAILSTATS(1)
-
 
 NNAAMMEE
        mailstats - display mail statistics
@@ -29,9 +27,9 @@
               MMaaiilleerr      The name of the mailer.
 
        After  this display, a line totaling the values for all of
-       the mailers is displayed (preceeded with a  ``T''),  sepa-
+       the mailers is displayed (preceded with  a  ``T''),  sepa-
        rated  from  the previous information by a line containing
-       only equals (``='') characters.   Another  line  preceeded
+       only equals (``='')  characters.   Another  line  preceded
        with a ``C'' lists the number of connections.
 
        The options are as follows:
@@ -57,76 +55,9 @@
        /etc/mail/statistics     The default  sseennddmmaaiill  statistics
                                 file.
 
-
-
-
-
-                   Date: 2000/12/29 18:12:20                 1
-
-
-
-
-
-MAILSTATS(1)                                         MAILSTATS(1)
-
-
 SSEEEE AALLSSOO
        mailq(1), sendmail(8)
 
 
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-                   Date: 2000/12/29 18:12:20                 2
-
-
+                   Date: 2001/05/07 22:06:38      MAILSTATS(8)
diff -r 23dff568d6e8 -r c2fe96b55bfc gnu/dist/sendmail/makemap/makemap.0
--- a/gnu/dist/sendmail/makemap/makemap.0       Tue May 29 02:20:20 2001 +0000
+++ b/gnu/dist/sendmail/makemap/makemap.0       Tue May 29 03:55:36 2001 +0000
@@ -1,8 +1,6 @@
-
+MAKEMAP(8)                                             MAKEMAP(8)
 
 
-MAKEMAP(8)                                             MAKEMAP(8)
-
 
 NNAAMMEE
        makemap - create database maps for sendmail
@@ -58,18 +56,6 @@
 
        --ee     Allow empty value (right hand side).
 
-
-
-
-                   Date: 2000/12/29 18:12:20                 1
-
-
-
-
-
-MAKEMAP(8)                                             MAKEMAP(8)
-
-
        --ff     Normally  all  upper  case  letters  in the key are
               folded to lower  case.   This  flag  disables  that
               behaviour.   This  is  intended to mesh with the -f
@@ -102,31 +88,4 @@
 
 
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-                   Date: 2000/12/29 18:12:20                 2
-
-
+                   Date: 2000/12/29 18:12:20        MAKEMAP(8)
diff -r 23dff568d6e8 -r c2fe96b55bfc gnu/dist/sendmail/praliases/praliases.0
--- a/gnu/dist/sendmail/praliases/praliases.0   Tue May 29 02:20:20 2001 +0000



Home | Main Index | Thread Index | Old Index