diff options
-rwxr-xr-x | firma | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 { |