Initial commit

This commit is contained in:
2017-12-23 16:43:58 +01:00
commit 4fca6babf9
3 changed files with 857 additions and 0 deletions

View File

@ -0,0 +1,33 @@
# ----------------------------------------------------
# ---
# - Default Parameters for script mail_to_listadmins.sh.
# ---
# ----------------------------------------------------
# - MESSAGE_FILE
# -
# - UTF-8 encoded file containing the message that should
# - be sended to the list administrators
# -
# - Default value is empty
# -
#MESSAGE_FILE=""
# - SENDER_ADDRESS
# -
# - The sender address from which the message to the listadmins
# - will be dended.
# -
# - Defaults value is empty
# -
#SENDER_ADDRESS=""
# - SUBJECT
# -
# - The subject that will be used with the message that should
# - be sended to the list administrators
# -
# - Default value is empty
# -
#SUBJECT=""