Question : How do i find all of the emails sent to a mail list in Exchange 2003

I have a need to find all emails that were sent to a distribution list on my exchange server.  Using message tracking appears to only be able to trace mailboxes and not DL's.  Is there a way that anyone knows how to do this?

Answer : How do i find all of the emails sent to a mail list in Exchange 2003

why does this seem like a homework assignment?
1:
2:
3:
4:
5:
Select Student_name, sum(g.GPA)/count(*) from Student s left join [GPA] g on s.Student_ID=g.Student_ID where City+(case when len(state)=0 then '' else ', '+State end)+' '+Country in ('Atlanta, GA United States','New Orleans, LA United States', 'Seoul Korea')

Select Top 1 Student_ID,Student_Name from Student s left join [GPA] g on s.Student_ID=g.Student_ID where g.Course_name='MGT 3400' and g.year='2005' and g.Semester='Spring' order by GPA desc

Select Student_ID,Student_Name from Student s left join [GPA] g on s.Student_ID=g.Student_ID where g.Course_name='ART 4010' and g.year='2006' and g.Semester='Spring'
Random Solutions  
 
programming4us programming4us