add no reply prototype (not working), CI tag support
This commit is contained in:
10
confd/templates/noreply.tmpl
Normal file
10
confd/templates/noreply.tmpl
Normal file
@@ -0,0 +1,10 @@
|
||||
# "no-reply" mail aliases.
|
||||
# DO NOT edit this file, it will be overwritten.
|
||||
# Instead, set the variable NOREPLY_ALIASES
|
||||
{{ range split (getv "/noreply/aliases") " " }}
|
||||
{{ if (strings.Contains . "@") }}
|
||||
{{.}} _dev_null
|
||||
{{ else }}
|
||||
{{.}}@{{ index (split (getv "/virtual/mailbox/domains") " ") 0 }} _dev_null
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user