Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2021 17:30:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 259147] mail/sendmail: Unbreak aliases file continuation lines after 8.17.1
Message-ID:  <bug-259147-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259147

            Bug ID: 259147
           Summary: mail/sendmail: Unbreak aliases file continuation lines
                    after 8.17.1
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: dinoex@FreeBSD.org
          Reporter: leres@freebsd.org
          Assignee: dinoex@FreeBSD.org
             Flags: maintainer-feedback?(dinoex@FreeBSD.org)

After upgrading to sendmail 8.17.1 I find that continuation lines, as
documented in aliases(5), no longer work:

    # svn diff
    Index: aliases
    =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
    --- aliases     (revision 52)
    +++ aliases     (working copy)
    @@ -4,6 +4,9 @@
     MAILER-DAEMON: postmaster
     postmaster: root

    +tester: root,
    +    leres
    +
     # General redirections for pseudo accounts
     bin:   root
     daemon:        root
    # newaliases
    /etc/mail/aliases: line 8: Non-continuation line starts with space
    /etc/mail/aliases: 18 aliases, longest 19 bytes, 245 bytes total

I found a thread in the comp.mail.sendmail google group with a patch:

    https://groups.google.com/g/comp.mail.sendmail/c/V9GeqvBi2rY/m/redOVdkb=
AwAJ

(After unmangling the whitespace) it fixes the error, I'll attach a version=
 of
the patch.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259147-7788>