From 15236ba2641efd8ce80eae3b67912139395fe24d Mon Sep 17 00:00:00 2001 From: David Levine Date: Thu, 1 Mar 2012 12:33:19 -0600 Subject: [PATCH] Added documentation of -snoop. --- man/send.man | 10 +++++++--- man/whom.man | 7 +++++++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/man/send.man b/man/send.man index 87a74eb..a25c63b 100644 --- a/man/send.man +++ b/man/send.man @@ -38,6 +38,7 @@ send \- send a message .IR ssf ] .RB [ \-saslmech .IR mechanism ] +.RB [ \-snoop ] .RB [ \-user .IR username ] .RB [ \-tls ] @@ -330,10 +331,13 @@ If nmh is using the SMTP MTA, the and the .B \-port switches can be used to override the default mail server (defined by the -.RI servers -entry in .I %etcdir%/mts.conf -). +.RI servers +entry). The +.B \-snoop +switch can be used to view the SMTP transaction. (Beware that the +SMTP transaction may contain authentication information either in +plaintext or easily decoded base64.) .PP If .B nmh diff --git a/man/whom.man b/man/whom.man index c054dcf..fc386bb 100644 --- a/man/whom.man +++ b/man/whom.man @@ -17,6 +17,7 @@ whom \- report to whom a message would go .RB [ \-draftmessage .IR msg ] .RB [ \-nodraftfolder ] +.RB [ \-snoop ] .RI [ file ] .RB [ \-version ] .RB [ \-help ] @@ -43,6 +44,12 @@ useful) feature. Consult the .BR mh-draft (5) man page for more information. .PP +The +.B \-snoop +switch can be used to view the SMTP transaction. (Beware that the +SMTP transaction may contain authentication information either in +plaintext or easily decoded base64.) +.PP The files specified by the profile entry \*(lqAliasfile:\*(rq and any additional alias files given by the .B \-alias -- 1.7.10.4