Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Oct 2016 04:58:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 207117] mail/ssmtp: Config file is parsed incorrectly if '#' character is part of an option value
Message-ID:  <bug-207117-13-aIaJX62Frv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207117-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207117-13@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #4 from Sergey Manucharian <sm@ara-ler.com> ---
The Debian bug mentioned above is related to ssmtp-2.61: characters "=3D" a=
nd ":"
are not parsed correctly in "AuthPass" field.

FreeBSD has ssmtp-2.64 in ports. I checked it and found that there is no
problem with ":", but confirm that "=3D" is not working in password. It is =
an
obvious bug in the config file parser: it uses "=3D" among the "end of para=
meter"
characters.

The patched attached fixes that.

--=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-207117-13-aIaJX62Frv>