<configuration>
	<appSettings>
		<!--Junkmail_Logs: Comma Deliminated List Of Paths Where Your Declude Junkmail Log Files Exist-->
		<add key="Junkmail_Logs" value="C:\logs\junkmail" />
		
		<!--Virus_Logs: Comma Deliminated List Of Paths Where Your Declude Virus Log Files Exist-->
		<add key="Virus_Logs" value="C:\logs\Virus" />
		
		<!--Ignore Missing Logfiles: Ignores Missing Logfiles-->
		<add key="Ignore_Missing_Logfiles" value="false" />
		
		<!--Junkmail_Filename: Specifies log file name for Declude Junkmail Log Files. #### is replaced with MMDD-->
		<add key="Junkmail_Filename" value="DEC####.LOG" />
		
		<!--Virus_Filename: Specifies log file name for Declude Virus Log Files. #### is replaced with MMDD-->
		<add key="Virus_Filename" value="VIR####.LOG" />
		
		<!--Global_Test_Include_List: Comma Seperated List of Inclusion Tests That Can Be Inherited-->
		<!--Throughout The Various DLAnalayzer Tests-->
		<add key="Global_Test_Include_List" value="" />
		
		<!--Global_Test_Exclude_List: Comma Seperated List of Exclusion Tests That Can Be Inherited-->
		<!--Throughout The Various DLAnalayzer Tests-->
		<add key="Global_Test_Exclude_List" value="" />
		
		<!--global_domain_include_list: Comma Seperated List of Exclusion Tests That Can Be Inherited-->
		<!--Throughout The Various DLAnalayzer Tests-->
		<add key="global_domain_include_list" value="" />
		
		<!--global_domain_exclude_list: Comma Seperated List of Exclusion Tests That Can Be Inherited-->
		<!--Throughout The Various DLAnalayzer Tests-->
		<add key="global_domain_exclude_list" value="" />
		
		<!--Global_Test_Exclude_List: Comma Seperated List of Exclusion Tests That Can Be Inherited-->
		<!--Throughout The Various DLAnalayzer Tests-->
		<add key="global_last_action_list" value="" />
				
		<!--ConsoleOutput: Determines if output is directed to the console.-->
		<!--Setting This Option To False Can Speed Up The Generation Of Reports Due to No Console IO-->
		<add key="ConsoleOutput" value="true" />
		<!--Verbose: true - DLAnalyzer Will Provide Debug Level Logging-->
		<!--If This Is Set To true the dlanalzer.log file will grow very large.-->
		<add key="verbose" value="false" />
		<!--Process_previous_Days: Process The Last X Amount Of Days Starting-->
		<!--If Set To -1 Then You Will Manually Need To Specify The Start And End Date -->
		<!--If this option is not set to -1 it will overide The StartDate and EndDate Settings-->
		<add key="Process_Previous_Days" value="-1" />
		<!--StartDate: Determines The Start Date Of The Logs To Be Processed-->
		<!--Format: MM/DD/YYYY-->
		<!--If Left Blank Then DLAnalyzer Will Default To Yesterdays Date-->
		<add key="StartDate" value="03/01/2006 00:00:00" />
		<!--EndDate: Determines The End Date Of The Logs To Be Processed-->
		<!--Format: MM/DD/YYYY-->
		<!--If Left Blank Then DLAnalyzer Will Default To Yesterdays Date-->
		<add key="EndDate" value="03/01/2006 23:59:59" />
		
		<!--Enable_Junkmail_Processing: true - Enables Junkmail Log Processing  -->
		<add key="Enable_Junkmail_Processing" value="true" />
		
		<!--TestSummary: true - Generates The Overall Server Test Summary    -->
		<add key="TestSummary" value="true" />
		
		<!--Inherit_Global_Inclusion_Tests_For_Overall_Test_Summary: Determines If The Global-->
		<!--Configured Test Settings Are Inherited In This Report.-->
		<add key="Inherit_Global_Inclusion_Tests_For_Overall_Test_Summary" value="false" />
		
		<!--Inherit_Global_Exclusion_Tests_For_Overall_Test_Summary: Determines If The Global-->
		<!--Configured Test Settings Are Inherited In This Report.-->
		<add key="Inherit_Global_Exclusion_Tests_For_Overall_Test_Summary" value="false" />
		
		<!--TestList: Comma Seperated List Of Tests That DLAnalyzer Will Use For The Overall Test Summary Report-->
		<!--If Left Blank Then DLAnalyzer Will Report On All Tests Found In The Log Files. -->
		<add key="TestList" value="" />
		<!--ExcludeTestList: Comma Seperated List Of Tests That DLAnalyzer Will Exclude In The Overall Server Test Summary Report-->
		<!--If Left Blank Then DLAnalyzer Will Not Exclude Any Tests. -->
		<add key="ExcludeTestList" value="" />
		
		<!--TestSummarySortByVolume: true  - Sorts The Overall Server Test Summary By Volume -->
		<!--                         false - Sorts The Overall Server Test Summary By Test Name -->
		<add key="TestSummarySortByVolume" value="true" />
		
		<!--Enable_Last_Action_Summary: true  - Enables The Last Action Summary Report -->
		<!--                            false - Last Action Summary Report Is Disables -->
		<add key="Enable_Last_Action_Summary" value="false" />
		
		<!--Last_Action_Server: Specifies Last Action For The Last Action Server Report-->
		<!-- If Left Blank The Last Action Report Will Not Return Any Results -->
		<add key="Last_Action_Server" value="" />
		
		<!--Inherit_Last_Actions_For_Last_Action_Summary: Determines If The Global-->
		<!--Configured Last Action Settings Are Inherited In This Report.-->
		<add key="Inherit_Last_Actions_For_Last_Action_Summary" value="false" />
		
		<!--Incoming_Domain_Test_Summary: Determines If Domain Test Summaries By Domain Are Generated-->
		<add key="Incoming_Domain_Test_Summary" value="false" />
		
		<!--Incoming_Domain_Column_Summary_Report: Determines If Domain Column Summary Report Will Be Generated-->
		<add key="Incoming_Domain_Column_Summary_Report" value="false" />
		
		<!--Incoming_Domain_Recipient_Summary_Report: Determines If Domain Recipient Summary Report Will Be Generated-->
		<add key="Incoming_Domain_Recipient_Summary_Report" value="false" />
		
		<!--Incoming_Domain_Recipient_Summary_Report_Limit_To_Top: Limits The Amount Of Records Displayed.  If Set to 0 No Limit Is Set  -->
		<add key="Incoming_Domain_Recipient_Summary_Report_Limit_To_Top" value="30" />
		
		<!--Inherit_Global_Tests_For_Domain_Summary: Determines If The Global-->
		<!--Configured Test Settings Are Inherited In This Report.-->
		<add key="Inherit_Global_Inclusion_Tests_For_Domain_Summary" value="false" />
		
		<!--Inherit_Global_Tests_For_Domain_Summary: Determines If The Global-->
		<!--Configured Test Settings Are Inherited In This Report.-->
		<add key="Inherit_Global_Exclusion_Tests_For_Domain_Summary" value="false" />
		
		<!--Inherit_Global_Include_Domains_For_Incoming_Domain_Summary: Determines If The Global-->
		<!--Configured Include Domain Settings Are Inherited In This Report.-->
		<add key="Inherit_Global_Include_Domains_For_Incoming_Domain_Summary" value="false" />
		
		<!--DomainToIncludeInTestSummary: Comma Seperated List Of Domains For Domain Test Summaries-->
		<!--If Left Blank DLAnalyzer Will Generate Domain Summaries For All Incoming Message Domains. -->
		<add key="Incoming_Domain_To_Include_In_Test_Summary" value="" />
		
		<!--Inherit_Global_Exclude_Domains_For_Incoming_Domain_Summary: Determines If The Global-->
		<!--Configured Excluded Domain Settings Are Inherited In This Report.-->
		<add key="Inherit_Global_Exclude_Domains_For_Incoming_Domain_Summary" value="false" />
		
		<!--DomainToExcludeInTestSummary:  Comma Seperated List Of Domains To Exclude From The Domain Test Summaries-->
		<!--If Left Blank No Domains Will Be Excluded-->
		<add key="Incoming_Domain_To_Exclude_In_Test_Summary" value="" />
		
		<!--Incoming_Domain_Summary_Local_IP_Addresses:  Comma Seperated List Of IP Addresses in CIDR Notation Of Clients That-->
		<!--Are Local-->
		<add key="Incoming_Domain_Summary_Local_IP_Addresses" value="" />
		
		<!--Inherit_Last_Actions_For_Domain_Summary_Report: Determines If The Global-->
		<!--Configured Last Action Settings Are Inherited In This Report.-->
		<add key="Inherit_Last_Actions_For_Domain_Summary_Report" value="false" />
		
		<!--Last_Action_Domain: Specifies Last Action(s) For The Domain Summary Reports-->
		<!-- If Left Blank No Last Action Filter Will Be Applied -->
		<add key="Last_Action_Domain_Filter" value="" />
		
		<!--Domain_Weight_Range_Filter: Enables The Domain Summary Report Weight Range Filter -->
		<add key="Domain_Weight_Range_Filter" value="false" />

		<!--Domain_Weight_Range_Values: Comma Seperated Range Values. LOW RANGE, HIGH RANGE -->
		<add key="Domain_Weight_Range_Values" value="1, 1000" />
		
		<!--Domain_Test_Inclusion_Filer: Comma Seperated Lists of tests that will be used in filtering domain summaries -->
		<add key="Domain_Test_Inclusion_Filter" value="" />
		
		<!--Domain_Test_Inclusion_Filer: Comma Seperated Lists of tests that will be used in filtering domain summaries -->
		<add key="Domain_Test_Exclusion_Filter" value="" />
		
		<!--DomainSummarySortByVolume: true  - Sorts The Domain Test Summary By Volume -->
		<!--                           false - Sorts The Domain Test Summary By Test Name -->
		<add key="DomainSummarySortByVolume" value="true" />
		
		<!--Domain_Summary_Suppress_Domain_Output: true - Domains That Have Zero Messages-->
		<!--Will Not Be Displayed. -->
		<add key="Domain_Summary_Suppress_Domain_Output" value="true" />
		
		<!--DLANALYZER ADVANCED REPORT SETTINGS (ENTERPRISE VERSION)-->
		<!--EnableAdvancedReport: true - DLAnalyzer Will Generate The Advanced Report-->
		<add key="EnableAdvancedReport" value="false" />
		<!--UserName: Comma Seperated List Of Email Addresses That The Advanced Report Will Be Generated On-->
		<!--If Left Blank, No Email Address Filters Will Be Used. -->
		<add key="UserName" value="" />
		
		<!--Inherit_Global_Include_Domains_For_Advanced_Report: Determines If The Global-->
		<!--Configured Include Domain Settings Are Inherited In This Report.-->
		<add key="Inherit_Global_Include_Domains_For_Advanced_Report" value="false" />
		
		<!--DomainName: Comma Seperated List Of Domains That The Advanced Report Will Be Generated On -->
		<!--If Left Blank, No Domain Filters Will Be Applied In The Advanced Report. -->
		<add key="DomainName" value="" />
		
		<!--Adv_Report_Test_Filter: This determines in the advanced report how the tests you -->
		<!--select in the "TestName" Key (Below). Options are: "OR" or "AND".-->
		<!--AND: Report on messages that failed (TEST1 AND TEST2) -->
		<!--OR: Report on messages that failed (TEST1 OR TEST2) -->
		<add key="Adv_Report_Test_Filter" value="OR" />
		
		<!--Inherit_Global_Tests_For_Advanced_Report: Determines If The Global-->
		<!--Configured Test Settings Are Inherited In This Report.-->
		<add key="Inherit_Global_Tests_For_Advanced_Report" value="false" />
		
		<!--TestName: Comma Seperated List Of Tests That The Advanced Report Will Be Generated On. -->
		<!--If Left Blank DLAnalyzer, No Test Name Filters Will Be Applied In The Advanced Report. -->
		<add key="TestName" value="" />
		
		<!--Inherit_Last_Actions_For_Advanced_Report: Determines If The Global-->
		<!--Configured Last Action Settings Are Inherited In This Report.-->
		<add key="Inherit_Last_Actions_For_Advanced_Report" value="false" />
		
		<!--Adv_Report_Last_Action_Filter: Comma Seperated List Of Last Action Tests That The Advanced -->
		<!--Report Will Be Filtered On.  If Left Blank DLAnalyzer Will Not Filter On The Last Action -->
		<add key="Adv_Report_Last_Action_Filter" value="" />
		<!--Adv_Report_Enable_Weight_Range_Filter: Enables The Advanced Report Weight Range Filter -->
		<add key="Adv_Report_Enable_Weight_Range_Filter" value="false" />
		<!--Adv_Report_Weight_Range_Values: Comma Seperated Range Values. LOW RANGE, HIGH RANGE -->
		<add key="Adv_Report_Weight_Range_Values" value="1, 100" />
		<!--Sort: Determines How The Advanced Report Will Be Sorted. -->
		<!--Sort Options Are: date, messagefrom, messageto, domain, test, subject -->
		<add key="Sort" value="date" />
		<!--DLANALYZER REPORT OPTIONS-->
		<!--EnableReportFile: true - Generates An External File That Will Contain The Report -->
		<!--If You Are Emailing Reports This Option Needs to Be Set To True-->
		<!--				  false - Reports Will Be Generated To The Console-->
		<add key="ReportFileName" value="" />
		<!--ReportFileName: Name Of The External File That The Reports Will Be Wrote To -->
		<!--If Left Blank DLAnalyzer will automatically create a file with the name dlaMMDDYY.txt -->
		<add key="EnableReportFile" value="true" />
		<!--Overwrite_Report_File: True - Overwrites The Report File If it Exists -->
		<!--False: Will Append To The File -->
		<add key="Overwrite_Report_File" value="true" />
		<!--ReportType: Sets The Report Format.  Options are "TEXT, CSV, TAB, HTML" -->
		<add key="ReportType" value="html" />
		<!--DLANALYZER EMAIL OPTIONS-->
		<!--EnableEmail: true - Enables The Report To Be Emailed -->
		<add key="EnableEmail" value="false" />
		<!--SMTPServer: IP address/hostname of the mail server used to send the report through -->
		<add key="SMTPServer" value="mail.yoursmtpserver.com" />
		<!--SMTP_Auth_Enable: Enables Or Disables SMTP Auth -->
		<add key="SMTP_Auth_Enable" value="false" />
		<!--SMTP_Auth_Username: Specifies The SMTP Auth Username -->
		<add key="SMTP_Auth_Username" value="username" />
		<!--SMTP_Auth_Password: Specifies The SMTP Auth Password -->
		<add key="SMTP_Auth_Password" value="password" />
		<!--SMTPToAddress: The TO Email Address The Report Will Emailed To.  Seperate Multiple Addresses With Comma's -->
		<add key="SMTPToAddress" value="user@domain.com,user2@domains.com" />
		<!--SMTPFromAddress: The From Address Of The Email Report-->
		<add key="SMTPFromAddress" value="support@dlanalyzer.com" />
		<!--SMTPFromDisplayAddress: The From Display Address Of The Email Report-->
		<add key="SMTPFromDisplayAddress" value="DLAnalyzer Report" />
		<!--SMTP_CC_Address: The CC Address Of The Email Report-->
		<add key="SMTP_CC_Address" value="user@domain.com,user2@domains.com" />
		<!--SMTP_BCC_Address: The BCC Address Of The Email Report-->
		<add key="SMTP_BCC_Address" value="user@domain.com,user2@domains.com" />
		<!--SMTPSubject: This sets the subject of the email that is to be sent.-->
		<add key="SMTPSubject" value="DLAnalyzer SPAM Report" />
		<!--SMTPMessageText: This is the body of the SMTP Message-->
		<add key="SMTPMessageText" value="Attached is the DLAnalyzer Report Generated For Your Company." />
		<!--DATABASE OPTIONS (ENTERPRISE EDITION ONLY)-->
		<!--EnableDB: true - Determines If DLAnalyzer Will Utilize an External Database-->
		<add key="EnableDB" value="false" />
		<!--DatabaseType: Determines Which Database Type DLAnalyzer Will Connect To-->
		<!--			  MSSQL - is the only database supported at this time-->
		<add key="DatabaseType" value="MSSQL" />
		<!--DBUserName: The Login Name That Has Privledges To The Database-->
		<add key="DBUserName" value="sa" />
		<!--DBUserPassword: The Password For The Login To The Database-->
		<add key="DBUserPassword" value="dlanalyzer" />
		<!--DBIPAddress: IP Address of The Database-->
		<add key="DBIPAddress" value="127.0.0.1" />
		<!--InitDBTables: true - removes all previous data from the DB (Recommend This Option Be Left Set To True) -->
		<add key="InitDBTables" value="true" />
		<!--PathToDatabase: Not Used At This Point-->
		<add key="PathToDatabase" value="" />
		<!--ConserveMemory: true - DLAnalyzer Will Utilize Less Memory By -->
		<!--By Swapping Log Information To Disk-->
		<add key="ConserveMemory" value="true" />
		<!--Enable_Test_Breakdown_Report: true - Enables The Test Summary Breakdown Report -->
		<add key="Enable_Test_Breakdown_Report" value="false" />
		
		<!--Inherit_Global_Inclusion_Tests_For_Test_Breakdown_Summary: Determines If The Global-->
		<!--Configured Test Settings Are Inherited In This Report.-->
		<add key="Inherit_Global_Inclusion_Tests_For_Test_Breakdown_Summary" value="false" />
		
		<!--Inherit_Global_Exclusion_Tests_For_Test_Breakdown_Summary: Determines If The Global-->
		<!--Configured Test Settings Are Inherited In This Report.-->
		<add key="Inherit_Global_Exclusion_Tests_For_Test_Breakdown_Summary" value="false" />
		
		<!--Test_Breakdown_Tests: true - Comma Delimited List Of Tests That Will Be Broken -->
		<!--Down In Test Summary Break Down Report -->
		<add key="Test_Breakdown_Include_Tests" value="" />
		<!--Test_Breakdown_Exclude_Tests: Comma Delimited List Of Tests That Will Be Excluded -->
		<!--From The Test Summary Breakdown Report -->
		<add key="Test_Breakdown_Exclude_Tests" value="" />
		<!--Enable_Weight_Range_Report: true - Enables The Weight Range Summary Report -->
		<add key="Enable_Weight_Range_Report" value="false" />
		<!--Weight_Range_Values: Comma Seperated Range Values. LOW RANGE, HIGH RANGE -->
		<add key="Weight_Range_Values" value="1,100" />
		
		<!--Enable_IP_Summary_Report: true - Enables The IP Summary Report -->
		<add key="Enable_IP_Summary_Report" value="false" />
	
		<!--Inherit_Global_Tests_For_IP_Summary_Report: Determines If The Global-->
		<!--Configured Test Settings Are Inherited In This Report.-->
		<add key="Inherit_Global_Tests_For_IP_Summary_Report" value="false" />
		
		<!--IP_Summary_Report_Include_List: Comma Seperated List Of Tests To Be Used To Report IP Addresses -->
		<!--If Left Blank You Will Get An IP List Of Every Remote Server That Sent Mail To Your Server -->
		<add key="IP_Summary_Report_Include_List" value="" />
		<!--IP_Summary_Report_Limit_To_Top: Limits The Amount Of Records Displayed.  If Set to 0 No Limit Is Set  -->
		<add key="IP_Summary_Report_Limit_To_Top" value="30" />
		<!--IP_Summary_Report_Limit_To_Top: Limits The Amount Of Records Displayed.  If Set to 0 No Limit Is Set  -->
		<add key="IP_Summary_Report_Last_Action_Filter" value="" />
		
		<!--Inherit_Last_Actions_For_IP_Summary_Report: Determines If The Global-->
		<!--Configured Last Action Settings Are Inherited In This Report.-->
		<add key="Inherit_Last_Actions_For_IP_Summary_Report" value="false" />
		
		<!--IP_Summary_Enable_Weight_Range_Filter: true - Enables The Weight Range Filter  -->
		<add key="IP_Summary_Enable_Weight_Range_Filter" value="false" />
		
		<!--IP_Summary_Report_Weight_Range_Filter: Weight Range Values <low value,high value>  -->
		<add key="IP_Summary_Report_Weight_Range_Filter" value="1,100" />
		
		<!--IP_Summary_Report_Resolve_IP_To_Hostname: true - enables IP to Hostname Resolution  -->
		<add key="IP_Summary_Report_Resolve_IP_To_Hostname" value="false" />
		
		<!--IP_Summary_Report_Display_IP_And_Hostname: true - IP's and Hostnames Will Be Listed In The Report  -->
		<add key="IP_Summary_Report_Display_IP_And_Hostname" value="false" />
		
		<!--Recipient Server Spam Report-->
		
		<!--Enable_Recipient_Spam_Summary_Report: true - Enables The Recipient Summary Report -->
		<add key="Enable_Recipient_Spam_Summary_Report" value="false" />
	
		<!--Inherit_Global_Tests_For_Recipient_Spam_Summary_Report: Determines If The Global-->
		<!--Configured Test Settings Are Inherited In This Report.-->
		<add key="Inherit_Global_Tests_For_Recipient_Spam_Summary_Report" value="false" />
		
		<!--Recipient_Spam_Summary_Report_Include_List: Comma Seperated List Of Tests To Be Used To Filter This Report-->
		<add key="Recipient_Spam_Summary_Report_Include_List" value="" />
		
		<!--Recipient_Spam_Summary_Report_Limit_To_Top: Limits The Amount Of Records Displayed.  If Set to 0 No Limit Is Set  -->
		<add key="Recipient_Spam_Summary_Report_Limit_To_Top" value="30" />
		<!--Recipient_Spam_Summary_Report_Last_Action_Filter: Allows last action filters to be applied to this report  -->
		<add key="Recipient_Spam_Summary_Report_Last_Action_Filter" value="" />
		
		<!--Inherit_Last_Actions_For_Recipient_Spam_Summary_Report: Determines If The Global-->
		<!--Configured Last Action Settings Are Inherited In This Report.-->
		<add key="Inherit_Last_Actions_For_Recipient_Spam_Summary_Report" value="false" />
		
		<!--Recipient_Spam_Summary_Enable_Weight_Range_Filter: true - Enables The Weight Range Filter  -->
		<add key="Recipient_Spam_Summary_Enable_Weight_Range_Filter" value="false" />
		
		<!--Recipient_Spam_Summary_Report_Weight_Range_Filter: Weight Range Values <low value,high value>  -->
		<add key="Recipient_Spam_Summary_Report_Weight_Range_Filter_Values" value="1,100" />
		
		<!--Test Quality Spam Report-->
		
		<!--Enable_Test_Quality_Summary_Report: true - Enables The Recipient Summary Report -->
		<add key="Enable_Test_Quality_Summary_Report" value="false" />
	
		<!--Inherit_Global_Tests_For_Test_Quality_Summary_Report: Determines If The Global-->
		<!--Configured Test Settings Are Inherited In This Report.-->
		<add key="Inherit_Global_Tests_For_Test_Quality_Summary_Report" value="false" />
		
		<!--Test_Quality_Summary_Report_Include_List: Comma Seperated List Of Tests To Be Used To Filter This Report-->
		<add key="Test_Quality_Report_Include_List" value="" />

		<!--Test_Quality_Summary_Report_Last_Action_Filter: Allows last action filters to be applied to this report  -->
		<add key="Test_Quality_Report_Last_Action_Filter" value="" />
		
		<!--Inherit_Last_Actions_For_Test_Quality_Summary_Report: Determines If The Global-->
		<!--Configured Last Action Settings Are Inherited In This Report.-->
		<add key="Inherit_Last_Actions_For_Test_Quality_Summary_Report" value="false" />
		
		<!--Test_Quality_Summary_Enable_Weight_Range_Filter: true - Enables The Weight Range Filter  -->
		<add key="Test_Quality_Enable_Weight_Range_Filter" value="false" />
		
		<!--Test_Quality_Summary_Report_Weight_Range_Filter: Weight Range Values <low value,high value>  -->
		<add key="Test_Quality_Summary_Report_Weight_Range_Filter_Values" value="1,1000" />

		
		<!--Enable_Virus_Processing: true - Enables Virus Log Processing  -->
		<add key="Enable_Virus_Processing" value="true" />
		
		<!--Virus_Scanners: true - Number of Virus Scanners  -->
		<add key="Virus_Scanners" value="1" />
		
		<!--Virus_Scanner_Names: Comma Seperated List Of Names Of Virus Scanners  -->
		<!--The list should contain the names in order of how they are configured in Declude Virus  -->
		<add key="Virus_Scanners_Names" value="Scanner1" />
		
		<!--Enable_Overall_Virus_Report: Enables The Combined Virus Report  -->
		<add key="Enable_Overall_Virus_Report" value="true" />
		
		<!--Enable_Overall_Virus_Report: Enables The Combined Virus Report  -->
		<add key="Display_InOut_Stats_In_Overall_Virus_Report" value="false" />
		
		<!--Overall_Virus_Report_Sort_By_Value: True: Overall Virus Summary Sorted By Value Instead Of Test Name  -->
		<add key="Overall_Virus_Report_Sort_By_Value" value="true" />
		
		<!--Include_Vulnerability_In_Virus_Report: True: Included Vulnerabilities In Overall Virus Report  -->
		<add key="Include_Vulnerability_In_Virus_Report" value="true" />
		
		<!--Enable_Virus_Scanner_Report: Comma Seperated List Of Names Of Virus Scanners  -->
		<add key="Enable_Virus_Scanner_Report" value="false" />
		
		<!--Enable_File_Extension_Report: True: Virus Scanned File Extension Report Will Be Generated  -->
		<add key="Enable_File_Extension_Report" value="false" />
		
		<!--File_Extension_Report_Limit_To_Top: Number of items to be listed. Value of zero will list all records  -->
		<add key="File_Extension_Report_Limit_To_Top" value="0" />
		
		<!--File_Extension_Report_Sort_By_Value: True: File Extension Report Sorted By Value Instead Of Name  -->
		<add key="File_Extension_Report_Sort_By_Value" value="false" />
		
		<!--Enable_File_Extension_Virus_Report: True: Enables File Extension Virus Report  -->
		<add key="Enable_File_Extension_Virus_Report" value="false" />
		
		<!--File_Extension_Virus_Report_Limit_To_Top: True: File Extension Virus Report Limit Report To Top x Items  -->
		<add key="File_Extension_Virus_Report_Limit_To_Top" value="20" />
		
		<!--Display_InOut_Stats_In_File_Extension_Virus_Report: Enables Incoming and Outgoing Stats For File Extension virus report  -->
		<add key="Display_InOut_Stats_In_File_Extension_Virus_Report" value="false" />
		
		<!--File_Extension_Virus_Report_Sort_By_Value: True: File Extension Virus Report Sorted By Value Instead Of Name  -->
		<add key="File_Extension_Virus_Report_Sort_By_Value" value="false" />
		
		<!--Enable_IP_Summary_Virus_Report: True: Enables IP Summary Virus Report  -->
		<add key="Enable_IP_Summary_Virus_Report" value="false" />
		
		<!--IP_Summary_Virus_Report_Limit_To_Top: True: IP Summary Virus Report Limit Report To Top x Items  -->
		<add key="IP_Summary_Virus_Report_Limit_To_Top" value="20" />
		
		<!--Display_InOut_Stats_In_File_Extension_Virus_Report: Enables Incoming and Outgoing Stats For IP Summary virus report  -->
		<add key="Display_InOut_Stats_In_IP_Summary_Virus_Report" value="false" />
		
		<!--IP_Summary_Virus_Report_Resolve_IP_To_Hostname: true - enables IP to Hostname Resolution  -->
		<add key="IP_Summary_Virus_Report_Resolve_IP_To_Hostname" value="false" />
		
		<!--IP_Summary_Virus_Report_Display_IP_And_Hostname: true - IP's and Hostnames Will Be Displayed In The Report  -->
		<add key="IP_Summary_Virus_Report_Display_IP_And_Hostname" value="true" />
		
		<!--Enable_Recipient_Virus_Report: True: Enables Recipient Virus Report  -->
		<add key="Enable_Recipient_Virus_Report" value="false" />
		
		<!--Recipient_Virus_Report_Limit_To_Top: True: Recipient Virus Report Limit Report To Top x Items  -->
		<add key="Recipient_Virus_Report_Limit_To_Top" value="20" />
		
		<!--Display_InOut_Stats_In_Recipient_Virus_Report: Enables Incoming and Outgoing Stats For Recipient virus report  -->
		<add key="Display_InOut_Stats_In_Recipient_Virus_Report" value="false" />
		
		<!--Recipient_Virus_Report_Sort_By_Value: True: Recipient Virus Report Sorted By Value Instead Of Name  -->
		<add key="Recipient_Virus_Report_Sort_By_Value" value="false" />
		
		<!--Enable_Sender_Virus_Report: True: Enables Sender Virus Report  -->
		<add key="Enable_Sender_Virus_Report" value="false" />
		
		<!--Sender_Virus_Report_Limit_To_Top: True: Sender Virus Report Limit Report To Top x Items  -->
		<add key="Sender_Virus_Report_Limit_To_Top" value="20" />
		
		<!--Display_InOut_Stats_In_Sender_Virus_Report: Enables Incoming and Outgoing Stats For Sender virus report  -->
		<add key="Display_InOut_Stats_In_Sender_Virus_Report" value="false" />
		
		<!--Sender_Virus_Report_Sort_By_Value: True: Sender Virus Report Sorted By Value Instead Of Name  -->
		<add key="Sender_Virus_Report_Sort_By_Value" value="true" />
		
		<!--Enable_Banned_File_Extension_Report: True: Enables Sender Virus Report  -->
		<add key="Enable_Banned_File_Extension_Report" value="false" />
		
		<!--Include_Virus_Infected_Banned_Files: True: Enables Banned Files Which Also Were Viruses Will Be Included In The Report  -->
		<add key="Include_Virus_Infected_Banned_Files" value="false" />
		
		<!--Banned_File_Extension_Report_Limit_To_Top: Banned File Extension Virus Report Limit Report To Top x Items  -->
		<add key="Banned_File_Extension_Report_Limit_To_Top" value="0" />
		
		<!--Display_InOut_Stats_In_Banned_File_Extension_Report: Enables Incoming and Outgoing Stats For Sender virus report  -->
		<add key="Display_InOut_Stats_In_Banned_File_Extension_Report" value="false" />
		
		<!--Banned_File_Extension_Report_Sort_By_Value: True: Sender Virus Report Sorted By Value Instead Of Name  -->
		<add key="Banned_File_Extension_Report_Sort_By_Value" value="true" />
		
		<!--Inherit_Global_Include_Domains_To_Include_In_Virus_Reports: Determines If The Global-->
		<!--Configured Include Domain Settings Are Inherited In This Report.-->
		<add key="Inherit_Global_Include_Domains_To_Include_In_Virus_Reports" value="false" />
		
		<!--Domains_To_Include_In_Virus_Reports: Comma Seperated List Of Domains To Include In Virus Reports  -->
		<!--If Left Blank All Domains Encountered Will Be Reported On  -->
		<add key="Domains_To_Include_In_Virus_Reports" value="" />
		
		<!--Inherit_Global_Exclude_Domains_To_Exclude_In_Virus_Reports: Determines If The Global-->
		<!--Configured Include Domain Settings Are Inherited In This Report.-->
		<add key="Inherit_Global_Exclude_Domains_To_Exclude_In_Virus_Reports" value="false" />
		
		<!--Domains_To_Exclude_In_Virus_Reports: Comma Seperated List Of Domains To Exclude In Virus Reports  -->
		<add key="Domains_To_Exclude_In_Virus_Reports" value="" />
		
		<!--Virus_Domain_Summary_Suppress_Domain_Output: true - Domains That Have Zero Messages-->
		<!--Will Not Be Displayed. -->
		<add key="Virus_Domain_Summary_Suppress_Domain_Output" value="false" />

		<!--Enable_Domain_Overall_Virus_Report: Enables The Combined Virus Report For Specific Domains  -->
		<add key="Enable_Domain_Overall_Virus_Report" value="false" />
		
		<!--Enable_Domain_Overall_Column_Virus_Report: Enables The Column Virus Report For Specific Domains  -->
		<add key="Enable_Domain_Overall_Column_Virus_Report" value="false" />
				
		<!--Display_InOut_Stats_In_Domain_Overall_Virus_Report: Enables The Combined Virus Report  -->
		<add key="Display_InOut_Stats_In_Domain_Overall_Virus_Report" value="false" />
		
		<!--Overall_Domain_Virus_Report_Sort_By_Value: True: Overall Virus Summary Sorted By Value Instead Of Test Name  -->
		<add key="Overall_Domain_Virus_Report_Sort_By_Value" value="true" />
		
		<!--Include_Vulnerability_In_Domain_Virus_Report: True: Included Vulnerabilities In Overall Virus Report  -->
		<add key="Include_Vulnerability_In_Domain_Virus_Report" value="true" />
		
		<!--Enable_Recipient_Domain_Virus_Report: True: Enables Recipient Virus Report  -->
		<add key="Enable_Recipient_Domain_Virus_Report" value="false" />
		
		<!--Recipient_Domain_Virus_Report_Limit_To_Top: True: Recipient Virus Report Limit Report To Top x Items  -->
		<add key="Recipient_Domain_Virus_Report_Limit_To_Top" value="25" />
		
		<!--Display_InOut_Stats_In_Recipient_Domain_Virus_Report: Enables Incoming and Outgoing Stats For Recipient virus report  -->
		<add key="Display_InOut_Stats_In_Recipient_Domain_Virus_Report" value="false" />
		
		<!--Recipient_Domain_Virus_Report_Sort_By_Value: True: Recipient Virus Report Sorted By Value Instead Of Name  -->
		<add key="Recipient_Domain_Virus_Report_Sort_By_Value" value="true" />
		
		<!--Enable_Domain_IP_Summary_Virus_Report: True: Enables IP Summary Virus Report  -->
		<add key="Enable_Domain_IP_Summary_Virus_Report" value="false" />
		
		<!--Domain_IP_Summary_Virus_Report_Limit_To_Top: True: IP Summary Virus Report Limit Report To Top x Items  -->
		<add key="Domain_IP_Summary_Virus_Report_Limit_To_Top" value="20" />
		
		<!--Display_InOut_Stats_In_Domain_IP_Summary_Virus_Report: Enables Incoming and Outgoing Stats For IP Summary virus report  -->
		<add key="Display_InOut_Stats_In_Domain_IP_Summary_Virus_Report" value="false" />
		
		<!--Domain_IP_Summary_Virus_Report_Resolve_IP_To_Hostname: true - enables IP to Hostname Resolution  -->
		<add key="Domain_IP_Summary_Virus_Report_Resolve_IP_To_Hostname" value="false" />
		
		<!--Domain_IP_Summary_Virus_Report_Display_IP_And_Hostname: true - Displays Both IP and Hostname In Report  -->
		<add key="Domain_IP_Summary_Virus_Report_Display_IP_And_Hostname" value="false" />
		
		<!--Enable_Virus_Advanced_Report: True: Virus Advanced Report Will Be Generated  -->
		<add key="Enable_Virus_Advanced_Report" value="false" />
		
		<!--Virus_Advanced_Report_Include_Virus_Infected: True: Virus Infected Messages -->
		<!--Will Be Included In The Virus Advanced Report-->
		<add key="Virus_Advanced_Report_Include_Virus_Infected" value="true" />
		
		<!--Virus_Advanced_Report_Include_Vulnerability_Infected: True: Messages With-->
		<!--Vulnerabilities Will Be Include In Virus Advanced Report-->
		<add key="Virus_Advanced_Report_Include_Vulnerability_Infected" value="true" />
		
		<!--Virus_Advanced_Report_Include_Banned_Filename: True: Messages With Banned-->
		<!--Files Will Be Included In Virus Advanced Report  -->
		<add key="Virus_Advanced_Report_Include_Banned_Filename" value="true" />
		
		<!--Virus_Advanced_Report_Username: Comma seperated list of email addresses-->
		<!--that will be filtered on.  If Left blank no email address filter is applied. -->
		<add key="Virus_Advanced_Report_Username" value="" />
		
		<!--Inherit_Global_Include_Domains_In_Virus_Advanced_Reports: Determines If The Global-->
		<!--Configured Include Domain Settings Are Inherited In This Report.-->
		<add key="Inherit_Global_Include_Domains_In_Virus_Advanced_Reports" value="false" />
		
		<!--Virus_Advanced_Report_Domain: Comma seperated list of domains to-->
		<!--Filter the virus advanced report on-->
		<add key="Virus_Advanced_Report_Domain" value="" />
		
		<!--Virus_Advanced_Report_Virus: Comma seperated list of viruses to-->
		<!--Filter the virus advanced report on-->
		<add key="Virus_Advanced_Report_Virus" value="" />
		
		<!--Virus_Advanced_Report_Vulnerability: Comma seperated list of vulnerabilities to-->
		<!--Filter the virus advanced report on-->
		<add key="Virus_Advanced_Report_Vulnerability" value="" />
		
		<!--Virus_Advanced_Report_Filename: Comma seperated list of filenames to-->
		<!--Filter the virus advanced report on-->
		<add key="Virus_Advanced_Report_Filename" value="" />
		
		<!--Virus_Advanced_Report_BannedExtension: Comma seperated list of banned extensions to-->
		<!--Filter the virus advanced report on-->
		<add key="Virus_Advanced_Report_Banned_Extension" value="" />
		
		<!--Virus_Advanced_Report_Sort_String: Determines How The Virus Advanced Report Will Be Sorted. -->
		<!--Sort Options Are: messageid, date, messageto, messagefrom, domain, virus, vulnerability,  -->
		<!--bannedextension, filename, subject --> 
		<add key="Virus_Advanced_Report_Sort_String" value="date" />
		
		
	</appSettings>
</configuration>