Do not turn references and in-reply-to headers into links.
[squirrelmail.git] / config / conf.pl
index ac66f4206bab1f2d77a785eaf36b6edff2ac16de..99bb4c5a9cedbb6b0e76ea3533da036e0e00b765 100755 (executable)
@@ -246,7 +246,7 @@ while ( $line = <FILE> ) {
     }
 }
 close FILE;
-if ( $useSendmail ne "true" ) {
+if ( lc($useSendmail) ne "true" ) {
     $useSendmail = "false";
 }
 if ( !$sendmail_path ) {