On Wed, Jun 02, 2010 at 08:21:03AM -0400, cur...@maurand.com wrote: > >> defer_code = 550 > > > > Why? > > Why not? I'll look more at the docs.
Because it is an incredibly bad idea. Transient errors need to generate *transient* (4XX) error response codes. Setting the defer_code to 5XX is about as misguided as it gets. -- Viktor.