On Monday 12 November 2001 22:02, you wrote:
> mailq | grep xxx@xxx.ru | grep ^f | cut -d ' ' -f1 | > while read f; do rm /var/spool/mqueue/*$f*;done
В общем, вот что получилось:
grep -rl 'Received: from <spamhost>' /var/spool/mqueue | cut -d ':' -f1|cut -d '/' -f5|cut -b 3-| while read f; do ls /var/spool/mqueue/*$f ; rm -f /var/spool/mqueue/*$f;done
--
С уважением, Сергей Афонин
asy@kraft-s.ru
=============================================================================
"inet-admins" Internet access mailing list. Maintained by East Connection ISP.
Mail "unsubscribe inet-admins" to Majordomo@info.east.ru if you want to quit.
Archive is accessible on http://info.east.ru/rus/inetadm.html