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 //