[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mailing lists/rules



On Fri, 24 Aug 2001 schmeits.roger@webmail.clarksoncollege.edu wrote:

> Can someone point me to a fairly easy way to handle multiple mailing
> lists?  I looked at procmail and my brain hurts.  Is there something not
> quite so extreme?  My needs are very simple.

procmail's not that bad. i just followed the howtos linked off procmail.org
junkfilter is pretty cool - makes the hassle of procmail all worth it.
(junkfilter.zer0.org) here's my recipies:

## bugtraq & co.
:0:
* ^TO_bugtraq@.*
bugtraq
:0:
* ^From.*bugtraq.*@.*
bugtraq

:0:
* ^TO_secprog@.*
secprog

:0:
* ^TO_cisspstudy@.*
cisspstudy

:0:
* ^TO_vuln-dev@.*
vuln-dev
:0:
* ^From.*vuln-dev.*@.*
vuln-dev

:0:
* ^TO_pen-test@.*
pen-test
:0:
* ^From.*pen-test.*@.*
pen-test

## openbsd-misc
:0:
* ^TO_misc@.*openbsd.com
bsd-misc
:0:
* ^TO_misc@.*openbsd.org
bsd-misc

## openbsd-tech
:0:
* ^TO_tech@.*openbsd.com
bsd-tech
:0:
* ^TO_tech@.*openbsd.org
bsd-tech

## various cisco mailings...
:0:
* ^From.*cisco.*
cisco
:0:
* ^Subject.*cisco.*
cisco

#anything that would've normally ended up in one of my math boxen.
:0:
* ^TO_.*math.ualberta.ca
math

## and the rest. since netscape is a dirty @$#!& and doesn't handle
## /var/mail properly....
:0:
* ^TO_.*
inbox-new
:0:
* ^TO_.*@ualberta.ca
inbox-new
:0:
* ^TO_.*@gpu.srv.ualberta.ca
inbox-new


-- 
Chris Kuethe, GCIA: Secure Systems Specialist - U of A CNS
office: 157 General Services Bldg.	 780.492.8135
chris.kuethe@[pyxis.cns.]ualberta.ca

Opinions expressed herein are solely the responsibility of
the author. And the author wouldn't have it any other way.