SF.net SVN: postfixadmin:[1400] trunk/VIRTUAL_VACATION/vacation.pl
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2012-06-03 19:33:59
|
Revision: 1400 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=1400&view=rev Author: christian_boltz Date: 2012-06-03 19:33:52 +0000 (Sun, 03 Jun 2012) Log Message: ----------- vacation.pl: - fix typo (reported by Jan Kruis on the mailinglist) Modified Paths: -------------- trunk/VIRTUAL_VACATION/vacation.pl Modified: trunk/VIRTUAL_VACATION/vacation.pl =================================================================== --- trunk/VIRTUAL_VACATION/vacation.pl 2012-06-02 22:13:27 UTC (rev 1399) +++ trunk/VIRTUAL_VACATION/vacation.pl 2012-06-03 19:33:52 UTC (rev 1400) @@ -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; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |