Current releases of LISTSERV do not display the year 2009 as an option
in the pull down menus of the date selection in the reporting feature.
This is a known issue that will be addressed in the next release.  In
the meantime you can update this yourself by applying the following fix:

You can add entries for 2009 by editing the Site-Wide OBJECT-LOG-DATERANGE
Web Template.  Simply go select the Server Management menu in the web
interface, choose Customization, then choose Web Templates and then
select OBJECT-LOG-DATERANGE from the drop down list.  Find this block
in the template:

<LABEL for="&+T-START; &+T-YEAR;"><img src="&+BLANK;" width="1" height="1" alt="&+T-START;
&+T-YEAR;"></LABEL>
<select name="a" id="&+T-START; &+T-YEAR;">
<option value="1997" &+SEL_a1997;>1997
<option value="1998" &+SEL_a1998;>1998
<option value="1999" &+SEL_a1999;>1999
<option value="2000" &+SEL_a2000;>2000
<option value="2001" &+SEL_a2001;>2001
<option value="2002" &+SEL_a2002;>2002
<option value="2003" &+SEL_a2003;>2003
<option value="2004" &+SEL_a2004;>2004
<option value="2005" &+SEL_a2005;>2005
<option value="2006" &+SEL_a2006;>2006
<option value="2007" &+SEL_a2007;>2007
<option value="2008" &+SEL_a2008;>2008

and add the following line under it:

<option value="2009" &+SEL_a2009;>2009

so that it reads:

<LABEL for="&+T-START; &+T-YEAR;"><img src="&+BLANK;" width="1" height="1" alt="&+T-START;
&+T-YEAR;"></LABEL>
<select name="a" id="&+T-START; &+T-YEAR;">
<option value="1997" &+SEL_a1997;>1997
<option value="1998" &+SEL_a1998;>1998
<option value="1999" &+SEL_a1999;>1999
<option value="2000" &+SEL_a2000;>2000
<option value="2001" &+SEL_a2001;>2001
<option value="2002" &+SEL_a2002;>2002
<option value="2003" &+SEL_a2003;>2003
<option value="2004" &+SEL_a2004;>2004
<option value="2005" &+SEL_a2005;>2005
<option value="2006" &+SEL_a2006;>2006
<option value="2007" &+SEL_a2007;>2007
<option value="2008" &+SEL_a2008;>2008
<option value="2009" &+SEL_a2009;>2009

Then find the following block:

<LABEL for="&+T-END; &+T-YEAR;"><img src="&+BLANK;" width="1" height="1" alt="&+T-END;
&+T-YEAR;"></LABEL>
<select name="A" id="&+T-END; &+T-YEAR;">
<option value="1997" &+SEL_A1997;>1997
<option value="1998" &+SEL_A1998;>1998
<option value="1999" &+SEL_A1999;>1999
<option value="2000" &+SEL_A2000;>2000
<option value="2001" &+SEL_A2001;>2001
<option value="2002" &+SEL_A2002;>2002
<option value="2003" &+SEL_A2003;>2003
<option value="2004" &+SEL_A2004;>2004
<option value="2005" &+SEL_A2005;>2005
<option value="2006" &+SEL_A2006;>2006
<option value="2007" &+SEL_A2007;>2007
<option value="2008" &+SEL_A2008;>2008
<option value="9999" &+SEL_A9999;>9999

And add the following line under it:

<option value="2009" &+SEL_A2009;>2009

So that it reads:

<LABEL for="&+T-END; &+T-YEAR;"><img src="&+BLANK;" width="1" height="1" alt="&+T-END;
&+T-YEAR;"></LABEL>
<select name="A" id="&+T-END; &+T-YEAR;">
<option value="1997" &+SEL_A1997;>1997
<option value="1998" &+SEL_A1998;>1998
<option value="1999" &+SEL_A1999;>1999
<option value="2000" &+SEL_A2000;>2000
<option value="2001" &+SEL_A2001;>2001
<option value="2002" &+SEL_A2002;>2002
<option value="2003" &+SEL_A2003;>2003
<option value="2004" &+SEL_A2004;>2004
<option value="2005" &+SEL_A2005;>2005
<option value="2006" &+SEL_A2006;>2006
<option value="2007" &+SEL_A2007;>2007
<option value="2008" &+SEL_A2008;>2008
<option value="2009" &+SEL_A2009;>2009
<option value="9999" &+SEL_A9999;>9999

And finally find the following:

+BB &+SEL_A1997; &+SEL_A1998; &+SEL_A1999; &+SEL_A2000; &+SEL_A2001; &+SEL_A2002; &+SEL_A2003;
&+SEL_A2004; &+SEL_A2005; &+SEL_A2006; &+SEL_A2007; &+SEL_A2008;

and add &+SEL_A2009; to the end of it so that it reads:

+BB &+SEL_A1997; &+SEL_A1998; &+SEL_A1999; &+SEL_A2000; &+SEL_A2001; &+SEL_A2002; &+SEL_A2003;
&+SEL_A2004; &+SEL_A2005; &+SEL_A2006; &+SEL_A2007; &+SEL_A2008; &+SEL_A2009;

Save the changes and you should now have the option to select 2009 on
the reports page.

--
Yasmine Patel
Support is available 9:00-18:00 ET, Monday-Friday
except on the following holidays:
http://www.lsoft.com/resources/holidays.asp

L-Soft offers a full range of Consulting services,
delivered remotely or on-site.  See here for details
<http://www.lsoft.com/products/consulting.asp>