Ok, this actually also has evidence that a Feature Request of mine may
be very easy to accomplish with a minor tweak somewhere...
In my last email about my new test line only testing the domain part of
the from address, I noticed that the 3rd line in the vacation.log for
this transaction contained:
> 2013/03/11 07:51:39 DEBUG> /var/spool/vacation/vacation.pl:587 main:: - Email headers have to: '"Firstname Lastname" <val...@ex...>' and From: '"ge...@me..." <ge...@me...>'
Note that for the to: in the line above it has both the users REAL name,
AND their email address.
The Feature Request I have is about adding the users REAL NAME to the
From: part of the vacation response. As you can see in the line where
the vacation message is generated:
> 2013/03/11 07:51:39 DEBUG> /var/spool/vacation/vacation.pl:429 main::send_vacation_email - Will send vacation response for <0ed...@me...>: FROM: val...@ex... (orig_to: val...@ex...), TO: mai...@me...; VACATION SUBJECT: Out of Office ; VACATION BODY: Vacation message body text.
It has ONLY the users email address...
So, is there a variable already available (the one that populates the
users name in the 3rd line) that we can add into the vacation.pl script
that will result in the above line being:
> 2013/03/11 07:51:39 DEBUG> /var/spool/vacation/vacation.pl:429 main::send_vacation_email - Will send vacation response for <0ed...@me...>: FROM: '"Firstname Lastname" <val...@ex...>' (orig_to: val...@ex...), TO: mai...@me...; VACATION SUBJECT: Out of Office ; VACATION BODY: Vacation message body test.
Thanks for any suggestions/responses...
|