Bugs item #3536132, was opened at 2012-06-18 15:53
Message generated for change (Comment added) made by ibcl
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=3536132&group_id=191583
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Vacation
Group: v2.3.5
>Status: Closed
>Resolution: Duplicate
Priority: 5
Private: No
Submitted By: Christoph Lechleitner (ibcl)
Assigned to: Nobody/Anonymous (nobody)
Summary: original subject should be referable vacation mail, patch
Initial Comment:
The good-old vacation package by Eric P. Allman, Marco d'Itri, Stefan Muenkner supports referencing the subject of the original e-mail in the vacation e-mail by opening the .vacation.msg with something like
Subject: Re: $SUBJECT
We are in the process of moving about 100 mailboxes from a 9 year old "legacy" setup to a new setup using postfixadmin (and dovecot, roundcube, ...) and have developed a patch that adds a similar feature to postfixadmin's vacation.pl.
----------------------------------------------------------------------
>Comment By: Christoph Lechleitner (ibcl)
Date: 2012-06-18 16:13
Message:
Moving it to patches tracker ...
----------------------------------------------------------------------
Comment By: Christoph Lechleitner (ibcl)
Date: 2012-06-18 16:02
Message:
Some more information on our patch:
This patch was made towards vacation.pl as of debian's postfixadmin 2.3.5-1
package for wheezy (the current testing release).
It replaces any '$SUBJECT' (that is, a dollar sign and the word subject in
upper case letters) in the vacation mail subject template with the subject
of the original e-mail.
For example: If the vacation mail subject is set to 'Re: $SUBJECT', the
vacation mail gets the same subject as a common reply mail created by the
recipient using an e-mail application.
To use this as the default subject template, the langauge file has to be
changed.
This is from our /usr/share/postfixadmin/languages/en.lang file:
$PALANG['pUsersVacation_subject_text'] = 'Re: $SUBJECT';
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=3536132&group_id=191583
|