Quote Originally Posted by badwhale View Post
Buzz, they should just have someone like you reviewing case by case and pressing a big red "delete" button.

Will
I wouldn't last a day working for the guvment...

Can't they do something like:

cost_employee = hourly_rate * 0.2
var_cost = cost_employee + cost_stamp + cost_envelope + cost_paper
If abs(var_owed) < var_cost then
execute_delete
else
execute_send
end if