procmail
[Top] [All Lists]

Re: trying to cut down on volume of mail

1997-01-13 02:23:48
On a second review of the procmail script presented I would make other
changes, too.

:0 H
* ^Subject: *cmsg cancel.*

The H is unneccesary, since it is the the default. Add a dot between
':' and '*', and drop the '.*' at the end, thusly:
        :0
        * ^Subject:.*cmsg cancel

:0
* ^FROM_DAEMON
* ^Subject: *unsubscribe
$GARBAGE

You should change this to:
        :0
        * ^FROM_DAEMON
        * ^Subject:.*unsubscribe
        $GARBAGE
You need a dot before the * to catch "how do I unsubscribe, damn it!".

David

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