From eedbd699a1aa0f44e7dda37b4d524902a864b783 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 21 Oct 2006 04:22:54 +0000 Subject: Bug 135812: Add a 'mailfrom' parameter to unify bugmail originating address - Patch by Cedric Caron r=LpSolit a=myk --- Bugzilla/Config/MTA.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Bugzilla/Config/MTA.pm') diff --git a/Bugzilla/Config/MTA.pm b/Bugzilla/Config/MTA.pm index 4364db49b..53340dc13 100644 --- a/Bugzilla/Config/MTA.pm +++ b/Bugzilla/Config/MTA.pm @@ -50,6 +50,12 @@ sub get_param_list { checker => \&check_mail_delivery_method }, + { + name => 'mailfrom', + type => 't', + default => 'bugzilla-daemon' + }, + { name => 'sendmailnow', type => 'b', -- cgit v1.2.3-24-g4f1b