[Haskell] mailing list headaches
Gour
list at atmarama.org
Thu Sep 8 02:58:03 EDT 2005
Tomasz Zielonka (tomasz.zielonka at gmail.com) 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: .*@haskell\.org/ || /^X-BeenThere: gtk2hs.*@lists\.sourcefor
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
More information about the Haskell
mailing list