Re: [Postfixadmin-devel] Question re: vacation.pl
Brought to you by:
christian_boltz,
gingerdog
From: Tanstaafl <tan...@li...> - 2013-01-06 19:38:44
|
On 2013-01-06 11:59 AM, Christian Boltz <pos...@cb...> wrote: > Hello, > > Am Samstag, 5. Januar 2013 schrieb Tanstaafl: >> In the 'Take headers apart' section, where all of the stuff goes to >> determine what NOT to send auto-replies to, there is stuff like: >> >> elsif (/^Reply\-to:\s*(.*)\s*\n$/i) { $replyto = $1; $lastheader = >> \$replyto; } >> >> However, in earlier version of vacation.pl, it was: >> >> elsif (/^reply-to:\s*(.*)\s*\n$/i) { $replyto = $1; $lastheader = >> \$replyto; } >> >> Aside from escaping the '-', > which was superfluous ;-) ? The '-' is currently escaped (in vacaion.pl 2.3.6) - are you saying it doesn't need to be? |