Global config: add " --" to mail command.
authorThomas Hochstein <thh@inter.net>
Mon, 20 Sep 2021 19:15:23 +0000 (21:15 +0200)
committerThomas Hochstein <thh@inter.net>
Sun, 19 Dec 2021 14:17:12 +0000 (15:17 +0100)
Otherwise mail addresses beginning with a
dash ("-mymail-@provider.example") will
lead to Exim erroring out.

Signed-off-by: Thomas Hochstein <thh@inter.net>
usevote.cfg

index eb99d33..3e5f0bd 100644 (file)
@@ -190,7 +190,7 @@ domailfile = tmp/domail
 
 # MTA-Aufruf zum Verschicken der Bestaetigungsmails
 # nuetzlich ist die Sendmail-Option -f zum Setzen des Absenders
-#mailcmd = sendmail -oi -oem -femail@adresse
+#mailcmd = sendmail -oi -oem -femail@adresse --
 
 # Weiteres Kommando, welches nach jeder Mail aufgerufen werden soll (falls smtp=0).
 # Sinnvoll ist ein "sleep x", wobei x bei langsamen Systemen hoeher
This page took 0.011902 seconds and 4 git commands to generate.