[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: debugging smtp sessions

Peña, Botp

4/5/2005 1:32:00 AM

Minero Aoki [mailto:aamine@loveruby.net] wrote:

//> i'm doing full logging/debugging of smtp sessions using
//> "smtp#set_debug_output".
//>
//> however, the net/smtp doc says: "WARNING: This method
//causes serious
//> security holes. Use this method for only debugging. "
//>
//> How can i do full logging in _safe way.
//
//Plain SMTP does not authenticate user, using set_debug_output
//is not danger. But if your code support SMTP authentication,
//user/password sanitizing is required.

That is a relief. Thanks for the info, Aoki.
And thanks for net/smtp too.

kind regards -botp

//
//Best Regards,
//Minero Aoki
//