procmail
[Top] [All Lists]

Re: procmail mailing list still won't filter

2000-11-21 11:33:19
At 05:44 PM 11/21/00 +0100, Andreas Tindlund wrote:
:0:
* ^FROM_DAEMON
$DEFAULT

[No lockfile needed there. Second colon can be omitted.] The recipe above sends all of your procmail messages to your inbox because the procmail messages contain a header of
Precedence: bulk

Do you want
* !^FROM_DAEMON
as your condition in that recipe? It depends on what you are trying to do. The ^FROM_DAEMON tries to catch mail list messages and Email messages automatically sent by programs.

The log:
...
procmail: Match on
"(^(Mailing-List:|Precedence:.*(junk|bulk|list)|To: Multiple rec$
...
procmail: Match on
"(^(Mailing-List:|Precedence:.*(junk|bulk|list)|To: Multiple rec$

Those two log entries show the message being caught by ^FROM_DAEMON. Once caught, they are delivered to your inbox, and processing stops.


--
Michael

_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

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