X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=config%2Fconf.pl;h=99bb4c5a9cedbb6b0e76ea3533da036e0e00b765;hb=dbdfdf6c123c81d3a3fd8d90ff0a781032dac59f;hp=ac66f4206bab1f2d77a785eaf36b6edff2ac16de;hpb=b72da2392e0c0f0e97be23c39f9fb7c85b02d528;p=squirrelmail.git diff --git a/config/conf.pl b/config/conf.pl index ac66f420..99bb4c5a 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -246,7 +246,7 @@ while ( $line = ) { } } close FILE; -if ( $useSendmail ne "true" ) { +if ( lc($useSendmail) ne "true" ) { $useSendmail = "false"; } if ( !$sendmail_path ) {