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:Luc Brouard (mail@slortar.net)
Date:Jun 6, 2002 8:14:41 am
List:net.sourceforge.lists.courier-maildrop

On Thu, Jun 06, 2002 at 05:07:25PM +0200, D.J. Bolderman wrote:

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

Unfortunately it didn't work...

here's my .mailfilter:

*********************************

DEFAULT="$HOME/Maildir/"

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

if ( /^To: .*courier-maildrop@lists\.sourceforge\.net.* || /^C[Cc]: .*courier-maildrop@lists\.sourceforge\.net.*/ ){ to Maildir/.MailingLists.Maildrop }

For courier I have this : if ( /^List-Id: .*courier-maildrop.lists.sourceforge.net/ ) to "${MAILBOX}/.Mailing Lists.courier.maildrop"

Luc