Email::Processor does not expect to be called with mail=nil

My guess is that somehow :arrow_double_up: is exploding.

I think a PR that changes:

@receiver.is_bounce? to @receiver&.is_bounce? would be fine, at least the error would float into handle_bounce.