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 8:07:41 am
List:net.sourceforge.lists.courier-maildrop

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 }

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

If i use these filter, i'm not getting any mail from outside anymore. When i delete the 2 filter, my mail is working again. I can't seem to find any kind of spelling error or something. Any suggestions ?

Thanks, Dick