Annotation of 43BSDReno/usr.sbin/sendmail/cf/m4/boilerplate.m4, revision 1.1

1.1     ! root        1: divert(10)
        !             2: #
        !             3: # Copyright (c) 1983 Eric P. Allman
        !             4: # Copyright (c) 1988 The Regents of the University of California.
        !             5: # All rights reserved.
        !             6: #
        !             7: # Redistribution and use in source and binary forms are permitted
        !             8: # provided that the above copyright notice and this paragraph are
        !             9: # duplicated in all such forms and that any documentation,
        !            10: # advertising materials, and other materials related to such
        !            11: # distribution and use acknowledge that the software was developed
        !            12: # by the University of California, Berkeley.  The name of the
        !            13: # University may not be used to endorse or promote products derived
        !            14: # from this software without specific prior written permission.
        !            15: # THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
        !            16: # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
        !            17: # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
        !            18: #
        !            19: #      @(#)boilerplate.m4      1.3 (Berkeley) 2/15/89
        !            20: #
        !            21: divert(0)
        !            22: ######################
        !            23: #   Special macros   #
        !            24: ######################
        !            25: 
        !            26: # my name
        !            27: DnMAILER-DAEMON
        !            28: # UNIX header format
        !            29: DlFrom $g  $d
        !            30: # delimiter (operator) characters
        !            31: Do.:%@!^=/[]
        !            32: # format of a total name
        !            33: Dq$g$?x ($x)$.
        !            34: # SMTP login message
        !            35: De$j Sendmail $v/$Z ready at $b
        !            36: 
        !            37: ###############
        !            38: #   Options   #
        !            39: ###############
        !            40: 
        !            41: # location of alias file
        !            42: OA/usr/lib/aliases
        !            43: # wait up to ten minutes for alias file rebuild
        !            44: Oa10
        !            45: # substitution for space (blank) characters
        !            46: OB.
        !            47: # (don't) connect to "expensive" mailers
        !            48: #Oc
        !            49: # default delivery mode (deliver in background)
        !            50: Odbackground
        !            51: # temporary file mode
        !            52: OF0600
        !            53: # default GID
        !            54: Og1
        !            55: # location of help file
        !            56: OH/usr/lib/sendmail.hf
        !            57: # log level
        !            58: OL9
        !            59: # default network name
        !            60: ONARPA
        !            61: # default messages to old style
        !            62: Oo
        !            63: # queue directory
        !            64: OQ/usr/spool/mqueue
        !            65: # read timeout -- violates protocols
        !            66: Or2h
        !            67: # status file
        !            68: OS/usr/lib/sendmail.st
        !            69: # queue up everything before starting transmission
        !            70: Os
        !            71: # default timeout interval
        !            72: OT3d
        !            73: # time zone names (V6 only)
        !            74: OtPST,PDT
        !            75: # default UID
        !            76: Ou1
        !            77: # wizard's password
        !            78: OW*
        !            79: # load average at which we just queue messages
        !            80: Ox8
        !            81: # load average at which we refuse connections
        !            82: OX12
        !            83: 
        !            84: ###########################
        !            85: #   Message precedences   #
        !            86: ###########################
        !            87: 
        !            88: Pfirst-class=0
        !            89: Pspecial-delivery=100
        !            90: Pbulk=-60
        !            91: Pjunk=-100
        !            92: 
        !            93: #####################
        !            94: #   Trusted users   #
        !            95: #####################
        !            96: 
        !            97: Troot
        !            98: Tdaemon
        !            99: Tuucp
        !           100: 
        !           101: #########################
        !           102: #   Format of headers   #
        !           103: #########################
        !           104: 
        !           105: H?P?Return-Path: <$g>
        !           106: HReceived: $?sfrom $s $.by $j ($v/$Z)
        !           107:        id $i; $b
        !           108: H?D?Resent-Date: $a
        !           109: H?D?Date: $a
        !           110: H?F?Resent-From: $q
        !           111: H?F?From: $q
        !           112: H?x?Full-Name: $x
        !           113: HSubject:
        !           114: # HPosted-Date: $a
        !           115: # H?l?Received-Date: $b
        !           116: H?M?Resent-Message-Id: <$t.$i@$j>
        !           117: H?M?Message-Id: <$t.$i@$j>
        !           118: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.