summaryrefslogtreecommitdiff
path: root/README.mutt
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2002-11-09 13:34:29 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2002-11-09 13:34:29 +0000
commite70f6ebca12dd63941d02c73797dfb68deb65f20 (patch)
tree073d5f6a3f4fc51983b856cbe161b37bd9c408dc /README.mutt
parenta436da4fb1d2ee5b4af35f0cba81fbf0037e3628 (diff)
Implemented the '-X' option.
Use of event_cb for the verbose output.
Diffstat (limited to 'README.mutt')
-rw-r--r--README.mutt13
1 files changed, 2 insertions, 11 deletions
diff --git a/README.mutt b/README.mutt
index c80cde2..c77f828 100644
--- a/README.mutt
+++ b/README.mutt
@@ -11,17 +11,8 @@ ESMTP supports SENDMAIL envelope sender '-f' flag, so don't forget to add
as well.
-For debugging purposes you may prefer using the follwing shell script which
-logs ESMTP to
+For debugging purposes you may prefer to put in your ~/.muttrc
- #!/bin/sh
- LOGFILE=/tmp/esmtp.log
- echo $0 $@ > $LOGFILE
- /path/to/esmtp -v $@ >> $LOGFILE
- exit $?
-
-Save it as esmtp.sh, make it executable, and put in your ~/.muttrc
-
- set sendmail="/path/to/esmtp.sh"
+ set sendmail="/path/to/esmtp -X /tmp/esmtp.log"
instead.