The Out-of-Office Disaster
When an AI agent sends an email to a prospect or customer who has an automated responder enabled (e.g. “I am out of the office until Monday”), the auto-reply lands in the agent’s inbox. Without loop detection:- The agent receives the auto-reply.
- The agent interprets the email and sends a polite response (“Thanks for letting me know!”).
- The recipient’s mail server fires another auto-reply.
- The loop repeats indefinitely, burning hundreds of dollars in OpenAI/Claude tokens in minutes.
Detection & Suppression
gork.email automatically inspects incoming RFC headers:Auto-Submitted: auto-repliedX-Autoreply: yesPrecedence: auto_reply/bulk- Repeated identical subject lines within a rolling 10-minute window.