
### main/10_elho-mta-backup_options
###################################

# Do not send delay warning messages for any domain we relay for in addition
# to the default setting.
delay_warning_condition = \
	${if or \
	    { \
		{ !match_ip{$sender_host_address}{:@[]:+relay_from_hosts} } \
		{ and \
		    { \
			{ !eq{$domain}{} } \
			{ match_domain{$domain}{+relay_to_domains} } \
		    } \
		} \
		{ !eq{$h_list-id:$h_list-post:$h_list-subscribe:}{} } \
		{ match{$h_precedence:}{(?i)bulk|list|junk} } \
		{ match{$h_auto-submitted:}{(?i)auto-generated|auto-replied} } \
	    } \
	    {no} \
	    {yes} \
	}
