[Bug 207117] mail/ssmtp: Config file is parsed incorrectly if '#' character is part of an option value

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 2 04:58:23 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207117

--- Comment #4 from Sergey Manucharian <sm at ara-ler.com> ---
The Debian bug mentioned above is related to ssmtp-2.61: characters "=" and ":"
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 "=" is not working in password. It is an
obvious bug in the config file parser: it uses "=" among the "end of parameter"
characters.

The patched attached fixes that.

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


More information about the freebsd-ports-bugs mailing list