scripts/import_vger_from_mbox | 2 +- diff --git a/scripts/import_vger_from_mbox b/scripts/import_vger_from_mbox index 44055ffda5c38bc84c43e5df2bdb530814f25eca..9b3afc888b6fa38bec9e90992f8f0f790cbcf930 100644 --- a/scripts/import_vger_from_mbox +++ b/scripts/import_vger_from_mbox @@ -28,7 +28,7 @@ $msg->header_obj->header_raw('Message-ID'), "\n"; } # asctime: From example@example.com Fri Jun 23 02:56:55 2000 -my $from_strict = qr/^From \S+ \S+ \S+ +\S+ [^:]+:[^:]+:[^:]+ [^:]+/; +my $from_strict = qr/^From \S+ +\S+ \S+ +\S+ [^:]+:[^:]+:[^:]+ [^:]+/; my $prev = undef; while (defined(my $l = )) { if ($l =~ /$from_strict/o) {