1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/tests/examples/PEC_report_virus.cfg
2015-01-23 17:24:36 +01:00

27 lines
1.2 KiB
INI

## -------------------------------------------------------------------------------------------------
## PEC_report.cfg - configuration data for PEC_report program
## -------------------------------------------------------------------------------------------------
## REPORT_TITLE title of the report
## DIRECTORY directory path containing log files
## FILE_NAME_ENDS_WITH proces only filenames that ends with this string - OPTIONAL
## DOMAINS_LIST_FILE file containing list of own domain name - OPTIONAL
## INSTALLATION_ID_LIST list of installation ID to be used as filter (separated by comma) - OPTIONAL
## STARTING_DATE processing log entry from this date (dd/mm/yyyy) - OPTIONAL
## ENDING_DATE processing log entry to this date (dd/mm/yyyy) - OPTIONAL
## --------------------------------------------------------------------------------------------------
PEC_report_CFG
{
REPORT_TITLE Report_AllVirusMultiDomainTest
DIRECTORY inp/PEC/2/AllVirusMultiDomainTest
FILE_NAME_ENDS_WITH log.p7m
DOMAINS_LIST_FILE inp/PEC/domain.txt
INSTALLATION_ID_LIST PEC_Milter
STARTING_DATE 01/12/2006
ENDING_DATE 02/06/2007
}