Comment 2 for bug 1097172

Revision history for this message
fmf (effemmeffe) wrote :

I took a fast look at the source (https://github.com/ajwans/sSMTP/blob/master/ssmtp.c) and it seems to me that the problem is in the function bool_t read_config(), in line 1094 there is a call to function firsttok that parses for spaces.
But I don't know how to test a patch or submit it, so I can't go any further.