Skip to Content.
Sympa Menu

en - [sympa-users] 2010 import error in arc2webarc.pl in sympa 6.0.1

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Omen Wild <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] 2010 import error in arc2webarc.pl in sympa 6.0.1
  • Date: Wed, 24 Feb 2010 12:40:38 -0800

In: sub store_messages {
.
.
.
# Checking Year format
if ($year =~ /^[89]\d$/) {
$year = "19".$year;
} elsif ($year !~ /^19[89]\d|200[0-9]$/) {
$incorrect = 1;
}

The elsif needs to be updated as it currently rejects 2010 as an invalid
year:
} elsif ($year !~ /^19[89]\d|20[01][0-9]$/) {

--
Omen Wild
Security Administrator
(530) 752-1700

Attachment: smime.p7s
Description: S/MIME cryptographic signature



  • [sympa-users] 2010 import error in arc2webarc.pl in sympa 6.0.1, Omen Wild, 02/24/2010

Archive powered by MHonArc 2.6.19+.

Top of Page