Prevent infinite communication loops when two mail servers auto-reply to each other. This commonly occurs with delivery receipts, out-of-office messages, and automated notifications.
Detects duplicate messages by content hash with whitespace normalization. Only checks automated messages - never blocks user comments.
Customize time window (default 48 hours) and threshold (default 3 messages) via system parameters.
Example: If 3 identical auto-replies are sent within 48 hours, the 4th attempt will be blocked, preventing an infinite loop.
Configure via Settings → Technical → Parameters → System Parameters:
mail_loop_prevention.enabled - Enable/disable (default: True)mail_loop_prevention.time_window_hours - Time window in hours (default: 48)mail_loop_prevention.max_identical_messages - Max duplicates allowed (default: 3)