Re: maildrop: (aas: ProcMail ...)

2009-09-01 Thread Andrei Popescu
On Wed,02.Sep.09, 00:38:33, Chris Bannister wrote: > > The rule above will actually create an mbox if the folder doesn't exist > > (tested). Yesterday I just added a trailing "/" to indicate a Maildir, > > but the debian-mips list didn't get any messages since I subscribed, so > > I don't know

Re: maildrop: (aas: ProcMail ...)

2009-09-01 Thread Chris Bannister
On Wed, Aug 26, 2009 at 03:38:05PM +0300, Andrei Popescu wrote: > On Wed,26.Aug.09, 21:02:48, Osamu Aoki wrote: > > > # These are the lists.debian.org lists > > > if (/^List-Id:.*/) > > > { > > > to Maildir/.debian.$MATCH1 > > > } > The rule above will actually create an mbox if the folder

Re: maildrop: (aas: ProcMail ...)

2009-08-28 Thread Andrei Popescu
On Wed,26.Aug.09, 21:46:43, Osamu Aoki wrote: > On Wed, Aug 26, 2009 at 03:38:05PM +0300, Andrei Popescu wrote: > > On Wed,26.Aug.09, 21:02:48, Osamu Aoki wrote: > > > > The rule above will actually create an mbox if the folder doesn't exist > > (tested). Yesterday I just added a trailing "/" to

Re: maildrop: (aas: ProcMail ...)

2009-08-26 Thread Andrei Popescu
On Wed,26.Aug.09, 21:31:45, Osamu Aoki wrote: > > Besides, I tend to use Maildir/debian-*/ as folder name. I may do >maildirmake Maildir/debian-$MATCH1 I'm using a Maildir++ style structure. If I use some GUI client via IMAP the hierarchy is preserved ;) Regards, Andrei -- If you can't exp

Re: maildrop: (aas: ProcMail ...)

2009-08-26 Thread Osamu Aoki
On Wed, Aug 26, 2009 at 03:38:05PM +0300, Andrei Popescu wrote: > I don't know what happens. The docs are also not very verbose on that > matter. It was in /usr/share/doc/maildrop/INSTALL.html If the DEFAULT_DEF/DEFAULT variable refers to a directory, maildrop assumes that it is delivering the m

Re: maildrop: (aas: ProcMail ...)

2009-08-26 Thread Osamu Aoki
On Wed, Aug 26, 2009 at 03:38:05PM +0300, Andrei Popescu wrote: > On Wed,26.Aug.09, 21:02:48, Osamu Aoki wrote: > > The rule above will actually create an mbox if the folder doesn't exist > (tested). Yesterday I just added a trailing "/" to indicate a Maildir, > but the debian-mips list didn't g

Re: maildrop: (aas: ProcMail ...)

2009-08-26 Thread Osamu Aoki
Hi, On Wed, Aug 26, 2009 at 09:02:48PM +0900, Osamu Aoki wrote: > > # These are the lists.debian.org lists > > if (/^List-Id:.*/) > > { > > to Maildir/.debian.$MATCH1 > > } > > Nice. But what happens if maildir folder does not exst in advance. > Procmail used to create it on the fly bu

Re: maildrop: (aas: ProcMail ...)

2009-08-26 Thread Andrei Popescu
On Wed,26.Aug.09, 21:02:48, Osamu Aoki wrote: > Yes I moved to maildrop too. Its syntax is sane one. :) > > # These are the lists.debian.org lists > > if (/^List-Id:.*/) > > { > > to Maildir/.debian.$MATCH1 > > } > > Nice. But what happens if maildir folder does not exst in advanc

maildrop: (aas: ProcMail ...)

2009-08-26 Thread Osamu Aoki
Hi, On Tue, Aug 25, 2009 at 12:28:39PM +0300, Andrei Popescu wrote: > On Mon,24.Aug.09, 20:56:27, Paul Cartwright wrote: > > > but looking at the procmailrc( now non-existant), then thinking about my > > 200 > > kmail filters, I'm not sure I could tackle that task.. > > maildir (and procmail t