Tomasz Zielonka ([EMAIL PROTECTED]) wrote: > Nice, thanks! BTW, could you also share the configuration you use to > split e-mails into folders? Do you use procmail for this?
I use maildrop, here is part of my .mailfilter: if ( /^X-BeenThere: [EMAIL PROTECTED]/ || /^X-BeenThere: [EMAIL PROTECTED] ge\.net/ ) { log "------------------- haskell-related mailing list -------------------" to "|maildir ${MAIL}/IN-L-haskell/" } logging part is, of course, optional and I put all the haskell-related email in the same folder. I fetch mail with getmail - http://pyropus.ca/software/getmail/ - which invokes different filters, e.g. virus-scanning, spam-assassin and uses maildrop as MDA. Sincerely, Gour -- Registered Linux User | #278493 GPG Public Key | 8C44EDCD _______________________________________________ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell