Displaying 1 result from an estimated 1 matches for "killfilerc".
Did you mean:
killfile
2007 Jun 07
2
procmail, and the care and feeding of mailing list content received
...deoplay?docid=-4216011961522818645
for a discussion of the problem of 'capture' in FOSS projects.
But if one loses interest in a thread, it is easy enough to
tune them out:
1. Install procmail; yum knows how
2. Add a mark and drop ruleset
[herrold at new .procmail]$ cat ~/.procmail/killfilerc
#
# mark them
:0fh
^ *List-Id:.*centos\.centos\.org
^ *Subject:.*CentOS Based Linux Firewall Document
*!^X-brand
| formail -A "X-brand: killfile "
# and dump them
:0 w
* ^X-brand: killfile
/dev/null
3. Integrate it in mailhandling; a fragment from:
/home/herr...