Can I control order statuses for payments received from PayPal?

My dilemma…When I receive a PayPal Express payment, the order status is automatically set as Complete. I would like to have it set as Processed instead. How can I change this?

Admin panel > Orders > Oder Statuses > Processed > Edit

Look in payments/paypal_express.php and finđ a line that looks like:

$pp_response['order_status'] = 'P'

And change it to a 'O'.