Alan, Here is your configuration error: $bad_header_quarantine_method = D_DISCARD; The D_DISCARD constant has a value of 0, and is one of the possible values for $final_*_destiny settings, but has no place in any $*_method. What you probably wanted is: $bad_header_quarantine_method = undef; Mark