Re: [Dbmail-dev] Re: [Dbmail] Malformed headers in Outlook Express

2004-10-05 Thread Dan Stilts
Right, sorry, I just quoted the docs without setting up the context. Dan, does your follow up post on continuing errors reflect a message after your changed "!" to "|" in the deliver_to? Aaron Thanks Aaron. Yeah, my last post was after changing "!" to "|". -Dan

Re: [Dbmail-dev] Re: [Dbmail] Malformed headers in Outlook Express

2004-10-05 Thread Aaron Stone
Jesse Norell <[EMAIL PROTECTED]> said: > >> Aaron Stone wrote: >> >> >>From the file dbmail/EXTRAS: >> > >> >Dbmail can forward to external programs. >> >Create an alias. Set the deliver_to for that alias to: >> >"|/usr/bin/procmail" will pipe the message for the alias to procmail >

Re: [Dbmail-dev] Re: [Dbmail] Malformed headers in Outlook Express

2004-10-05 Thread Aaron Stone
Ilja Booij <[EMAIL PROTECTED]> said: >Paul said: >> Do I understand correctly to assume that rfcsize as defined in the code >> is the messagesize where the message was converted to crlf lineendings ? >> I have some clean code from gmime to split the message in messageblks and >> get the rfcsize. I

Re: [Dbmail-dev] Re: [Dbmail] Malformed headers in Outlook Express

2004-10-05 Thread Dan Stilts
Ah, thanks Jesse... However, when I do that, the problem still exists for me. In Outlook express, looking at the properties on the email I see Headers: Received: from DSTILTS (unknown [63.80.58.206]) And that's it...but the body of the email contains everything else: by .com (Postfix) with SM

Re: [Dbmail-dev] Re: [Dbmail] Malformed headers in Outlook Express

2004-10-05 Thread Jesse Norell
Hello Dan, > Aaron Stone wrote: > > >>From the file dbmail/EXTRAS: > > > >Dbmail can forward to external programs. > >Create an alias. Set the deliver_to for that alias to: > >"|/usr/bin/procmail" will pipe the message for the alias to procmail > >"!/usr/bin/procmail" will do t

Re: [Dbmail-dev] Re: [Dbmail] Malformed headers in Outlook Express

2004-10-05 Thread Ilja Booij
On Tue, 05 Oct 2004 21:50:07 +0200, Paul J Stevens <[EMAIL PROTECTED]> wrote: > Aaron, > > talking about the mime parser: why did you split rfcsize in to rfcheadersize > /rfcbodysize. I can't seem to > find them being used separately. I'll lump these two together and fix the > signatures accordi

Re: [Dbmail-dev] Re: [Dbmail] Malformed headers in Outlook Express

2004-10-05 Thread Dan Stilts
Hi Aaron; I actually have just that setup (at least I think :)), and that is the method that is causing my issues in Outlook Express: mysql> select * from dbmail_aliases where alias_idnr = "11" or alias_idnr = "3"; ++---+--+-+ |

Re: [Dbmail-dev] Re: [Dbmail] Malformed headers in Outlook Express

2004-10-05 Thread Paul J Stevens
Aaron, talking about the mime parser: why did you split rfcsize in to rfcheadersize /rfcbodysize. I can't seem to find them being used separately. I'll lump these two together and fix the signatures accordingly where they are passed around. Do I understand correctly to assume that rfcsize as

Re: [Dbmail-dev] Re: [Dbmail] Malformed headers in Outlook Express

2004-10-05 Thread Aaron Stone
>From the file dbmail/EXTRAS: Dbmail can forward to external programs. Create an alias. Set the deliver_to for that alias to: "|/usr/bin/procmail" will pipe the message for the alias to procmail "!/usr/bin/procmail" will do the same but add a mbox style header You can also us

Re: [Dbmail-dev] Re: [Dbmail] Malformed headers in Outlook Express

2004-10-05 Thread Dan Stilts
one other bit of info i just noticed When comparing the headers from the two emails (one sent to alias with deliver_to set to procmail, which is then inserted again using dbmail-smtp -m "INBOX" -u , and one sent to deliver_to of the uid of the account), I notice an extra line being added to th

Re: [Dbmail-dev] Re: [Dbmail] Malformed headers in Outlook Express

2004-10-05 Thread Dan Stilts
I don't suppose anyone has a workaround/fix for this by chance? Just some additional info: I notice that the problem is only occuring when i have the deliver_to set to !/usr/bin/procmail /etc/procmail_users/.procmailrc And this is still only displaying incorrectly in Outlook Express. Attached

[Dbmail-dev] [DBMail 0000097]: RECENT flag always set

2004-10-05 Thread bugtrack
A BUGNOTE has been added to this bug. == http://dbmail.org/mantis/bug_view_advanced_page.php?bug_id=097 == Reported By:alessandro Assigned To:

[Dbmail-dev] Re: Dbmail Postgres Database Inconsistencies...

2004-10-05 Thread Gerrit P. Haase
Hello Mike, Am Dienstag, 5. Oktober 2004 um 15:51 schriebst du: > FYI > select * from dbmail_messageblks; > (5,075 InnoDB 48.4 MB ) > 5075 rows in set (0.54 sec) > mysql> > SunOS5 MySQL4.0.21Max That is what it should be, yes. To answer all the other mails now: Yes, it is a very slow

[Dbmail-dev] [DBMail 0000097]: RECENT flag always set

2004-10-05 Thread bugtrack
A BUGNOTE has been added to this bug. == http://dbmail.org/mantis/bug_view_advanced_page.php?bug_id=097 == Reported By:alessandro Assigned To:

Re: [Dbmail-dev] Re: Dbmail Postgres Database Inconsistencies...

2004-10-05 Thread [EMAIL PROTECTED]
FYI select * from dbmail_messageblks; (5,075 InnoDB 48.4 MB ) 5075 rows in set (0.54 sec) mysql> SunOS5 MySQL4.0.21Max Gerrit P. Haase wrote: Hello Matthew, Second reply to this mail: Ok, I'm running this on Windows using Cygwin postgres / dbmail, everything is usually 10 to 10

Re: [Dbmail-dev] Re: Dbmail Postgres Database Inconsistencies...

2004-10-05 Thread Hans Kristian Rosbach
> I have the native Windows version of postgres installed now. It is > still very slow. I did a `select * from dbmail_messageblks` and it > lasts about two minutes to fetch 100 rows! This is very slow, and I > don't think that the Cygwin version is much slower here. Why is this > so slow? That

Re: [Dbmail-dev] Re: Dbmail Postgres Database Inconsistencies...

2004-10-05 Thread Paul J Stevens
Gerrit P. Haase wrote: I have the native Windows version of postgres installed now. It is still very slow. I did a `select * from dbmail_messageblks` and it lasts about two minutes to fetch 100 rows! This is very slow, and I don't think that the Cygwin version is much slower here. Why is th

Re: [Dbmail-dev] Re: Dbmail Postgres Database Inconsistencies...

2004-10-05 Thread Matthew T. O'Connor
Gerrit P. Haase wrote: At this point I would recomend installing the PostgreSQL 8.0 beta that has native support for Windows. Even though it's still a beta I think it performs better and is probably more reliable than the cygwin port. Please give it a try and let me know if you are still having

[Dbmail-dev] [DBMail 0000098]: EXAMINE command is not read-only

2004-10-05 Thread bugtrack
A BUGNOTE has been added to this bug. == http://dbmail.org/mantis/bug_view_advanced_page.php?bug_id=098 == Reported By:alessandro Assigned To:

[Dbmail-dev] Re: Dbmail Postgres Database Inconsistencies...

2004-10-05 Thread Gerrit P. Haase
Hello Matthew, Second reply to this mail: >>Ok, I'm running this on Windows using Cygwin postgres / dbmail, >>everything is usually 10 to 100 times slower, but I know that database >>applications can run fast on Windows too. Sure, Cygwin slows down >>things. I installed it on the Windows box fo

[Dbmail-dev] [DBMail 0000097]: RECENT flag always set

2004-10-05 Thread bugtrack
A BUGNOTE has been added to this bug. == http://dbmail.org/mantis/bug_view_advanced_page.php?bug_id=097 == Reported By:alessandro Assigned To:

[Dbmail-dev] [DBMail 0000098]: EXAMINE command is not read-only

2004-10-05 Thread bugtrack
The following bug has been ACKNOWLEDGED. == http://www.dbmail.org/mantis/bug_view_advanced_page.php?bug_id=098 == Reported By:alessandro Assig

[Dbmail-dev] [DBMail 0000097]: RECENT flag always set

2004-10-05 Thread bugtrack
The following bug has been ACKNOWLEDGED. == http://www.dbmail.org/mantis/bug_view_advanced_page.php?bug_id=097 == Reported By:alessandro Assig

[Dbmail-dev] [DBMail 0000097]: RECENT flag always set

2004-10-05 Thread bugtrack
A BUGNOTE has been added to this bug. == http://www.dbmail.org/mantis/bug_view_advanced_page.php?bug_id=097 == Reported By:alessandro Assigned

[Dbmail-dev] Re: Dbmail Postgres Database Inconsistencies...

2004-10-05 Thread Gerrit P. Haase
Hello Matthew, Am Montag, 4. Oktober 2004 um 22:58 schriebst du: > Gerrit P. Haase wrote: >>Ok, I'm running this on Windows using Cygwin postgres / dbmail, >>everything is usually 10 to 100 times slower, but I know that database >>applications can run fast on Windows too. Sure, Cygwin slows dow