]> granicus.if.org Git - php/commitdiff
changed default sendmail flags from '-t' to '-t -i' (bugid#5374)
authorHartmut Holzgraefe <hholzgra@php.net>
Fri, 4 Aug 2000 22:42:11 +0000 (22:42 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Fri, 4 Aug 2000 22:42:11 +0000 (22:42 +0000)
main/main.c
php.ini-dist
php.ini-optimized
php.ini-recommended

index 9abc232581232aec08b3f4940807649cdbe649c5..59bab7cc30c9cdc452124010883c494d182fd401 100644 (file)
@@ -191,7 +191,7 @@ static PHP_INI_MH(OnUpdateTimeout)
 #endif
 
 #ifdef PHP_PROG_SENDMAIL
-#      define DEFAULT_SENDMAIL_PATH PHP_PROG_SENDMAIL " -t"
+#      define DEFAULT_SENDMAIL_PATH PHP_PROG_SENDMAIL " -t -i "
 #else
 #      define DEFAULT_SENDMAIL_PATH NULL
 #endif
index a49a4d80f5aa2c4103aee84d21545b793a4b21b2..aebdba1f604bda50cda71382d13008faddd34abe 100644 (file)
@@ -268,7 +268,7 @@ define_syslog_variables     = Off   ; Whether or not to define the various syslog vari
 [mail function]
 SMTP                   =       localhost                       ;for win32 only
 sendmail_from  =       me@localhost.com        ;for win32 only
-;sendmail_path =                                               ;for unix only, may supply arguments as well (default is sendmail -t)
+;sendmail_path =                                               ;for unix only, may supply arguments as well (default is 'sendmail -t -i')
 
 [Debugger]
 debugger.host  =       localhost
index 9f70462f10589ec0acafdad3a59b4c18739e7e61..15c53c679d218cb66a24f54b32ec0e344bde1525 100644 (file)
@@ -255,7 +255,7 @@ define_syslog_variables     = Off   ; Whether or not to define the various syslog vari
 [mail function]
 SMTP                   =       localhost                       ;for win32 only
 sendmail_from  =       me@localhost.com        ;for win32 only
-;sendmail_path =                                               ;for unix only, may supply arguments as well (default is sendmail -t)
+;sendmail_path =                                               ;for unix only, may supply arguments as well (default is 'sendmail -t -i')
 
 [Debugger]
 debugger.host  =       localhost
index 9f70462f10589ec0acafdad3a59b4c18739e7e61..15c53c679d218cb66a24f54b32ec0e344bde1525 100644 (file)
@@ -255,7 +255,7 @@ define_syslog_variables     = Off   ; Whether or not to define the various syslog vari
 [mail function]
 SMTP                   =       localhost                       ;for win32 only
 sendmail_from  =       me@localhost.com        ;for win32 only
-;sendmail_path =                                               ;for unix only, may supply arguments as well (default is sendmail -t)
+;sendmail_path =                                               ;for unix only, may supply arguments as well (default is 'sendmail -t -i')
 
 [Debugger]
 debugger.host  =       localhost