Anlage des Repos
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,21 @@
|
||||
Version 1.0.1.0 - 15.02.2017
|
||||
NEW: -
|
||||
FIX: -
|
||||
CHG: - Additional SourcePath check
|
||||
- Changes for new Read-ConfigFile Module
|
||||
REM: -
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Version 1.0.0.0 - 07.02.2017
|
||||
NEW: -
|
||||
FIX: -
|
||||
CHG: -
|
||||
REM: -
|
||||
|
||||
-------------------------------------legend------------------------------------
|
||||
NEW: = Added a new functionality
|
||||
FIX: = Fixed a Issue with existing functionality
|
||||
CHG: = Changed a existing functionality
|
||||
REM: = Removed a functionality
|
||||
-------------------------------------------------------------------------------
|
||||
@@ -0,0 +1,109 @@
|
||||
####################################################################################################
|
||||
# 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 =
|
||||
Reference in New Issue
Block a user