-
http://tech.slashdot.org/story/09/10/19/1215230/Mozilla-Unblocks-Microsofts-NET-Addon
http://tech.slashdot.org/story/09/10/17/2058240/Firefox-Disables-Microsoft-NET-Addon
If user has comments in these two topics, these topics are displayed with html tags ("Mozilla Unblocks Microsoft's .NET Addon" and "Firefox Disables Microsoft .NET Addon") in...
2009-10-19 13:13:29 UTC in Slash
-
In order to reproduce the issue IMAP server should parse broken message according to RFC. If MIME-Version header is missing, Content-Type headers should be ignored. If your IMAP server says that broken message is not standard plain text 7bit message, but 8bit message in KOI8-R charset, your IMAP server is broken. If I remember correctly I've tested it on courier-imap 3.0.8.
I don't care about...
2009-01-18 20:27:54 UTC in SM Plugins
-
See Advanced Settings plugin.
2008-12-05 06:43:30 UTC in SquirrelMail
-
When sqsetcookie() makes decision about enabling secure cookies, it tests for $_SERVER['HTTPS'] variable and forces secure cookies in variable is set and it is evaluated as true.
if ($sName && isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']) {
$bSecure = true;
}
On Windows IIS (CGI or ISAPI setup) $_SERVER['HTTPS'] is set to 'off' on http:// sites. 'off' string is evaluated as boolean...
2008-11-20 17:53:10 UTC in SquirrelMail
-
All php versions do that. Please provide information about your setup, which somehow does not act the way stock php versions act and code is able to write data to closed sessions.
2008-11-14 21:32:19 UTC in SquirrelMail
-
SquirrelMail sets header in HTTP headers. HTTP headers have higher priority than HTML meta header.
2008-07-05 05:26:37 UTC in SquirrelMail
-
---
ubuntu@KubuntuPC:~$ cat Darbastalis/test.sh
#!/bin/sh
cd `dirname $0`
pwd
ubuntu@KubuntuPC:~$ Darbastalis/test.sh
/home/ubuntu/Darbastalis
ubuntu@KubuntuPC:~$ ls -l /bin/sh
lrwxrwxrwx 1 root root 4 2008-04-24 19:24 /bin/sh -> dash
ubuntu@KubuntuPC:~$
---
Works fine on KUbuntu 8.04.
2008-04-30 06:17:02 UTC in Sweet Home 3D
-
http://perldoc.perl.org/functions/split.html
See third argument.
Both issues are the same. '=' symbol in user setting. In first case INSERT command does not lose +. It triggers notices in filters plugin only because plugin does not check format of setting value.
2008-04-22 08:43:16 UTC in SquirrelMail
-
I don't see point in keeping patch, if project developers ignore it and don't trust me.
2008-04-15 17:28:20 UTC in SpamAssassin+SQL
-
SquirrelMail 1.5.2svn snapshots have test_ldap.phps script in contrib directory. You can also download same script from http://squirrelmail.svn.sourceforge.net/viewvc/squirrelmail/trunk/squirrelmail/contrib/
Test connection to ADS with that script. Check number reported in "Number of entries:" line.
Make sure that ADS configuration does not limit number of returned entries.
2008-04-12 15:47:56 UTC in SquirrelMail