Saludos lista

Tengo este script para que procmail me borre "cualquier cosa" que llegue con
attachments con extensiones (scr|com|bat|pif|lnk|exe)

Sin embargo no esta funcionando para que borre "toda cosa" que llegue con
attachments con aquellas extensiones.

Mi duda es como decirle a procmail que se fije en el body por la clausula
"Content-type" y que se verifique por un name=*.(extensiones) y que lo mande
al gran agujero negro!!!?

Alguna sugerencia?
Gracias de adelantado...

F.
::a humble padawan::

PD.: favor hacer reply a este correo para poder leer las respuestas... es
que no estoy subscrito a la lista.Gracias


fsh$ cat .procmailrc
# Procmailrc file for fabperez
# This file should be copied to ~/.procmailrc

#VERBOSE=off
#LOGFILE=${HOME}/procmail.log

########## Recipies to intercept spam ##########
# The construction with '{}' is used to log the reason for deletion of a
# message to the logfile, so I can check for false positives.

#Recipe 1
#Delete all messages with exe attachments
:0
* ^Content-Type: application/octet-stream
* B ?? ^Content-Type: */*;.*$.*name=.*\.
(scr|com|bat|pif|lnk|exe)$
{
  :0
  /dev/null
}


-- 
Desuscripci�n: escriba a [EMAIL PROTECTED], tema 'unsubscribe'
Problemas a: [EMAIL PROTECTED]  http://www.linux.or.cr/listas

Responder a