Re: [Dbmail-dev] dbsearch.c:db_search_range() bad query???

2004-04-02 Thread Paul F. De La Cruz
That works on postgresql, but if that looks like dbmail-1.x, how'd it end up on the CVS version of dbmail? I checked out the source just a minute ago and sure enough, it has the bad query in it. On Fri, Apr 02, 2004 at 08:08:21PM +0200, Paul J Stevens wrote: > Paul F. De La Cruz wrot

[Dbmail-dev] dbsearch.c:db_search_range() bad query???

2004-04-02 Thread Paul F. De La Cruz
msg_idnr); yet there is _no_ message_idnr in the messageblks table! did the messages table get left out of the FROM clause accidentally? changing 'FROM messageblks' to 'FROM messageblks,messages' seems to make the query work, but I'm wondering how that query might have ended up the way it is? Blessings in Jesus, Paul F. De La Cruz

Re: [Dbmail-dev] Time Zone

2004-03-20 Thread Paul F. De La Cruz
7;m not sure if there is a proper netiquette for this really. Aside from I'd try to cut out too many signature lines to keep the messages shorter :D Paul F. De La Cruz On Sat, Mar 20, 2004 at 06:01:26PM -, Aaron Stone wrote: > What's the proper netiquette for this? Zap the replies

Re: [Dbmail-dev] Time Zone

2004-03-20 Thread Paul F. De La Cruz
reply below.. :D On Sat, Mar 20, 2004 at 10:38:06AM -, Aaron Stone wrote: > Ilja Booij <[EMAIL PROTECTED]> said: > > > > > Paul F. De La Cruz wrote: > > > RFC-3501 (IMAP4rev1) says... > > > 2.3.3. Internal Date Message Attribute > > > &g

Re: [Dbmail-dev] Time Zone

2004-03-19 Thread Paul F. De La Cruz
eems if it was given in GMT, then the mail client should just compensate for the time zone the person is in? What mail client are you using Blake? Paul F. De La Cruz On Fri, Mar 19, 2004 at 04:38:26PM +0100, Ilja Booij wrote: > Blake Mitchell wrote: > > >So what would be involved in get

Re: [Dbmail-dev] dbmail2/mozilla woes

2004-03-18 Thread Paul F. De La Cruz
I might have some objections, but not any particularly valid ones :D Hmm... think I'll run indent -i8 -kr on some of the code I've been working on and see what it looks like.. hmm. Hmm.. I wonder if that'll make things a lot more difficult to merge into our private cvs copy of dbmail... hrmm...

Re: [Dbmail-dev] indentation

2004-03-16 Thread Paul F. De La Cruz
As far as indentation goes, I'm with Christian. Spaces should be used for spacing within lines. I've always liked lining up variable initalization's or a lot of variable assignments as it makes things easier to see IMHO. Braces on the other hand, I've always been partial to: f() { for (

Re: [Dbmail-dev] uid support

2004-03-16 Thread Paul F. De La Cruz
isn't quite working as it should?? Blessings in Jesus, Paul F. De La Cruz On Tue, Mar 16, 2004 at 11:38:20AM +0100, Ilja Booij wrote: > Does anybody know what the problem is with our implementation of the UID > command? > > Ilja > > > Igor Olemskoi wrote: > >

Re: [Dbmail-dev] dbmail2/mozilla woes

2004-03-15 Thread Paul F. De La Cruz
I've had to work on imap and friends extensively for my company and yes, the indenting is different in different places and drives me batty. Definitely would be nice to figure out a standard indentation and keep to it. On Mon, Mar 15, 2004 at 07:21:19PM +0100, Paul J Stevens wrote: > IMO imap4.c

Re: [Dbmail-dev] Strange imap behavior.

2004-03-06 Thread Paul F. De La Cruz
usr/local/dbmail/bin/dbmail-smtp -d ${recipient} What setups do you have? Perhaps I can try fooling around with mine and seeing if I can get it to do the same. Blessings in Jesus, Paul F. De La Cruz -- Original Message - Subject: Re: [Dbmail-dev] Strange imap behavior. Date:

[Dbmail-dev] _ic_fetch in imapcommands.c

2004-03-03 Thread Paul F. De La Cruz
h_start would be in ud->mailbox.seq_list and what index fetch_end would be. Thanks for any help, it is MUCH appreciated :D Blessings in Jesus, Paul F. De La Cruz

Re: [Dbmail-dev] What is injector.c and do we need it anymore?

2004-03-02 Thread Paul F. De La Cruz
Hallo Everyone, What about the function in db.c named db_insert_message_block_multiple ? It seems to only be called by injector.c as well. Is that function also a candidate for removal? Blessings in Jesus, Paul F. De La Cruz -- Original Message - Subject: Re: [Dbmail-dev

Re: [Dbmail-dev] postgres create table script creates incorrect physmessage table

2004-02-24 Thread Paul F. De La Cruz
On Tue, Feb 24, 2004 at 09:16:59PM -, Aaron Stone wrote: > "Paul F. De La Cruz" <[EMAIL PROTECTED]> said: > [huge snip of almost everything] > > >internal_date TIMESTAMP WITHOUT TIME ZONE, > > As long as this doesn't cause pre-7.1 version o

[Dbmail-dev] postgres create table script creates incorrect physmessage table

2004-02-24 Thread Paul F. De La Cruz
x27;0' NOT NULL, rfcsize INT8 DEFAULT '0' NOT NULL, internal_date TIMESTAMP WITHOUT TIME ZONE, PRIMARY KEY(id) ); So that's about it for that... any ideas as to what should be done? Blessings in Jesus, Paul F. De La Cruz

Re: [Dbmail-dev] md5 algorithm

2004-02-12 Thread Paul F. De La Cruz
Actually valgrind refuses to compile on x86_64. I tried to get it installed on the opteron server last night and it just dies on ./configure stating the cpu isn't supported. Really burst my bubble as I got settled in to try debugging dbmail-smtp yesterday. :( -- Original Message ---

Re: [Dbmail-dev] dbmail-smtp segfaults on dual AMD Opteron 64-bit system

2004-02-10 Thread Paul F. De La Cruz
In reply to your other message about executing 'dbmail-smtp -d polito', I have used the other methods and they all fail. I have created an account for Ilja and Aaron on my system. I have Ilja's GPG key so I could send him the login details encrypted, but I don't have Aaron's or know if he has o

Re: [Dbmail-dev] dbmail-smtp segfaults on dual AMD Opteron 64-bit system

2004-02-10 Thread Paul F. De La Cruz
Really it is any message that comes in on my system that causes dbmail-smtp to sig11. I did a manual run of dbmail-smtp as 'cat test.txt | dbmail-smtp -d polito' using the following as the test.txt file: --- start --- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: this is a test Test

[Dbmail-dev] dbmail-smtp segfaults on dual AMD Opteron 64-bit system

2004-02-09 Thread Paul F. De La Cruz
64/libc.so.6 #7 0x000040001c6a in _start () Blessings in Jesus, Paul F. De La Cruz