3 messages in net.sourceforge.lists.courier-users[courier-users] I suck with .mailfilters
FromSent OnAttachments
Jonathan NicholsFeb 25, 2005 11:18 am 
Gordon MessmerFeb 25, 2005 11:55 am 
Jonathan NicholsFeb 25, 2005 2:10 pm 
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:[courier-users] I suck with .mailfiltersActions...
From:Jonathan Nichols (jnic@pbp.net)
Date:Feb 25, 2005 11:18:11 am
List:net.sourceforge.lists.courier-users

I'm trying to filter something on List-ID..

The header for this list has this:

List-Id: deviants.weak.org

#Deviants users list if ( /^List-Id: .+ <deviants.weak.org>/ ) { to "$HOME/.maildir/.Deviants" }

Ok, but for the gentoo-user list, it has this:

List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>

My mailfilter file has this:

#Mail from the gentoo-users list if ( /^List-Id: .+ <gentoo-user.gentoo.org>/ ) { to "$HOME/.maildir/".Mailing Lists".Gentoo-User" }

I'm not sure what the difference is. The first example doesn't work and mail just gets dumped into Inbox, but the second example *does* work for the Gentoo list.

I know, this is not the maildrop list, but I'm enough lists already. :P

Thanks!