Patches item #3536134, was opened at 2012-06-18 16:13
Message generated for change (Comment added) made by ibcl
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937966&aid=3536134&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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Christoph Lechleitner (ibcl)
Assigned to: Nobody/Anonymous (nobody)
Summary: making original subject referable in the vacation mail
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:18
Message:
I just added the patch information to our OpenSource project, too:
https://confluence.clazzes.org/x/NIAo
----------------------------------------------------------------------
Comment By: Christoph Lechleitner (ibcl)
Date: 2012-06-18 16:13
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=937966&aid=3536134&group_id=191583
|