Re: [Dbmail-dev] [DBMail 0000780]: Same as #0000675 (wrong boundary detection)

2009-03-12 Thread Martin Furter
On Thu, 12 Mar 2009, Mantis Bug Tracker wrote: > > The following issue has been SUBMITTED. > == > http://www.dbmail.org/mantis/view.php?id=780 > == > Reported B

Re: [Dbmail-dev] Question about ETRN

2009-02-26 Thread Martin Furter
On Thu, 26 Feb 2009, Jorge Bastos wrote: Paul, Let me ask you something. How does ETRN works? This is something will never work since this is almost reserved for MAPI I think, am I correct? Not asking to implement, I'm just curious :) If you know the answer and don't mind answer, please do

Re: [Dbmail-dev] Re: [DBMail 0000754]: single instance storage for headervalues

2009-02-15 Thread Martin Furter
On Fri, 13 Feb 2009, Paul J Stevens wrote: Michael Monnerie wrote: the index is useless, as you can only search "searchstring%" to use the index. And if the index can't be used, it could be dropped altogether. I did some searches with Kmail, the string I searched for shows what I told Kmail

Re: [Dbmail-dev] dbmail-util

2007-08-07 Thread Martin Furter
Why not use subselects to delete the rows like this? DELETE FROM dbmail_messageblks WHERE EXISTS ( SELECT message_idnr FROM dbmail_messages WHERE status=3 AND message_idnr = ... ); That would need one statement per table only. On Sun, 5 Aug 2007, Jonathan Fealy wrote: I know it seems like

Re: [Dbmail-dev] Multifoo architecture update

2007-02-06 Thread Martin Furter
On Tue, 6 Feb 2007, Aaron Stone wrote: Hey folks, I've updated the multifoo architecture page on the wiki to reflect some of my latest work on the subject. At this point I'm starting to build the framework for the threaded server core. I think I've eliminated the need for a thread pool librar

Re: [Dbmail-dev] Rev 2351: dbmail-lmtpd can't receive messages

2006-11-04 Thread Martin Furter
$ telnet telnet> set crlf Will send carriage returns as telnet . telnet> open localhost 25 ... HTH Martin On Sat, 4 Nov 2006, Paul J Stevens wrote: Oleg Lapshin wrote: Sorry, I'm a bit distracted today. I had fixed it in my git tree, but hadn't resynced svn yet. OK. Now both dbmail-lmptd a

Re: [Dbmail-dev] [DBMail 0000338]: The header indication is broken in some MUA. some MUA.

2006-05-02 Thread Martin Furter
Hello RFC2822 section 2.1.1 "Line Length Limits" specifies a maximum of 998 characters per line (excluding trailing CRLF). So changing the column to VARCHAR(998) seems more appropriate. Just my 2 cents. Martin On Tue, 2 May 2006 [EMAIL PROTECTED] wrote: The following issue has been SUBMI

Re: [Dbmail-dev] Commit mailing list?

2006-04-04 Thread Martin Furter
It shouldn't be hard to install one. 3 Scripts can be found in the svn repos (http://svn.collab.net/repos/svn/trunk/tools/hook-scripts/): mailer.py (needs teh bindings), commit-email.pl and commit-email.rb (i don't know if those two need the bindings). Another powerful one is http://opensourc

[Dbmail-dev] problem with dbmail-imapd and fork?

2006-03-26 Thread Martin Furter
Hello A few month ago I installed dbmail-2.0.7 on OpenBSD 3.7 with porstgresql-7.4.3p2. It was running fine until yesterday the box was extremely slow. After some investigation I saw lots of dbmail-imapd zombies and about 20 imapd processes using up 100% CPU. Killing them didn't work so I