Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Dec 2001 05:06:08 +0100
From:      Mark Weinem <mark.weinem@uni-duisburg.de>
To:        freebsd-questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: .maildroprc glitch
Message-ID:  <20011231050608.A81774@pandora.plagegeister.de>
In-Reply-To: <20011226023713.D850@roman.mobil.cz>; from neuhauser@mobil.cz on Wed, Dec 26, 2001 at 02:37:13AM %2B0100
References:  <20011226023713.D850@roman.mobil.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 26 Dec 2001, Roman Neuhauser wrote:

> having this in my .maildroprc:

> if (/^Precedence: list/ || \
>     /^Precedence: bulk/ || \
>     /^List-ID:/ || \
>     /^List-Post:/ || \
>     /^List-Unsubscribe:/)

Try:

if (/^Precedence: list/ || /^Precedence: bulk/ || /^List-ID:/ || /^List-Post:/ || /^List-Unsubscribe:/)


Ciao, Mark


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011231050608.A81774>