>
> > > mailq | awk '/[EMAIL PROTECTED]/ { print $1 }' | postsuper -d -
> >
> > This is flawed.
>
> It's not flawed, if you use it for what it was intended to for, that ofYou represented your shortened script as a replacement for the example in man postsuper. If yours is not a replacement, and portrayed as one, but does not work as one, then it is flawed. > Great, if your intent is to delete messages based on the "To" address rather > than the postmaster "From" address. I guess the flaw is in the usage... The flaw is in that you did not describe the limits of your script in comparison to the original example. --Eric
