richard: server/php-kolab/Kolab_Filter/Filter Content.php,1.3,1.4

cvs at kolab.org cvs at kolab.org
Wed Jan 30 22:04:31 CET 2008


Author: richard

Update of /kolabrepository/server/php-kolab/Kolab_Filter/Filter
In directory doto:/tmp/cvs-serv32636

Modified Files:
	Content.php 
Log Message:
Solves https://intevation.de/roundup/kolab/issue2425

An "s" was forgotten in the variable name



Index: Content.php
===================================================================
RCS file: /kolabrepository/server/php-kolab/Kolab_Filter/Filter/Content.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Content.php	29 Nov 2007 15:00:16 -0000	1.3
+++ Content.php	30 Jan 2008 21:04:28 -0000	1.4
@@ -478,7 +478,7 @@
                 if (strtolower($fromdom) == $domain 
                     || ($verify_subdomains
                         && substr($fromdom, -strlen($domain)-1) == ".$domain")) {
-                    if ($reject_forged_from_header) {
+                    if ($reject_forged_from_headers) {
                         Horde::logMessage(sprintf(_("%s is not an allowed From address for unauthenticated users."), 
                                                   $from), __FILE__, __LINE__, PEAR_LOG_DEBUG);
                         return false;





More information about the commits mailing list