From: rhatto Date: Sun, 7 Aug 2005 15:12:44 +0000 (+0000) Subject: primeiro teste com sendmail X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d63679867e2f73b28bdebb70db478b16e8f500fe;p=firma.git primeiro teste com sendmail --- diff --git a/firma b/firma index 6326362..72150ed 100755 --- a/firma +++ b/firma @@ -42,7 +42,6 @@ function version { echo "for more details." } - function check_config { # check configuration file parameters if [ ! -f $GPG -o ! -x $GPG ]; then @@ -164,7 +163,10 @@ function message_list_return { # send a bounce message # $1: sender email (usually $FROMADD) # sorry no identation :P -echo " +echo "From: $LISTNAME +To: $1 +Subject: none + Message from: $FROM Subject: [RETURNED MAIL] $SUBJECT $DATE @@ -175,7 +177,7 @@ $DATE you have any questions. ] -- - firma v$VERSION" | $MAIL -r $LISTNAME $1 + firma v$VERSION" | $MAIL $MAIL_ARGS } function process_message {