On 02/27/15 10:15, Guenther Niess wrote:
> On 02/27/15 09:07, Guenther Niess wrote:
>> On 02/27/15 03:20, Anthony J. Bentley wrote:
>>> I reported this to bugs@ a while back, because I had hit the same issue.
>>> # in secrets definitely worked on OpenBSD at some point in the past
>>> (maybe before sendmail's makemap(8) was removed?).
>>
>> By looking into makemap.c it seems the bug was fixed by version 1.19 and
>> reintroduced by version version 1.50 not sure if it was intended.
> 
> I will test the following patch later today which should allow escaping
> a hash and a backslash symbol within a password.

The patch worked for me, but a closer look at the source showed that
there is a little mess. Either comments should be handled by parse_map
with the fparseln function (here comments can begin at any time within
an entry) or by the functions parse_mapentry resp. parse_setentry which
allow only whole lines of comments.

-- 
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to