Eli Marmor <[EMAIL PROTECTED]> writes:

> After receiving hundreds megabytes of SirCam viruses from
> [EMAIL PROTECTED], 

I guess I am lucky, I have no idea what you are talking about... ;-)

> :0
> * ^From.*[EMAIL PROTECTED]
> {
>     | 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.*[EMAIL PROTECTED]
/dev/null

?

-- 
Oleg Goldshmidt | [EMAIL PROTECTED] 
"If it ain't broken, it has not got enough features yet."

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to