On 24 Feb 2011, at 11:43 AM, Ehle, Roland wrote: > I am a bit stupid today: I cannot apply the patch. Error message is: > malformed patch at line 12: from django.conf import settings
You need to apply them in this sequence. 0001-fix-exchange-rejecting-released-messages-as-duplicat.patch 0001-improved-exchange-duplicate-issue-workaround.patch If you have already applied 0001-fix-exchange-rejecting-released-messages-as-duplicat.patch you do NOT need to apply it again. This is because the second one builds on the changes already made by the first, applying just the second patch will not succeed. Andrew -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

