In line 546 the RFC 822 Style (e.g. "Real NAME" <us...@ex...> ) is
converted to RFC 821 (us...@ex...)
I don't know why actually.
@christian do know something about that?
Rudi
Am 11.03.2013 13:37, schrieb Tanstaafl:
> 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...
>
> ------------------------------------------------------------------------------
> Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester
> Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the
> endpoint security space. For insight on selecting the right partner to
> tackle endpoint security challenges, access the full report.
> http://p.sf.net/sfu/symantec-dev2dev
> _______________________________________________
> Postfixadmin-devel mailing list
> Pos...@li...
> https://lists.sourceforge.net/lists/listinfo/postfixadmin-devel
|