The 2004-10-04 at 12:21 -0500, Danny Sauer wrote:
Incidentally, I use:
# Suse-linux-english list :0 * ^[sS]ubject:.*\[SLE\] .lists.suse/
I probably oughtta filter on the header, but this way I get any personal responses stuck into the list folder, too. It keeps my inbox cleaner, and makes context easier to follow. :)
Mine is more complex. I end up with three mbox folders: $HOME/Mail/lists/suse-linux-e SLE emails only. $HOME/Mail/lists/in_dups duplicated emails (CCed) $HOME/Mail/lists/in_elresto direct emails. Therefore, the suse-linux-e mbox contains only email that was sent from SuSE server, not direct email or CCed to me. I have it as follows: * ^Original-Recipient: rfc822;robin1.listas.... { :0f * ^X-Mailinglist: suse-linux-e | /usr/bin/formail -bfi "Reply-To:suse-linux-e@suse.com" :0 a $HOME/Mail/lists/suse-linux-e # some other suse lists here ... # Move CCed mails elsewere :0 * ^TO_suse-linux-s@suse.com $HOME/Mail/lists/in_dups # repeat rule for other lists ... # The rest (direct mail) :0 $HOME/Mail/lists/in_elresto } The formail rule is for adding a local Reply-To header, so that Pine and Mozilla works. -- Cheers, Carlos Robinson