[SM-USERS] Archive Plugin failed and all mails lost!

2009-05-16 Thread Xin CHEN
Hi All, We have a problem here regarding Archive Plugin for SquirrelMail. Squirrel Mail Version: squirrelmail-1.4.10a-1.fc6 Archive Plugin version: Latest one - (well. 2004). System: Fedora 6 PHP 5.1.6 Zend v2.1.0 Problems: When try to archive a lot of messages, the page goes blank and nothin

Re: [SM-USERS] Recurring Problem in Configtest

2009-05-16 Thread Tyler
I have port 25 forwarded in my router, and SM and HMailServer are running on the same machine. -Original Message- From: "Paul Lesniewski" Sent: 5/14/09 13:42:37 To: "Squirrelmail User Support Mailing List" Subject: Re: [SM-USERS] Recurring Problem in Configtest On Tue, May 12, 2009 at 7

Re: [SM-USERS] message filters, force exact match?

2009-05-16 Thread Res
On Sat, 16 May 2009, Paul Lesniewski wrote: file:  functions/db_prefs.php class: dbPrefs       var $default = Array(                ...                'filters_user_scan' => 'new',                'filter0' => 'Header,X-Spam-Status: Yes,Junk',                ...) Sloppy sloppy sloppy. To "fi

Re: [SM-USERS] Curious use of "use_js_ in addresbook templates

2009-05-16 Thread Jonathan Angliss
On Sat, 16 May 2009 12:58:37 -0500, Jonathan Angliss wrote: > >Somebody jumped on IRC the other day, and mentioned a missing >functionality from the dev branch. In stable, when hitting the >"Addresses" button from compose, there are a series of "All" links >above the check boxes. The idea is to

[SM-USERS] Curious use of "use_js_ in addresbook templates

2009-05-16 Thread Jonathan Angliss
Somebody jumped on IRC the other day, and mentioned a missing functionality from the dev branch. In stable, when hitting the "Addresses" button from compose, there are a series of "All" links above the check boxes. The idea is to toggle the check boxes. I went to duplicate this functionality on

Re: [SM-USERS] message filters, force exact match?

2009-05-16 Thread Paul Lesniewski
On Sat, May 16, 2009 at 1:10 AM, Res wrote: > > > On Fri, 15 May 2009, Paul Lesniewski wrote: > >> On Fri, May 15, 2009 at 11:16 PM, Res wrote: >>> >  Yes, default db_prefs rule we have that says X_Spam_Status: Yes   is detecting >>> >>> The problem is the comma is a db_prefs f

Re: [SM-USERS] message filters, force exact match?

2009-05-16 Thread Res
On Fri, 15 May 2009, Paul Lesniewski wrote: On Fri, May 15, 2009 at 11:16 PM, Res wrote:  Yes, default db_prefs rule we have that says X_Spam_Status: Yes   is detecting The problem is the comma is a db_prefs field delimiter, so is ignored, even if escaped. Sounds like a bug to me. Pl

Re: [SM-USERS] upgrade to 1.4.18 gives "you must be logged in" error

2009-05-16 Thread Paul Lesniewski
I have 3 very similar servers with different domains running squirrelmail. I updated all three from 1.4.10a to 1.4.18 this morning. 2 of them went perfectly smoothly. I untarred the release into the ssl directory. I copied the config.p

Re: [SM-USERS] 1.4.18 bug with src/redirect.php on php4.3.3

2009-05-16 Thread Paul Lesniewski
On Fri, May 15, 2009 at 5:33 PM, Paul Lesniewski wrote: > Andreas, > >> ok, here we are with the cookies. > > Thanks for helping us! In addition to the things in my last email Can you confirm whether or not your sessions are stored in files (and not database, for example)? Also, are you usi

Re: [SM-USERS] message filters, force exact match?

2009-05-16 Thread Paul Lesniewski
On Fri, May 15, 2009 at 11:16 PM, Res wrote: > >>>  Yes, >> default db_prefs rule we have that says X_Spam_Status: Yes   is detecting > > The problem is the comma is a db_prefs field delimiter, so is ignored, > even if escaped. Sounds like a bug to me. Please provide more details and we can fix