X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=bin%2Flists.mhonarc_by_month.pl;h=330434f1fe77fb936e075d3673c5bc6b7e593d2f;hb=fdf0eca063baf13cb3f30b1c276d65f9687d5527;hp=c1b41d1a59c6c4be4a644725e0dcb3efa4b4f712;hpb=0337d704b62718d7c77106c0e4c4e26fb02beacf;p=platal.git diff --git a/bin/lists.mhonarc_by_month.pl b/bin/lists.mhonarc_by_month.pl index c1b41d1..330434f 100755 --- a/bin/lists.mhonarc_by_month.pl +++ b/bin/lists.mhonarc_by_month.pl @@ -13,7 +13,7 @@ my $list = shift; # ################################################################################ # CONSTANTS -# +# my $spool = "/var/spool/platal/archives/"; my $tmpbox = "mytmpbox.mbox"; @@ -64,13 +64,13 @@ while(<>) { # dummy init $odir = 1; } - + $m = $conv{$1}; $y = $2; open FILE,"> $tmpbox"; } } - + print FILE $line; }