SUMMARY: Problem with mailtool

From: Charles Rehder Carvalho Moreira - r 782 (charles@cpqd.br)
Date: Sat May 06 1995 - 04:58:41 CDT


In response to my original message ....

> How can I put the signature at the answers using mailtool ???

I received various replys, thanks to all who
responded.
Basically I got two differents ways to apply it.
First way:

 You must:

 1) Create your signature file using vi or textedit.
 2) Open MailTool
 3) Choose Properties... from the EDIT Menu
 4) Choose the category template
 5) Give a name to your signature and enter the good path.
 6) Add it.

 7) After you have composed your mail, click Include
 8) Choose the template option
 9) Choose the template that corresponds to your signature.

Second way:

 Put a Line "set sendmail=/the/script/below" in your .mailrc

 #!/bin/sh
 #
 if [ -f ${HOME}/.signature.mail ]; then
        ( cat ; echo "-- " ; cat ${HOME}/.signature.mail ) | /usr/lib/sendmail $*
 else
        if [ -f ${HOME}/.signature ]; then
                ( cat ; echo "-- " ; cat ${HOME}/.signature ) | /usr/lib/sendmail $*
        else
                /usr/lib/sendmail $*
        fi
 fi

 I used the first way, because I thought could be easy.

Many thanks to:
pilonm@dino.ccg.emr.ca
jjr@edi-nola.com
Glenn.Satchell@uniq.com.au
25741@labatt.com
sunm@erm.oz.au
covingto@msmary.edu
gks@india.ti.com
alex@eandm.co.il
mos@e.KWL.CHKRA.abb.com
gianolio@ptsun00.cern.ch
thomas@wiwi.hu-berlin.de
bern@TI.Uni-Trier.DE
anderson@neon.mitre.org
penrod@whiplash.er.usgs.gov
shollatz@d.umn.edu
simong@aifs.org.au

 +--------------------------------------------------------------------+
 | Charles Rehder || E-mail: charles@cpqd.br |
 | CPqD / Telebras || |
 | Cx. Postal 1579 || Tel. : +55 192 39 6782 |
 | CEP 13088-061 || +55 192 39 6312 |
 | Campinas, SP - Brazil || Fax : +55 192 39 6135 |
 +--------------------------------------------------------------------+



This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:10:23 CDT