Adding option to default config.
[squirrelmail.git] / config / config_default.php
index b922d1aee81b70e8945b8140dff9108d232b8f13..a02f559c135e23e59ce56f13bf16faac34c3a9a2 100644 (file)
@@ -101,6 +101,17 @@ $useSendmail = false;
 $smtpServerAddress = 'localhost';
 $smtpPort = 25;
 
+/**
+ * Option can be used to disable Received: headers added by squirrelmail.
+ * This can increase user's privacy and solve problems with spam filters
+ * that increase spam marks for dynamic dialup addresses.
+ *
+ * If admin enables this setting, system should have some logging facility 
+ * or other tools to control users. SquirrelMail's Received: header provides 
+ * information, that can't be forged by webmail user.
+ */
+$skip_SM_header = false;
+
 /**
  * Program that should be used when sending email. SquirrelMail expects that
  * this program will follow options used by original sendmail