procmail
[Top] [All Lists]

Restricting rejections

1998-03-13 09:27:45
This is a small part of my procmail recipe:

BAN_REGEXP = "estacio\.br"

:0
* $ ()\/$BAN_REGEXP
{
reject=$MATCH

It is rejecting even if the banned domain is included in the To: field.

How can I change this? Just modifying to:

:0
* $ (From|Reply-To|Return-Path|Sender)\/$BAN_REGEXP
{
reject=$MATCH

??? I tried but it did not work...

Thanks!

Hermann

<Prev in Thread] Current Thread [Next in Thread>
  • Restricting rejections, Hermann Wecke <=