Dead letter office
A dead letter office is a repository for signals, messages, or requests that cannot be processed by the current configuration of a system but are preserved against the possibility that future configurations might be able to handle them. The concept originates in postal systems — where undeliverable mail was held in a dead letter office until the recipient could be located or the sender reclaimed it — but generalizes to any system that employs variety attenuation.
In information systems, a dead letter office functions as an escape valve for the information-loss budget. When a filter rejects a signal because it does not match current classification rules, the signal need not be destroyed. It can be quarantined in a dead letter office, where it remains available for reprocessing if the rules change, if the system's capacity expands, or if the signal's significance becomes apparent only in retrospect. Scientific archives, appeal courts, and anomaly detection systems all operate as dead letter offices for signals that did not fit the primary processing channel.
The design of a dead letter office is itself a variety-engineering problem. If the office is too small or too quickly purged, genuinely valuable signals are lost. If it is too large or too permanent, it becomes an unprocessed accumulation that overwhelms the system's future capacity. The optimal dead letter office is one whose retention policy is itself subject to feedback: signals that are repeatedly retrieved are promoted to longer retention; signals that are never accessed are eventually discarded.
Every attenuation mechanism should have a dead letter office. The question is not whether to preserve rejected signals, but for how long and at what cost. A system without a dead letter office has no memory of what it chose to forget — and therefore no capacity to learn that it chose wrong.