Have you tried editing the procmail rules?
On my system the rules are set up in the ~/.procmail/ directory and they are sourced from the ~/.procmailrc file. If you find these files try adding something like this before the spamassasin entry.
Code:
:0
* .*@mydomain\.com
$DEFAULT
where $DEFAULT is defined in ~/.procmailrc as the mail file to append to.