[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: .procmailrc
- To: Eli Marmor <marmor(at-nospam)netmask.it>
- Subject: Re: .procmailrc
- From: Oleg Goldshmidt <ogoldshmidt(at-nospam)computer.org>
- Date: 19 Nov 2001 11:04:46 +0200
- Cc: linux ILUG <linux-il(at-nospam)linux.org.il>
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: Eli Marmor's message of "Mon, 19 Nov 2001 09:59:13 +0200"
- Organization: Speaking for myself only.
- Original-Sender: ogoldshmidt@computer.org
- References: <3BF8BBD1.295D2D1D@netmask.it>
- Reply-To: linux-il(at-nospam)linux.org.il
- Sender: oleg(at-nospam)data-zoo.com
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
- User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Cuyahoga Valley)
Eli Marmor <marmor@netmask.it> writes:
> After receiving hundreds megabytes of SirCam viruses from
> xxx@beitberl.ac.il,
I guess I am lucky, I have no idea what you are talking about... ;-)
> :0
> * ^From.*xxx@beitberl.ac.il
> {
> | echo > /dev/null
>
> :0: /tmp/null
> }
I suspect that what is wrong is that you have specified 2 actions for
the mail coming from this address. If I understand it correctly (an
assumption), the first echoes the mail to /dev/null (hopefully: I
never used the "| echo >" in procmail), and the second specifies
a lockfile (/tmp/null) and uses the default action, which is probably
the usual delivery.
Have you tried the simpler
:0 [ : /tmp/null optionally - OG ]
* ^From.*xxx@beitberl.ac.il
/dev/null
?
--
Oleg Goldshmidt | ogoldshmidt@NOSPAM.computer.org
"If it ain't broken, it has not got enough features yet."
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il