X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=inline;f=bin%2Flists.mhonarc_by_month.pl;h=330434f1fe77fb936e075d3673c5bc6b7e593d2f;hb=7a5e65595c29071edb27c6378cce2f3224ab8b56;hp=c1b41d1a59c6c4be4a644725e0dcb3efa4b4f712;hpb=8ac008e982fd257170c754a137455c6800c6419d;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; }