changeset 489:8f3f7577fbe7

proxy: fix minor typo in default for --mail-from
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 24 Aug 2018 14:10:22 +0200
parents 7a8644e9e50e
children 4b39e7f651ed
files pkg/config/config.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/config/config.go	Fri Aug 24 12:14:56 2018 +0200
+++ b/pkg/config/config.go	Fri Aug 24 14:10:22 2018 +0200
@@ -131,7 +131,7 @@
 	ui("mail-port", 465, "port of server to send mail with")
 	str("mail-user", "gemma", "user to send mail with")
 	str("mail-password", "", "password of user to send mail with")
-	str("mail-from", "noreplay@localhost", "from line of mails")
+	str("mail-from", "noreply@localhost", "from line of mails")
 	str("mail-helo", "localhost", "name of server to send mail from.")
 
 	strSl("allowed-origins", allowedOrigins, "allow access for remote origins")