[prev in list] [next in list] [prev in thread] [next in thread] 

List:       squirrelmail-cvs
Subject:    [SM-CVS] SF.net SVN: squirrelmail:[14282] branches/SM-1_4-STABLE/squirrelmail/config /conf.pl
From:       pdontthink () users ! sourceforge ! net
Date:       2012-02-28 18:20:25
Message-ID: E1S2Rez-0003dA-34 () sfp-svn-4 ! v30 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 14282
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14282&view=rev
Author:   pdontthink
Date:     2012-02-28 18:20:24 +0000 (Tue, 28 Feb 2012)
Log Message:
-----------
Allow configuration of $hide_auth_header no matter what $edit_identity is set to and \
clarify explanation - synchronize with r14279

Revision Links:
--------------
    http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14279&view=rev

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/config/conf.pl

Modified: branches/SM-1_4-STABLE/squirrelmail/config/conf.pl
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/config/conf.pl	2012-02-28 18:18:29 UTC (rev \
                14281)
+++ branches/SM-1_4-STABLE/squirrelmail/config/conf.pl	2012-02-28 18:20:24 UTC (rev \
14282) @@ -2280,7 +2280,7 @@
     if ( ( $new_edit =~ /^y\n/i ) || ( ( $new_edit =~ /^\n/ ) && ( $default_value eq \
"y" ) ) ) {  $edit_identity = "true";
         $edit_name = "true";
-        $hide_auth_header = "false";
+        $hide_auth_header = command39b();
     } else {
         $edit_identity = "false";
         $edit_name = command39a();
@@ -2312,24 +2312,25 @@
 }
 
 sub command39b {
-    print $NRM;
-    print "\nSquirrelMail adds username information to every outgoing\n";
-    print "email in order to prevent possible sender forging when\n";
-    print "users are allowed to change their email and/or full name.\n";
-    print "\n";
-    print "You can remove user information from this header (y) if you\n";
-    print "think that it violates privacy or security.\n";
-    print "\n";
-    print "Note: SquirrelMail will refuse to remove that information\n";
-    print "from the email headers if users are allowed to change their\n";
-    print "identities, regardless of what you have set here.\n";
-    print "\n";
-    print "Note: If you have defined a header encryption key in your SMTP\n";
-    print "or Sendmail settings (see the \"Server Settings\" option page),\n";
-    print "this setting is ignored because all user information in outgoing\n";
-    print "messages is encoded.\n";
-    print "\n";
+    print "$NRM";
+    print "\nSquirrelMail adds username information to every outgoing email in
+order to prevent possible sender forging by users that are allowed
+to change their email and/or full name.
 
+You can remove user information from this header (y) if you think
+that it violates privacy or security.
+
+Note: If users are allowed to change their email addresses, this 
+setting will make it difficult to determine who sent what where.
+Use at your own risk.
+
+Note: If you have defined a header encryption key in your SMTP or
+Sendmail settings (see the \"Server Settings\" option page), this
+setting is ignored because all user information in outgoing messages
+is encoded.
+
+";
+
     if ( lc($hide_auth_header) eq "true" ) {
         $default_value = "y";
     } else {

This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
-----
squirrelmail-cvs mailing list
List address: squirrelmail-cvs@lists.sourceforge.net
List info (subscribe/unsubscribe/change options): \
                https://lists.sourceforge.net/lists/listinfo/squirrelmail-cvs
Repository: http://squirrelmail.org/svn


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic