Gentoo Linux Wiki talk:Mailing Lists
From Gentoo Linux Wiki
[edit] Preparation
- Create folder
maildirmake -f gentoo-wiki $HOME/.maildir/
- Subscribe for .gentoo-wiki on you local imap server
echo INBOX.gentoo-wiki >> $MAILDIR/courierimapsubscribed
[edit] Maildrop filter
| File: ~/.mailfilter |
# gentoo-wiki
if ( /^Reply-To:.*devel@gentoo-wiki\.com/ \
|| /^Reply-To:.*users@gentoo-wiki\.com/ )
to "$DEFAULT/.gentoo-wiki/"
|
[edit] Procmail filter
| File: ~/.procmail |
# gentoo-wiki.com :0 * ^Reply-To:.*(devel|users)@gentoo-wiki\.com .gentoo-wiki/ |
