For subscr_payment and web_accept you have to check txn_id whether it has been sent to you before.
But how about
subscr_cancel,
subscr_modify,
subscr_eot,
subscr_failed,
subscr_signup
where there is no txn_id?
If I get subscr_modify 3 times from paypal how does my script know if the same IPN was sent 3 times or if the user modified their subscription 3 times?
Does anyone know if ipn_track_id remains the same if the same IPN message is sent multiple times?