X-Git-Url: https://code.th-h.de/?p=usenet%2Fusevote.git;a=blobdiff_plain;f=uvvote.pl;fp=uvvote.pl;h=5cff3759686807a8c6a8230979ea7408c7e734b8;hp=99988c0ea3d989c89d93ea2148776b9015d84741;hb=34809a2a81332b011af9f6055a8e3b846053d491;hpb=0618b624e9c3e761ea41a0856d1476713942f2f0 diff --git a/uvvote.pl b/uvvote.pl index 99988c0..5cff375 100755 --- a/uvvote.pl +++ b/uvvote.pl @@ -135,16 +135,6 @@ if ($clean) { my $thisresult = "ergebnis-" . $ext; my $thisvotes = "stimmen-" . $ext; - # POP3 not activated: rename votes file - unless ($config{pop3}) { - print UVmessage::get("VOTE_RENAMING_MAILBOX"), "\n"; - rename ($config{votefile}, "$config{tmpdir}/$thisvotes") - or die UVmessage::get("ERR_RENAME_MAILFILE") . "$!\n\n"; - - # wait, so that current mail deliveries can finalize - sleep 2; - } - # open results file open (RESULT, ">>$config{tmpdir}/$thisresult") or die UVmessage::get("VOTE_WRITE_RESULTS", (FILE=>$thisresult)) . "\n\n";