>Here is an even simpler one:
>
>mailq | awk '/[EMAIL PROTECTED]/ { print $1 }' | postsuper -d -

$1 can have a trailing "*" when the msg is in incoming queue.

mailq | awk '/[EMAIL PROTECTED]/ { print $1 }' | tr -d "*" | postsuper 
-d -

# echo "dlakhafdf*" | tr -d "*"
dlakhafdf


Len


Reply via email to