I\'m trying to override Mage/Contacts/IndexController.php
Mage/Contacts/IndexController.php
I created a folder in local and created Mynamespace/CustomContacts/controllers/IndexCont
Mynamespace/CustomContacts/controllers/IndexCont
Your config.xml file seems like this:
config.xml
0.1.0 Mynamespace_CustomContacts
You can move your controller in app/local/Mage/Contacts/controllers/IndexController.php for a hard override.
app/local/Mage/Contacts/controllers/IndexController.php
And don't forget to enable your module in xml file in app/etc/modules directory