Documentation sur le logiciel SYMPA

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

actions:archives:mbox2sympa.pl [2022/02/16 14:37]
balleydc créée
actions:archives:mbox2sympa.pl [2022/04/29 15:42] (Version actuelle)
balleydc
Ligne 73: Ligne 73:
 # Look for "From " lines, doing a basic check against the number of fields # Look for "From " lines, doing a basic check against the number of fields
 # in the line to avoid false hits (ie. message text starting with "From "): # in the line to avoid false hits (ie. message text starting with "From "):
-       if ((/^From /) && (split==$num_fields)){+#       if ((/​^From ​/) && (split==$num_fields)){ ​  ----- modification CB 
 +       if ((/^From -/) && (split==$num_fields)){
          ​@array = split;          ​@array = split;
          ​$month = $months{$array[$month_index]};​          ​$month = $months{$array[$month_index]};​