[Postfixadmin-devel] typo error in vacation.pl
Brought to you by:
christian_boltz,
gingerdog
From: Jan K. <pf...@cr...> - 2012-05-23 22:21:36
|
Hi, christian i made a typo error [Code] Index: VIRTUAL_VACATION/vacation.pl =================================================================== --- VIRTUAL_VACATION/vacation.pl (revision 1388) +++ VIRTUAL_VACATION/vacation.pl (working copy) @@ -404,7 +404,7 @@ for (split(/\s*,\s*/, lc($alias))) { my $singlealias = $_; $logger->debug("Found alias \'$singlealias\' for email \'$email\'. Looking if vacation is on for alias."); - $rv = check_for_vacaton($singlealias); + $rv = check_for_vacation($singlealias); # Alias has vacation if ($rv == 1) { $realemail = $singlealias; [\Code] Regrades Jan Kruis |