procmail
[Top] [All Lists]

mailing lists, html ----> /dev/null

2009-07-02 13:14:24

Is it possible to include a rule per receipt sending html mails to
/dev/null?  I have a few list subscriptions like the following.. 

:0:
* ^TO_debian-user(_at_)lists(_dot_)debian(_dot_)org
Debian-User

:0:
* ^TO_procmail(_at_)lists(_dot_)rwth-aachen(_dot_)de
procmail

I also receive personal mail to this address so a blanket policy would
leave out a lot of family and friends who I don't mind some steps to see
what they care to send.. 

The way I understand how procmail works with receipts is the mail starts
at the top and falls through each until it catches a rule dropping it
where its declared with anything not matching ending up at $INBOX.

I have the following. 

SHELL=/bin/sh
PMDIR=$HOME/Procmail
LOGFILE=$PMDIR/pmlog
LOG="
"
MAILDIR=$HOME/Mail
#INCLUDERC=$PMDIR/rc.testing
INCLUDERC=$PMDIR/rc.friends
INCLUDERC=$PMDIR/rc.subscriptions

I take it that rc.friends will have the chance to filter the mail before
rc.subscriptions So I could possible get away with a receipt at the head
of rc.subscriptions and I'd be set?

Might there be a better approach to this all together?

-- 
Daryl Styrk
Naples FL, USA

____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>