What a catch-all server actually is
A catch-all (or "accept-all") mail server receives email for every possible address at a domain — both real mailboxes and ones that don't exist. The server doesn't reject mail for "made-up-name@catch-all-domain.com" — it accepts it, then either silently drops it or routes it to a single inbox.
For email verifiers this is a problem. The standard SMTP probe asks "do you accept mail for foo@example.com?" — a catch-all server says yes whether foo exists or not. A naive verifier sees the accept and marks the address valid. The mail then disappears, your sender reputation pays the price, and you have no idea why.