diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/bugzilla/templates/params | 2 | ||||
-rw-r--r-- | modules/bugzilla/templates/params.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params index 64e6d6d2..2e71a39d 100644 --- a/modules/bugzilla/templates/params +++ b/modules/bugzilla/templates/params @@ -53,7 +53,7 @@ 'lxr_root' => '', 'lxr_url' => '', 'mail_delivery_method' => 'SMTP', - 'mailfrom' => 'bugzilla-daemon@<%= domain %>', + 'mailfrom' => 'bugzilla_noreply@ml.<%= domain %>', 'maintainer' => 'sysadmin@group.<%= domain %>', 'makeproductgroups' => 0, 'maxattachmentsize' => '1000', diff --git a/modules/bugzilla/templates/params.json b/modules/bugzilla/templates/params.json index 79ec8c66..05325bc7 100644 --- a/modules/bugzilla/templates/params.json +++ b/modules/bugzilla/templates/params.json @@ -49,7 +49,7 @@ "letsubmitterchoosemilestone" : "1", "letsubmitterchoosepriority" : "1", "mail_delivery_method" : "SMTP", - "mailfrom" : "bugzilla-daemon@<%= domain %>", + "mailfrom" : "bugzilla_noreply@ml.<%= domain %>", "maintainer" : "sysadmin@group.<%= domain %>", "makeproductgroups" : "0", "max_search_results" : "10000", |