qpsmtpd/lib
Jeff King e4cb191047 Don't do printf interpolation on config('me')
The code feeds the results of $session->config('me') to
sprintf as part of the format string. In practice, this is
probably not a problem since hostnames don't contain percent
signs. However, it triggers a taint warning in perl 5.10,
making cram-md5 auth unusable.

This patch rewrites the sprintf to insert the 'me' value
using a %s format specifier.
2009-01-05 06:34:59 +00:00
..
Apache apache: add post-connection hook, connection->reset 2008-05-12 15:33:28 +00:00
Danga Make tls work on async 2008-05-05 12:22:18 +00:00
Qpsmtpd Don't do printf interpolation on config('me') 2009-01-05 06:34:59 +00:00
Qpsmtpd.pm Ignore leading/trailing whitespace in config files 2009-01-02 20:41:00 +00:00