12 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Handling mailing lists
FromSent OnAttachments
D.J. BoldermanJun 6, 2002 6:33 am 
Eduardo GargiuloJun 6, 2002 6:57 am 
D.J. BoldermanJun 6, 2002 7:15 am 
Derrick 'dman' HudsonJun 6, 2002 7:28 am 
D.J. BoldermanJun 6, 2002 7:49 am 
D.J. BoldermanJun 6, 2002 8:07 am 
Luc BrouardJun 6, 2002 8:14 am 
D.J. BoldermanJun 6, 2002 8:19 am 
D.J. BoldermanJun 6, 2002 8:23 am 
Luc Brouard (mailing lists)Jun 6, 2002 8:27 am 
Derrick 'dman' HudsonJun 6, 2002 9:09 am 
Derrick 'dman' HudsonJun 6, 2002 9:10 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] Handling mailing listsActions...
From:Eduardo Gargiulo (ejg-@ar.homelinux.org)
Date:Jun 6, 2002 6:57:41 am
List:net.sourceforge.lists.courier-maildrop

D.J. Bolderman <di@bolderman.xs4all.nl> wrote:

Hi ppl,

I'm trying to store messages from certain mailing lists automatically in a folder. I'm using this rule: if (/^X-Mailing-List: debi@lists.debian.org/) { to Maildir/.DebianMailingList }

For some reason, this rule is not applied and mail is being stored in my inbox... Anyone got a good solution for taking care of mailing lists ?

if ( /^To: .*debian-user@lists\.debian\.org.*/ || /^C[Cc]:
.*debian-user@lists\.debian\.org.*/ ) { to Maildir/.DebianMailingList };

works for me. Did you run maildirmake Maildir/.DebianMailingList ?