8
0
Skriptentwickung/current/Set-windreamIndexFromEMLFile/Set-windreamIndexFromEMLFile_Settings.ini
2024-01-24 16:42:38 +01:00

109 lines
8.4 KiB
INI

####################################################################################################
# Digital Data Configuration File (Template Date: 30.07.2016) #
# UTF-8 Coding required! #
# incl. FailSafe functions that are active when information is missing. #
####################################################################################################
#==================================================================================================#
########################################## General Setup ###########################################
#==================================================================================================#
####################################################################################################
# Path in which the log files will be stored. #
# Example: E:\LogFiles\<ScriptName> #
# FailSafe Setting is: <ScriptPath> #
####################################################################################################
LogPath =
####################################################################################################
# Numerical value how long (in days) log files will be kept. ValidateRange is 0 - 1000 #
# Setting the Value to 0 disables this Function. #
# FailSafe Setting is: 60 #
####################################################################################################
LogFileKeepTime = 3
####################################################################################################
# Special characters which is used to separate file versions. #
# Example: File_4711_1606~2.pdf #
# FailSafe Setting is: ~ #
####################################################################################################
VersionSeperator = ~
####################################################################################################
# Numerical value how long (in Minutes) a File has to be there, before processing it. #
# FailSafe Setting is: 5 #
####################################################################################################
FileDelayAge = 1
#==================================================================================================#
################################## E-Mail and Directory settings ###################################
#==================================================================================================#
####################################################################################################
# Define the Directory, where unindexed EML are stored. #
# Example: W:\MailArchiv #
####################################################################################################
SourcePath =
####################################################################################################
# Choose if the Search in the Sourcepath you configured before should search even in Subfolders. #
# Example: True #
# FailSafe Setting is: False #
####################################################################################################
SourcePathRecurse = False
####################################################################################################
# Set your own SMTP Mail Domain(s) for outgoining Mails (The ".*" is very important!). #
# Example: .*@my-domain.com;'.*@my-second-domain.com' #
####################################################################################################
SMTPDomains = .*@.*
####################################################################################################
# Set a Regular Expression, to get the E-Mail TO Adresses, if EML Object Attribut is empty. #
# Example: \sTo:\s{0,}((?:[A-Za-z0-9\|\@\!\"\§\$\&\/\(\)\=\?\+\*\~\'\,\;\.\-_\s]{0,} #
# (?:\<[A-Za-z0-9-_\.\S]{1,}\@[A-Za-z0-9-_\.\S]{1,}\>\,\s|\<[A-Za-z0-9-_\.\S]{1,} #
# \@[A-Za-z0-9-_\.\S]{1,}\>\s|[A-Za-z0-9-_\.\S]{1,}\@[A-Za-z0-9-_\.\S]{1,}\,\s| #
# [A-Za-z0-9-_\.\S]{1,}\@[A-Za-z0-9-_\.\S]{1,}\s)){0,}){1} #
####################################################################################################
EMailAddressToRegEx = \sTo:\s{0,}((?:[A-Za-z0-9\|\@\!\"\§\$\&\/\\\(\)\=\?\+\*\~\'\,\;\.\-_\s]{0,}(?:\<[A-Za-z0-9-_\.\S]{1,}\@[A-Za-z0-9-_\.\S]{1,}\>\,\s|\<[A-Za-z0-9-_\.\S]{1,}\@[A-Za-z0-9-_\.\S]{1,}\>\s|[A-Za-z0-9-_\.\S]{1,}\@[A-Za-z0-9-_\.\S]{1,}\,\s|[A-Za-z0-9-_\.\S]{1,}\@[A-Za-z0-9-_\.\S]{1,}\s)){0,}){1}
####################################################################################################
# Set a Regular Expression, to get the E-Mail FROM Adresses, if EML Object Attribut is empty. #
# Example: From:[A-Za-z0-9\|\@\!\"\§\$\&\/\(\)\=\?\+\*\~\'\,\;\.\-_\s]{0,} #
# (\<[A-Za-z0-9-_\.]{1,}\@[A-Za-z0-9-_\.]{1,}\>){1} #
####################################################################################################
EMailAddressFromRegEx = From:[A-Za-z0-9\|\@\!\"\§\$\&\/\\\(\)\=\?\+\*\~\'\,\;\.\-_\s]{0,}(\<[A-Za-z0-9-_\.]{1,}\@[A-Za-z0-9-_\.]{1,}\>){1}
#==================================================================================================#
######################################## windream settings #########################################
#==================================================================================================#
####################################################################################################
# Set the windream Document Objecttyp. #
# Example: myCompany - BusinessProcess #
####################################################################################################
WDObjecttyp =
####################################################################################################
# Set the windream Index Field, for the E-Mail To Adresses (Type: String). #
# Example: String 01 #
####################################################################################################
WDIndexEMailTo =
####################################################################################################
# Set the windream Index Field, for the E-Mail From Adresses (Type: String). #
# Example: String 34 #
####################################################################################################
WDIndexEMailFrom =
####################################################################################################
# Set the windream Index Field, for the E-Mail Date SentOn (Type: Date). #
# Example: Date 08 #
####################################################################################################
WDIndexEMailDate =
####################################################################################################
# Set the windream Index Field, for the E-Mail Subject (Type: String). #
# Example: String 06 #
####################################################################################################
WDIndexEMailSubject =