This works great for the email address.  What would I need to change to
remove by an ip?  Example line:
F08FF6F83      2529 Tue Mar  9 11:36:04  MAILER-DAEMON
        (connect to 2398.somuchfunithurts.com[69.6.57.7]: Operation timed
out)
                                         [EMAIL PROTECTED]

thanks

John Dobbin

> There is a quick command line one in man postsuper
> 
> mailq | tail +2 | awk  'BEGIN { RS = "" } \
>     / [EMAIL PROTECTED]/ { print $1 } \
>     ' | tr -d '*!' | postsuper -d -


Reply via email to