mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
29 lines
1.2 KiB
INI
29 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 MsgRicevutoDestinatariMultipliNessunaAnomaliaTest
|
|
|
|
DIRECTORY inp/PEC/6S/TestCase_1
|
|
FILE_NAME_ENDS_WITH log
|
|
|
|
DOMAINS_LIST_FILE inp/PEC/domain.txt
|
|
|
|
INSTALLATION_ID_LIST PEC_Milter
|
|
|
|
STARTING_DATE 10/05/2006
|
|
ENDING_DATE 02/07/2007
|
|
|
|
FILTER pippo
|
|
}
|