11 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] signal 0x19
FromSent OnAttachments
Nerijus BaliunasDec 9, 2004 7:14 pm 
Matthias AndreeDec 10, 2004 2:04 am 
Nerijus BaliunasDec 10, 2004 5:23 am 
Sam VarshavchikDec 10, 2004 6:29 pm 
Ron JohnsonDec 11, 2004 7:10 am 
Jonathan NicholsDec 11, 2004 2:02 pm 
Tony EarnshawDec 11, 2004 5:02 pm 
Ron JohnsonDec 12, 2004 5:43 am 
Tony EarnshawDec 12, 2004 10:25 am 
Nerijus BaliunasDec 12, 2004 6:30 pm 
Devin RubiaDec 14, 2004 9:21 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] signal 0x19Actions...
From:Devin Rubia (dev@thezone.net)
Date:Dec 14, 2004 9:21:38 am
List:net.sourceforge.lists.courier-maildrop

On Mon, Dec 13, 2004 at 04:27:24AM +0200, Nerijus Baliunas wrote:

On Fri, 10 Dec 2004 19:18:29 -0500 Sam Varshavchik <mrs@courier-mta.com>
wrote:

ANY file, including mailboxes.

But I use maildirs. Could it be a problem if maildir size exceeds 50 MB?

It will be a problem if a single message exceeds 50MB.

databytes in qmail is 25000000, but I checked, there is not even a single message greater than 10MB in all vpopmail domain. And I get this signal for almost every message which is being delivered locally. Then I checked everything for files larger than 40 MB and found it - /var/spool/mail/vpopmail is 2 GB (so it seems maildrop can handle files larger than 50 MB, but not larger than 2 GB?). Actually I thought about checking /var/spool/mail, but then I was not at the PC and forgot later, sorry. So the problem is solved. As I want to archive messages only coming from some users, what is a syntax to delete all other not matching messages? /etc/maildroprc contains lines like: if (/^From:.*use@domain.com/) to /home/vpopmail/domains/domain.com/backup/Maildir/.user1.Sent

Put an 'exit' as the last line of your filter to avoid maildrop trying default delivery.