[EMAIL PROTECTED] wrote:
        Hm, where is this being done? I'm using loglevel set to 5, which
otherwise seems to give me what I want. But I'd like to change the
loglevel of the message trace so it doesn't show up.

Apparently you have the debug turned on in plugins/tls (which is the only thing that will spool the entire message contents). The important line in plugins/tls in 0.32 looks like this:

        use IO::Socket::SSL;# qw(debug1 debug2 debug3 debug4);

John

Reply via email to