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!


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to