diff -Nur smeserver-vacation-1.1.bz8772.old/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/uservacations smeserver-vacation-1.1.bz8772.new/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/uservacations --- smeserver-vacation-1.1.bz8772.old/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/uservacations 2016-07-13 14:09:44.470013967 +0200 +++ smeserver-vacation-1.1.bz8772.new/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/uservacations 2016-07-13 14:15:43.357251137 +0200 @@ -80,19 +80,15 @@ and don't translate $SUBJECT --> AWAY_FROM_MAIL - -I will not be reading my mail for a while. Your mail regarding -

- $SUBJECT -

-will be read when I return. -

- ]]> -
+ I will not be reading my mail for a while. Your mail regarding $SUBJECT will be read when I return.
NO_USERS_IN_GRANTED_GROUPS There are no users in the group(s) that you are granted to manage. + + ANSWER_TO_OBJECT_SENDER + Subject: Re: $SUBJECT - Away from my email + + diff -Nur smeserver-vacation-1.1.bz8772.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/uservacations.pm smeserver-vacation-1.1.bz8772.new/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/uservacations.pm --- smeserver-vacation-1.1.bz8772.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/uservacations.pm 2016-07-13 14:09:44.471013965 +0200 +++ smeserver-vacation-1.1.bz8772.new/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/uservacations.pm 2016-07-13 14:12:35.775649855 +0200 @@ -165,9 +165,10 @@ my $from = 'From:'; my $away = $self->localise('AWAY_FROM_MAIL'); + my $return = $self->localise('ANSWER_TO_OBJECT_SENDER'); - my $ExistingMessage = "$from $fullname <\;$user\@$domain>\;\n". - "$away"; + my $ExistingMessage = "$from $fullname <\;$user\@$domain>\;\n"."$return\n". + "\n$away"; # if exists and is not empty if (( -e $vfile ) && (! -z $vfile )) @@ -322,9 +323,10 @@ my $from = 'From:'; my $away = $self->localise('AWAY_FROM_MAIL'); + my $return = $self->localise('ANSWER_TO_OBJECT_SENDER'); - my $ExistingMessage = "$from $fullname <\;$user\@$domain>\;\n". - "$away"; + my $ExistingMessage = "$from $fullname <\;$user\@$domain>\;\n"."$return\n". + "\n$away"; # if exists and is not empty if (( -e $vfile ) && (! -z $vfile ))