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:D.J. Bolderman (di@bolderman.xs4all.nl)
Date:Jun 6, 2002 7:49:42 am
List:net.sourceforge.lists.courier-maildrop

This seems to be working :

# (near the top of the file, so the regex is only run once)

/^X-Mailing-List:[:space:]*!.*/:h X-Mailing-List:=$MATCH2

# (later on where I check for debian lists)

if ( "${X-Mailing-List:}" =~ /debian-[a-z6]*!@lists\.debian\.org>/ ) { #log " => lists/$MATCH" F=$BASE/lists/$MATCH/ `$HOME/bin/create_maildir.sh "$F"` to "$F" }

Hmmm nice one too :) I'm afraid this was a little to much to find out for someone who just started, like me :) Thanks, Dick